>>> py3-pecan: Building community/py3-pecan 1.4.2-r2 (using abuild 3.11.0_rc13-r0) started Wed, 26 Apr 2023 02:25:11 +0000 >>> py3-pecan: Checking sanity of /home/buildozer/aports/community/py3-pecan/APKBUILD... >>> py3-pecan: Analyzing dependencies... >>> py3-pecan: Installing for build: build-base python3 py3-logutils py3-mako py3-six py3-webob py3-setuptools py3-pytest py3-webtest (1/45) Installing libbz2 (1.0.8-r5) (2/45) Installing libffi (3.4.4-r2) (3/45) Installing gdbm (1.23-r1) (4/45) Installing xz-libs (5.4.2-r1) (5/45) Installing mpdecimal (2.5.1-r2) (6/45) Installing libpanelw (6.4_p20230401-r6) (7/45) Installing readline (8.2.1-r1) (8/45) Installing sqlite-libs (3.41.2-r2) (9/45) Installing python3 (3.11.3-r10) (10/45) Installing python3-pycache-pyc0 (3.11.3-r10) (11/45) Installing pyc (0.1-r0) (12/45) Installing python3-pyc (3.11.3-r10) (13/45) Installing py3-logutils (0.3.5-r2) (14/45) Installing py3-logutils-pyc (0.3.5-r2) (15/45) Installing py3-markupsafe (2.1.2-r1) (16/45) Installing py3-markupsafe-pyc (2.1.2-r1) (17/45) Installing py3-mako (1.2.4-r1) (18/45) Installing py3-mako-pyc (1.2.4-r1) (19/45) Installing py3-six (1.16.0-r6) (20/45) Installing py3-six-pyc (1.16.0-r6) (21/45) Installing py3-webob (1.8.7-r3) (22/45) Installing py3-webob-pyc (1.8.7-r3) (23/45) Installing py3-parsing (3.0.9-r2) (24/45) Installing py3-parsing-pyc (3.0.9-r2) (25/45) Installing py3-packaging (23.1-r1) (26/45) Installing py3-packaging-pyc (23.1-r1) (27/45) Installing py3-setuptools (67.7.2-r0) (28/45) Installing py3-setuptools-pyc (67.7.2-r0) (29/45) Installing py3-iniconfig (1.1.1-r6) (30/45) Installing py3-iniconfig-pyc (1.1.1-r6) (31/45) Installing py3-pluggy (1.0.0-r3) (32/45) Installing py3-pluggy-pyc (1.0.0-r3) (33/45) Installing py3-py (1.11.0-r2) (34/45) Installing py3-py-pyc (1.11.0-r2) (35/45) Installing py3-pytest (7.3.1-r1) (36/45) Installing py3-pytest-pyc (7.3.1-r1) (37/45) Installing py3-soupsieve (2.4-r0) (38/45) Installing py3-beautifulsoup4 (4.12.2-r1) (39/45) Installing py3-beautifulsoup4-pyc (4.12.2-r1) (40/45) Installing py3-waitress (2.1.2-r3) (41/45) Installing py3-waitress-pyc (2.1.2-r3) (42/45) Installing py3-webtest (3.0.0-r4) (43/45) Installing py3-webtest-pyc (3.0.0-r4) (44/45) Installing .makedepends-py3-pecan (20230426.022512) (45/45) Installing py3-waitress-openrc (2.1.2-r3) Executing busybox-1.36.0-r8.trigger OK: 450 MiB in 143 packages >>> py3-pecan: Cleaning up srcdir >>> py3-pecan: Cleaning up pkgdir >>> py3-pecan: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-pecan-1.4.2.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 121k 100 121k 0 0 463k 0 --:--:-- --:--:-- --:--:-- 465k >>> py3-pecan: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-pecan-1.4.2.tar.gz >>> py3-pecan: Checking sha512sums... py3-pecan-1.4.2.tar.gz: OK >>> py3-pecan: Unpacking /var/cache/distfiles/v3.18/py3-pecan-1.4.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pecan copying pecan/log.py -> build/lib/pecan copying pecan/jsonify.py -> build/lib/pecan copying pecan/core.py -> build/lib/pecan copying pecan/testing.py -> build/lib/pecan copying pecan/util.py -> build/lib/pecan copying pecan/routing.py -> build/lib/pecan copying pecan/__init__.py -> build/lib/pecan copying pecan/extensions.py -> build/lib/pecan copying pecan/configuration.py -> build/lib/pecan copying pecan/deploy.py -> build/lib/pecan copying pecan/templating.py -> build/lib/pecan copying pecan/rest.py -> build/lib/pecan copying pecan/decorators.py -> build/lib/pecan copying pecan/secure.py -> build/lib/pecan copying pecan/hooks.py -> build/lib/pecan creating build/lib/pecan/tests copying pecan/tests/test_jsonify.py -> build/lib/pecan/tests copying pecan/tests/test_commands.py -> build/lib/pecan/tests copying pecan/tests/test_rest.py -> build/lib/pecan/tests copying pecan/tests/test_secure.py -> build/lib/pecan/tests copying pecan/tests/test_scaffolds.py -> build/lib/pecan/tests copying pecan/tests/test_util.py -> build/lib/pecan/tests copying pecan/tests/test_no_thread_locals.py -> build/lib/pecan/tests copying pecan/tests/test_generic.py -> build/lib/pecan/tests copying pecan/tests/test_templating.py -> build/lib/pecan/tests copying pecan/tests/scaffold_builder.py -> build/lib/pecan/tests copying pecan/tests/__init__.py -> build/lib/pecan/tests copying pecan/tests/test_hooks.py -> build/lib/pecan/tests copying pecan/tests/test_base.py -> build/lib/pecan/tests copying pecan/tests/test_conf.py -> build/lib/pecan/tests creating build/lib/pecan/middleware copying pecan/middleware/errordocument.py -> build/lib/pecan/middleware copying pecan/middleware/__init__.py -> build/lib/pecan/middleware copying pecan/middleware/static.py -> build/lib/pecan/middleware copying pecan/middleware/recursive.py -> build/lib/pecan/middleware copying pecan/middleware/debug.py -> build/lib/pecan/middleware creating build/lib/pecan/scaffolds copying pecan/scaffolds/__init__.py -> build/lib/pecan/scaffolds creating build/lib/pecan/commands copying pecan/commands/base.py -> build/lib/pecan/commands copying pecan/commands/shell.py -> build/lib/pecan/commands copying pecan/commands/__init__.py -> build/lib/pecan/commands copying pecan/commands/serve.py -> build/lib/pecan/commands copying pecan/commands/create.py -> build/lib/pecan/commands creating build/lib/pecan/compat copying pecan/compat/__init__.py -> build/lib/pecan/compat creating build/lib/pecan/ext copying pecan/ext/__init__.py -> build/lib/pecan/ext creating build/lib/pecan/tests/templates copying pecan/tests/templates/__init__.py -> build/lib/pecan/tests/templates creating build/lib/pecan/tests/middleware copying pecan/tests/middleware/test_errordocument.py -> build/lib/pecan/tests/middleware copying pecan/tests/middleware/test_recursive.py -> build/lib/pecan/tests/middleware copying pecan/tests/middleware/__init__.py -> build/lib/pecan/tests/middleware copying pecan/tests/middleware/test_static.py -> build/lib/pecan/tests/middleware creating build/lib/pecan/tests/scaffold_fixtures copying pecan/tests/scaffold_fixtures/__init__.py -> build/lib/pecan/tests/scaffold_fixtures running egg_info writing pecan.egg-info/PKG-INFO writing dependency_links to pecan.egg-info/dependency_links.txt writing entry points to pecan.egg-info/entry_points.txt writing requirements to pecan.egg-info/requires.txt writing top-level names to pecan.egg-info/top_level.txt reading manifest file 'pecan.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pecan/middleware/resources/*' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'pecan.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.scaffolds.base' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.scaffolds.base' 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 'pecan.scaffolds.base' 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 'pecan.scaffolds.base' to be distributed and are already explicitly excluding 'pecan.scaffolds.base' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.scaffolds.base.public.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.scaffolds.base.public.css' 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 'pecan.scaffolds.base.public.css' 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 'pecan.scaffolds.base.public.css' to be distributed and are already explicitly excluding 'pecan.scaffolds.base.public.css' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.scaffolds.base.public.images' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.scaffolds.base.public.images' 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 'pecan.scaffolds.base.public.images' 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 'pecan.scaffolds.base.public.images' to be distributed and are already explicitly excluding 'pecan.scaffolds.base.public.images' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.tests.config_fixtures' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.tests.config_fixtures' 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 'pecan.tests.config_fixtures' 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 'pecan.tests.config_fixtures' to be distributed and are already explicitly excluding 'pecan.tests.config_fixtures' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.tests.config_fixtures.bad' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.tests.config_fixtures.bad' 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 'pecan.tests.config_fixtures.bad' 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 'pecan.tests.config_fixtures.bad' to be distributed and are already explicitly excluding 'pecan.tests.config_fixtures.bad' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.tests.middleware.static_fixtures' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.tests.middleware.static_fixtures' 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 'pecan.tests.middleware.static_fixtures' 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 'pecan.tests.middleware.static_fixtures' to be distributed and are already explicitly excluding 'pecan.tests.middleware.static_fixtures' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.tests.scaffold_fixtures.content_sub' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.tests.scaffold_fixtures.content_sub' 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 'pecan.tests.scaffold_fixtures.content_sub' 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 'pecan.tests.scaffold_fixtures.content_sub' to be distributed and are already explicitly excluding 'pecan.tests.scaffold_fixtures.content_sub' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.tests.scaffold_fixtures.content_sub.bar' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.tests.scaffold_fixtures.content_sub.bar' 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 'pecan.tests.scaffold_fixtures.content_sub.bar' 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 'pecan.tests.scaffold_fixtures.content_sub.bar' to be distributed and are already explicitly excluding 'pecan.tests.scaffold_fixtures.content_sub.bar' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.tests.scaffold_fixtures.file_sub' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.tests.scaffold_fixtures.file_sub' 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 'pecan.tests.scaffold_fixtures.file_sub' 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 'pecan.tests.scaffold_fixtures.file_sub' to be distributed and are already explicitly excluding 'pecan.tests.scaffold_fixtures.file_sub' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.tests.scaffold_fixtures.simple' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.tests.scaffold_fixtures.simple' 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 'pecan.tests.scaffold_fixtures.simple' 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 'pecan.tests.scaffold_fixtures.simple' to be distributed and are already explicitly excluding 'pecan.tests.scaffold_fixtures.simple' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'pecan.tests.scaffold_fixtures.simple.bar' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pecan.tests.scaffold_fixtures.simple.bar' 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 'pecan.tests.scaffold_fixtures.simple.bar' 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 'pecan.tests.scaffold_fixtures.simple.bar' to be distributed and are already explicitly excluding 'pecan.tests.scaffold_fixtures.simple.bar' 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/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/config.py -> build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/empty.py -> build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/foobar.py -> build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/forcedict.py -> build/lib/pecan/tests/config_fixtures creating build/lib/pecan/tests/config_fixtures/bad copying pecan/tests/config_fixtures/bad/importerror.py -> build/lib/pecan/tests/config_fixtures/bad copying pecan/tests/config_fixtures/bad/module_and_underscore.py -> build/lib/pecan/tests/config_fixtures/bad creating build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/MANIFEST.in -> build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/config.py_tmpl -> build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/setup.cfg_tmpl -> build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/setup.py_tmpl -> build/lib/pecan/scaffolds/base creating build/lib/pecan/scaffolds/base/+package+ copying pecan/scaffolds/base/+package+/__init__.py -> build/lib/pecan/scaffolds/base/+package+ copying pecan/scaffolds/base/+package+/app.py_tmpl -> build/lib/pecan/scaffolds/base/+package+ creating build/lib/pecan/scaffolds/base/+package+/controllers copying pecan/scaffolds/base/+package+/controllers/__init__.py -> build/lib/pecan/scaffolds/base/+package+/controllers copying pecan/scaffolds/base/+package+/controllers/root.py -> build/lib/pecan/scaffolds/base/+package+/controllers creating build/lib/pecan/scaffolds/base/+package+/model copying pecan/scaffolds/base/+package+/model/__init__.py -> build/lib/pecan/scaffolds/base/+package+/model creating build/lib/pecan/scaffolds/base/+package+/templates copying pecan/scaffolds/base/+package+/templates/error.html -> build/lib/pecan/scaffolds/base/+package+/templates copying pecan/scaffolds/base/+package+/templates/index.html -> build/lib/pecan/scaffolds/base/+package+/templates copying pecan/scaffolds/base/+package+/templates/layout.html -> build/lib/pecan/scaffolds/base/+package+/templates creating build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/__init__.py_tmpl -> build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/config.py_tmpl -> build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/test_functional.py_tmpl -> build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/test_units.py -> build/lib/pecan/scaffolds/base/+package+/tests creating build/lib/pecan/scaffolds/base/public creating build/lib/pecan/scaffolds/base/public/css copying pecan/scaffolds/base/public/css/style.css -> build/lib/pecan/scaffolds/base/public/css creating build/lib/pecan/scaffolds/base/public/images copying pecan/scaffolds/base/public/images/logo.png -> build/lib/pecan/scaffolds/base/public/images creating build/lib/pecan/scaffolds/rest-api copying pecan/scaffolds/rest-api/config.py_tmpl -> build/lib/pecan/scaffolds/rest-api copying pecan/scaffolds/rest-api/setup.cfg_tmpl -> build/lib/pecan/scaffolds/rest-api copying pecan/scaffolds/rest-api/setup.py_tmpl -> build/lib/pecan/scaffolds/rest-api creating build/lib/pecan/scaffolds/rest-api/+package+ copying pecan/scaffolds/rest-api/+package+/__init__.py -> build/lib/pecan/scaffolds/rest-api/+package+ copying pecan/scaffolds/rest-api/+package+/app.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+ copying pecan/scaffolds/rest-api/+package+/errors.py -> build/lib/pecan/scaffolds/rest-api/+package+ creating build/lib/pecan/scaffolds/rest-api/+package+/controllers copying pecan/scaffolds/rest-api/+package+/controllers/__init__.py -> build/lib/pecan/scaffolds/rest-api/+package+/controllers copying pecan/scaffolds/rest-api/+package+/controllers/root.py -> build/lib/pecan/scaffolds/rest-api/+package+/controllers creating build/lib/pecan/scaffolds/rest-api/+package+/model copying pecan/scaffolds/rest-api/+package+/model/__init__.py -> build/lib/pecan/scaffolds/rest-api/+package+/model creating build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/__init__.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/config.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/test_functional.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/test_units.py -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/tests/templates/form_colors.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_colors_invalid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_colors_valid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_login_invalid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_login_valid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name_invalid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name_invalid_custom.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name_valid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/genshi.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/genshi_bad.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/jinja.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/jinja_bad.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/kajiki.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/mako.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/mako_bad.html -> build/lib/pecan/tests/templates creating build/lib/pecan/tests/middleware/static_fixtures copying pecan/tests/middleware/static_fixtures/self.png -> build/lib/pecan/tests/middleware/static_fixtures copying pecan/tests/middleware/static_fixtures/text.txt -> build/lib/pecan/tests/middleware/static_fixtures creating build/lib/pecan/tests/scaffold_fixtures/content_sub copying pecan/tests/scaffold_fixtures/content_sub/foo_tmpl -> build/lib/pecan/tests/scaffold_fixtures/content_sub creating build/lib/pecan/tests/scaffold_fixtures/content_sub/bar copying pecan/tests/scaffold_fixtures/content_sub/bar/spam.txt_tmpl -> build/lib/pecan/tests/scaffold_fixtures/content_sub/bar creating build/lib/pecan/tests/scaffold_fixtures/file_sub copying pecan/tests/scaffold_fixtures/file_sub/foo_+package+ -> build/lib/pecan/tests/scaffold_fixtures/file_sub creating build/lib/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying pecan/tests/scaffold_fixtures/file_sub/bar_+package+/spam.txt -> build/lib/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ creating build/lib/pecan/tests/scaffold_fixtures/simple copying pecan/tests/scaffold_fixtures/simple/foo -> build/lib/pecan/tests/scaffold_fixtures/simple creating build/lib/pecan/tests/scaffold_fixtures/simple/bar copying pecan/tests/scaffold_fixtures/simple/bar/spam.txt -> build/lib/pecan/tests/scaffold_fixtures/simple/bar running build_scripts creating build/scripts-3.11 copying and adjusting bin/pecan -> build/scripts-3.11 changing mode of build/scripts-3.11/pecan from 644 to 755 ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-pecan/src/pecan-1.4.2 configfile: setup.cfg collected 1088 items / 1 deselected / 1087 selected build/lib/pecan/tests/test_base.py ..................................... [ 3%] ........................................................................ [ 10%] ........................................................................ [ 16%] .............ss.s.................. [ 19%] build/lib/pecan/tests/test_commands.py .... [ 20%] build/lib/pecan/tests/test_conf.py .................................. [ 23%] build/lib/pecan/tests/test_generic.py .... [ 23%] build/lib/pecan/tests/test_hooks.py .................................... [ 27%] ............... [ 28%] build/lib/pecan/tests/test_jsonify.py .......... [ 29%] build/lib/pecan/tests/test_no_thread_locals.py ......................... [ 31%] ........................................................................ [ 38%] ......................................... [ 42%] build/lib/pecan/tests/test_rest.py ............................ [ 44%] build/lib/pecan/tests/test_scaffolds.py ...... [ 45%] build/lib/pecan/tests/test_secure.py ........................ [ 47%] build/lib/pecan/tests/test_templating.py ..... [ 47%] build/lib/pecan/tests/test_util.py ....... [ 48%] build/lib/pecan/tests/middleware/test_errordocument.py ..... [ 48%] build/lib/pecan/tests/middleware/test_recursive.py ..... [ 49%] build/lib/pecan/tests/middleware/test_static.py ....... [ 50%] pecan/tests/test_base.py ............................................... [ 54%] ........................................................................ [ 60%] ........................................................................ [ 67%] ..ss.s.................. [ 69%] pecan/tests/test_commands.py .... [ 70%] pecan/tests/test_conf.py .................................. [ 73%] pecan/tests/test_generic.py .... [ 73%] pecan/tests/test_hooks.py .............................................. [ 77%] ..... [ 78%] pecan/tests/test_jsonify.py .......... [ 79%] pecan/tests/test_no_thread_locals.py ................................... [ 82%] ........................................................................ [ 89%] ............................... [ 91%] pecan/tests/test_rest.py ............................ [ 94%] pecan/tests/test_scaffolds.py ...... [ 95%] pecan/tests/test_secure.py ........................ [ 97%] pecan/tests/test_templating.py ..... [ 97%] pecan/tests/test_util.py ....... [ 98%] pecan/tests/middleware/test_errordocument.py ..... [ 98%] pecan/tests/middleware/test_recursive.py ..... [ 99%] pecan/tests/middleware/test_static.py ....... [100%] =============================== warnings summary =============================== build/lib/pecan/core.py:331 /home/buildozer/aports/community/py3-pecan/src/pecan-1.4.2/build/lib/pecan/core.py:331: DeprecationWarning: invalid escape sequence '\*' ''' ../../../../../../../usr/lib/python3.11/site-packages/webob/compat.py:5 /usr/lib/python3.11/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header build/lib/pecan/routing.py:49 /home/buildozer/aports/community/py3-pecan/src/pecan-1.4.2/build/lib/pecan/routing.py:49: DeprecationWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route build/lib/pecan/middleware/debug.py:24 /home/buildozer/aports/community/py3-pecan/src/pecan-1.4.2/build/lib/pecan/middleware/debug.py:24: DeprecationWarning: invalid escape sequence '\g' yield self.body_re.sub(b('\g<1>%s' % __CONFIG_HELP__), part) build/lib/pecan/tests/test_commands.py::TestCommandManager::test_commands /usr/lib/python3.11/site-packages/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning) build/lib/pecan/tests/test_conf.py: 9 warnings pecan/tests/test_conf.py: 9 warnings :283: DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead build/lib/pecan/tests/test_no_thread_locals.py::TestRestController::test_custom_method_type build/lib/pecan/tests/test_rest.py::TestRestController::test_basic_rest pecan/tests/test_no_thread_locals.py::TestRestController::test_custom_method_type pecan/tests/test_rest.py::TestRestController::test_basic_rest /usr/lib/python3.11/site-packages/webtest/lint.py:366: WSGIWarning: Unknown REQUEST_METHOD: 'RESET' warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ========= 1081 passed, 6 skipped, 1 deselected, 27 warnings in 11.15s ========== >>> py3-pecan: Entering fakeroot... 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/community/py3-pecan/pkg creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan copying build/lib/pecan/log.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan copying build/lib/pecan/jsonify.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan copying build/lib/pecan/core.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan copying build/lib/pecan/testing.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/test_jsonify.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/test_commands.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/test_rest.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/test_secure.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/test_scaffolds.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/test_util.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/bad/module_and_underscore.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/bad/importerror.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/bad creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/bad/__pycache__ copying build/lib/pecan/tests/config_fixtures/bad/__pycache__/module_and_underscore.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/bad/__pycache__ copying build/lib/pecan/tests/config_fixtures/bad/__pycache__/importerror.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/bad/__pycache__ copying build/lib/pecan/tests/config_fixtures/forcedict.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/foobar.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/empty.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/config.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/__pycache__ copying build/lib/pecan/tests/config_fixtures/__pycache__/foobar.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/__pycache__ copying build/lib/pecan/tests/config_fixtures/__pycache__/forcedict.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/__pycache__ copying build/lib/pecan/tests/config_fixtures/__pycache__/config.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/__pycache__ copying build/lib/pecan/tests/config_fixtures/__pycache__/empty.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/__pycache__ creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/mako_bad.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/genshi.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_valid.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_login_valid.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors_invalid.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/kajiki.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_invalid.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors_valid.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/jinja_bad.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/jinja.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/genshi_bad.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_login_invalid.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/mako.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_invalid_custom.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates copying build/lib/pecan/tests/test_no_thread_locals.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_errordocument.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_recursive.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/static_fixtures/text.txt -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/static_fixtures/self.png -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_static.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/__pycache__ copying build/lib/pecan/tests/middleware/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/__pycache__ copying build/lib/pecan/tests/middleware/__pycache__/test_errordocument.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/__pycache__ copying build/lib/pecan/tests/middleware/__pycache__/test_recursive.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/__pycache__ copying build/lib/pecan/tests/middleware/__pycache__/test_static.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/__pycache__ copying build/lib/pecan/tests/test_generic.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/test_templating.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/scaffold_builder.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/test_hooks.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests copying build/lib/pecan/tests/test_base.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/simple copying build/lib/pecan/tests/scaffold_fixtures/simple/foo -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/simple creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/simple/bar copying build/lib/pecan/tests/scaffold_fixtures/simple/bar/spam.txt -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/simple/bar creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/file_sub copying build/lib/pecan/tests/scaffold_fixtures/file_sub/foo_+package+ -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/file_sub creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying build/lib/pecan/tests/scaffold_fixtures/file_sub/bar_+package+/spam.txt -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying build/lib/pecan/tests/scaffold_fixtures/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/content_sub copying build/lib/pecan/tests/scaffold_fixtures/content_sub/foo_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/content_sub creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/content_sub/bar copying build/lib/pecan/tests/scaffold_fixtures/content_sub/bar/spam.txt_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/content_sub/bar copying build/lib/pecan/tests/test_conf.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_commands.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_rest.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_no_thread_locals.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_secure.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_util.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_base.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_conf.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_jsonify.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_hooks.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_generic.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_templating.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/tests/__pycache__/test_scaffolds.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__ copying build/lib/pecan/util.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware copying build/lib/pecan/middleware/errordocument.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware copying build/lib/pecan/middleware/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware copying build/lib/pecan/middleware/static.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware copying build/lib/pecan/middleware/recursive.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware copying build/lib/pecan/middleware/debug.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware/__pycache__ copying build/lib/pecan/middleware/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware/__pycache__ copying build/lib/pecan/middleware/__pycache__/errordocument.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware/__pycache__ copying build/lib/pecan/middleware/__pycache__/recursive.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware/__pycache__ copying build/lib/pecan/middleware/__pycache__/debug.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware/__pycache__ copying build/lib/pecan/middleware/__pycache__/static.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware/__pycache__ copying build/lib/pecan/routing.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/setup.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/config.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+ creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/model copying build/lib/pecan/scaffolds/base/+package+/model/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/model creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/__init__.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/config.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/test_units.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/test_functional.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/tests creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/error.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/layout.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/index.html -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/app.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+ copying build/lib/pecan/scaffolds/base/+package+/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+ creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/controllers/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/controllers/root.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/controllers creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/public creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/public/css copying build/lib/pecan/scaffolds/base/public/css/style.css -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/public/css creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/public/images copying build/lib/pecan/scaffolds/base/public/images/logo.png -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/public/images copying build/lib/pecan/scaffolds/base/MANIFEST.in -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/setup.cfg_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api copying build/lib/pecan/scaffolds/rest-api/setup.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api copying build/lib/pecan/scaffolds/rest-api/config.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+ creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/model copying build/lib/pecan/scaffolds/rest-api/+package+/model/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/model creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/__init__.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/config.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/test_units.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/test_functional.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/app.py_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+ copying build/lib/pecan/scaffolds/rest-api/+package+/errors.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+ copying build/lib/pecan/scaffolds/rest-api/+package+/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+ creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/controllers/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/controllers/root.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/setup.cfg_tmpl -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/__pycache__ copying build/lib/pecan/scaffolds/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/__pycache__ creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands copying build/lib/pecan/commands/base.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands copying build/lib/pecan/commands/shell.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands copying build/lib/pecan/commands/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands copying build/lib/pecan/commands/serve.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands copying build/lib/pecan/commands/create.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands/__pycache__ copying build/lib/pecan/commands/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands/__pycache__ copying build/lib/pecan/commands/__pycache__/serve.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands/__pycache__ copying build/lib/pecan/commands/__pycache__/shell.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands/__pycache__ copying build/lib/pecan/commands/__pycache__/base.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands/__pycache__ copying build/lib/pecan/commands/__pycache__/create.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands/__pycache__ copying build/lib/pecan/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan copying build/lib/pecan/extensions.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan copying build/lib/pecan/configuration.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan copying build/lib/pecan/deploy.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan copying build/lib/pecan/templating.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/compat copying build/lib/pecan/compat/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/compat creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/compat/__pycache__ copying build/lib/pecan/compat/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/compat/__pycache__ copying build/lib/pecan/rest.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/routing.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/util.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/testing.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/templating.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/rest.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/jsonify.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/secure.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/hooks.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/configuration.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/core.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/__pycache__/decorators.cpython-311.pyc -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__ copying build/lib/pecan/decorators.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan copying build/lib/pecan/secure.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/ext copying build/lib/pecan/ext/__init__.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/ext copying build/lib/pecan/hooks.py -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/log.py to log.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_jsonify.py to test_jsonify.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_commands.py to test_commands.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_rest.py to test_rest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_secure.py to test_secure.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_scaffolds.py to test_scaffolds.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_util.py to test_util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_no_thread_locals.py to test_no_thread_locals.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/test_errordocument.py to test_errordocument.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/test_recursive.py to test_recursive.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/test_static.py to test_static.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_generic.py to test_generic.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_templating.py to test_templating.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_builder.py to scaffold_builder.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_hooks.py to test_hooks.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_base.py to test_base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/test_conf.py to test_conf.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/model/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/tests/test_units.py to test_units.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/controllers/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/controllers/root.py to root.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/model/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/tests/test_units.py to test_units.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/controllers/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/controllers/root.py to root.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/extensions.py to extensions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/deploy.py to deploy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/ext/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing pecan.egg-info/PKG-INFO writing dependency_links to pecan.egg-info/dependency_links.txt writing entry points to pecan.egg-info/entry_points.txt writing requirements to pecan.egg-info/requires.txt writing top-level names to pecan.egg-info/top_level.txt reading manifest file 'pecan.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pecan/middleware/resources/*' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'pecan.egg-info/SOURCES.txt' Copying pecan.egg-info to /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan-1.4.2-py3.11.egg-info running install_scripts creating /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/bin copying build/scripts-3.11/pecan -> /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/bin changing mode of /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/bin/pecan to 755 Installing gunicorn_pecan script to /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/bin Installing pecan script to /home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/bin >>> py3-pecan-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/bad/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/bad/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/tests/config_fixtures/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/templates/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/tests/templates/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/middleware/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/tests/middleware/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/tests/scaffold_fixtures/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/tests/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/tests/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/middleware/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/middleware/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/model/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/model/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/tests/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/tests/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/controllers/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/controllers/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/scaffolds/base/+package+/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/model/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/model/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/tests/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/tests/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/controllers/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/controllers/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/scaffolds/rest-api/+package+/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/scaffolds/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/scaffolds/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/commands/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/commands/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/compat/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/compat/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/__pycache__' '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan/usr/lib/python3.11/site-packages/pecan/ext/__pycache__' -> '/home/buildozer/aports/community/py3-pecan/pkg/py3-pecan-pyc/usr/lib/python3.11/site-packages/pecan/ext/__pycache__' >>> py3-pecan-pyc*: Preparing subpackage py3-pecan-pyc... >>> py3-pecan-pyc*: Running postcheck for py3-pecan-pyc >>> py3-pecan*: Running postcheck for py3-pecan >>> py3-pecan*: Preparing package py3-pecan... >>> py3-pecan-pyc*: Tracing dependencies... python3 py3-logutils py3-mako py3-six py3-webob python3~3.11 >>> py3-pecan-pyc*: Package size: 3.0 MB >>> py3-pecan-pyc*: Compressing data... >>> py3-pecan-pyc*: Create checksum... >>> py3-pecan-pyc*: Create py3-pecan-pyc-1.4.2-r2.apk >>> py3-pecan*: Tracing dependencies... python3 py3-logutils py3-mako py3-six py3-webob python3~3.11 >>> py3-pecan*: Package size: 1004.0 KB >>> py3-pecan*: Compressing data... >>> py3-pecan*: Create checksum... >>> py3-pecan*: Create py3-pecan-1.4.2-r2.apk >>> py3-pecan: Build complete at Wed, 26 Apr 2023 02:25:28 +0000 elapsed time 0h 0m 17s >>> py3-pecan: Cleaning up srcdir >>> py3-pecan: Cleaning up pkgdir >>> py3-pecan: Uninstalling dependencies... (1/45) Purging .makedepends-py3-pecan (20230426.022512) (2/45) Purging py3-logutils-pyc (0.3.5-r2) (3/45) Purging py3-logutils (0.3.5-r2) (4/45) Purging py3-mako-pyc (1.2.4-r1) (5/45) Purging py3-mako (1.2.4-r1) (6/45) Purging py3-markupsafe-pyc (2.1.2-r1) (7/45) Purging py3-markupsafe (2.1.2-r1) (8/45) Purging py3-six-pyc (1.16.0-r6) (9/45) Purging py3-six (1.16.0-r6) (10/45) Purging py3-setuptools-pyc (67.7.2-r0) (11/45) Purging py3-setuptools (67.7.2-r0) (12/45) Purging py3-pytest-pyc (7.3.1-r1) (13/45) Purging py3-pytest (7.3.1-r1) (14/45) Purging py3-iniconfig-pyc (1.1.1-r6) (15/45) Purging py3-iniconfig (1.1.1-r6) (16/45) Purging py3-packaging-pyc (23.1-r1) (17/45) Purging py3-packaging (23.1-r1) (18/45) Purging py3-parsing-pyc (3.0.9-r2) (19/45) Purging py3-parsing (3.0.9-r2) (20/45) Purging py3-pluggy-pyc (1.0.0-r3) (21/45) Purging py3-pluggy (1.0.0-r3) (22/45) Purging py3-py-pyc (1.11.0-r2) (23/45) Purging py3-py (1.11.0-r2) (24/45) Purging py3-webtest-pyc (3.0.0-r4) (25/45) Purging py3-webtest (3.0.0-r4) (26/45) Purging py3-beautifulsoup4-pyc (4.12.2-r1) (27/45) Purging py3-beautifulsoup4 (4.12.2-r1) (28/45) Purging py3-soupsieve (2.4-r0) (29/45) Purging py3-waitress-openrc (2.1.2-r3) (30/45) Purging py3-waitress-pyc (2.1.2-r3) (31/45) Purging py3-waitress (2.1.2-r3) (32/45) Purging py3-webob-pyc (1.8.7-r3) (33/45) Purging py3-webob (1.8.7-r3) (34/45) Purging python3-pyc (3.11.3-r10) (35/45) Purging python3-pycache-pyc0 (3.11.3-r10) (36/45) Purging pyc (0.1-r0) (37/45) Purging python3 (3.11.3-r10) (38/45) Purging gdbm (1.23-r1) (39/45) Purging libbz2 (1.0.8-r5) (40/45) Purging libffi (3.4.4-r2) (41/45) Purging libpanelw (6.4_p20230401-r6) (42/45) Purging mpdecimal (2.5.1-r2) (43/45) Purging readline (8.2.1-r1) (44/45) Purging sqlite-libs (3.41.2-r2) (45/45) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 392 MiB in 98 packages >>> py3-pecan: Updating the community/x86_64 repository index... >>> py3-pecan: Signing the index...