>>> py3-pastedeploy: Building community/py3-pastedeploy 3.0.1-r0 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 06:20:43 +0000 >>> py3-pastedeploy: Checking sanity of /home/buildozer/aports/community/py3-pastedeploy/APKBUILD... >>> py3-pastedeploy: Analyzing dependencies... >>> py3-pastedeploy: Installing for build: build-base python3 py3-gpep517 py3-installer py3-setuptools py3-wheel py3-pytest py3-pytest-cov (1/23) Installing libbz2 (1.0.8-r3) (2/23) Installing libffi (3.4.4-r0) (3/23) Installing gdbm (1.23-r0) (4/23) Installing xz-libs (5.2.7-r0) (5/23) Installing mpdecimal (2.5.1-r1) (6/23) Installing readline (8.2.0-r0) (7/23) Installing sqlite-libs (3.39.4-r0) (8/23) Installing python3 (3.10.8-r3) (9/23) Installing py3-installer (0.5.1-r1) (10/23) Installing py3-tomli (2.0.1-r1) (11/23) Installing py3-gpep517 (9-r2) (12/23) Installing py3-parsing (3.0.9-r0) (13/23) Installing py3-packaging (21.3-r2) (14/23) Installing py3-setuptools (65.5.0-r0) (15/23) Installing py3-wheel (0.37.1-r1) (16/23) Installing py3-attrs (22.1.0-r0) (17/23) Installing py3-iniconfig (1.1.1-r3) (18/23) Installing py3-pluggy (1.0.0-r1) (19/23) Installing py3-py (1.11.0-r0) (20/23) Installing py3-pytest (7.1.3-r1) (21/23) Installing py3-coverage (5.5-r2) (22/23) Installing py3-pytest-cov (2.12.1-r1) (23/23) Installing .makedepends-py3-pastedeploy (20221029.062045) Executing busybox-1.35.0-r27.trigger OK: 254 MiB in 115 packages >>> py3-pastedeploy: Cleaning up srcdir >>> py3-pastedeploy: Cleaning up pkgdir >>> py3-pastedeploy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-pastedeploy-3.0.1.tar.gz >>> py3-pastedeploy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-pastedeploy-3.0.1.tar.gz >>> py3-pastedeploy: Checking sha512sums... py3-pastedeploy-3.0.1.tar.gz: OK >>> py3-pastedeploy: Unpacking /var/cache/distfiles/v3.17/py3-pastedeploy-3.0.1.tar.gz... 2022-10-29 06:20:45,965 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, warning_class) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/paste copying src/paste/__init__.py -> build/lib/paste creating build/lib/paste/deploy copying src/paste/deploy/loadwsgi.py -> build/lib/paste/deploy copying src/paste/deploy/converters.py -> build/lib/paste/deploy copying src/paste/deploy/util.py -> build/lib/paste/deploy copying src/paste/deploy/paster_templates.py -> build/lib/paste/deploy copying src/paste/deploy/config.py -> build/lib/paste/deploy copying src/paste/deploy/__init__.py -> build/lib/paste/deploy running egg_info writing src/PasteDeploy.egg-info/PKG-INFO writing dependency_links to src/PasteDeploy.egg-info/dependency_links.txt writing entry points to src/PasteDeploy.egg-info/entry_points.txt writing namespace_packages to src/PasteDeploy.egg-info/namespace_packages.txt writing requirements to src/PasteDeploy.egg-info/requires.txt writing top-level names to src/PasteDeploy.egg-info/top_level.txt reading manifest file 'src/PasteDeploy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes' no previously-included directories found matching 'tests/fake_packages/FakeApp.egg/EGG-INFO' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution writing manifest file 'src/PasteDeploy.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'paste.deploy.paster_templates.paste_deploy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'paste.deploy.paster_templates.paste_deploy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'paste.deploy.paster_templates.paste_deploy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'paste.deploy.paster_templates.paste_deploy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'paste.deploy.paster_templates.paste_deploy.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'paste.deploy.paster_templates.paste_deploy.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'paste.deploy.paster_templates.paste_deploy.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'paste.deploy.paster_templates.paste_deploy.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/paste/deploy/paster_templates creating build/lib/paste/deploy/paster_templates/paste_deploy creating build/lib/paste/deploy/paster_templates/paste_deploy/+package+ copying src/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/lib/paste/deploy/paster_templates/paste_deploy/+package+ copying src/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/lib/paste/deploy/paster_templates/paste_deploy/+package+ creating build/lib/paste/deploy/paster_templates/paste_deploy/docs copying src/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/lib/paste/deploy/paster_templates/paste_deploy/docs installing to build/bdist.linux-armv8l/wheel running install running install_lib Skipping installation of build/bdist.linux-armv8l/wheel/paste/__init__.py (namespace package) copying paste/deploy/loadwsgi.py -> build/bdist.linux-armv8l/wheel/paste/deploy copying paste/deploy/converters.py -> build/bdist.linux-armv8l/wheel/paste/deploy copying paste/deploy/util.py -> build/bdist.linux-armv8l/wheel/paste/deploy copying paste/deploy/paster_templates.py -> build/bdist.linux-armv8l/wheel/paste/deploy copying paste/deploy/config.py -> build/bdist.linux-armv8l/wheel/paste/deploy copying paste/deploy/__init__.py -> build/bdist.linux-armv8l/wheel/paste/deploy copying paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/bdist.linux-armv8l/wheel/paste/deploy/paster_templates/paste_deploy/+package+ copying paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/bdist.linux-armv8l/wheel/paste/deploy/paster_templates/paste_deploy/+package+ copying paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/bdist.linux-armv8l/wheel/paste/deploy/paster_templates/paste_deploy/docs running install_egg_info Copying src/PasteDeploy.egg-info to build/bdist.linux-armv8l/wheel/PasteDeploy-3.0.1-py3.10.egg-info Installing build/bdist.linux-armv8l/wheel/PasteDeploy-3.0.1-py3.10-nspkg.pth running install_scripts creating build/bdist.linux-armv8l/wheel/PasteDeploy-3.0.1.dist-info/WHEEL creating '/home/buildozer/aports/community/py3-pastedeploy/src/PasteDeploy-3.0.1/dist/tmp8gm76ade/PasteDeploy-3.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it adding 'PasteDeploy-3.0.1-py3.10-nspkg.pth' adding 'paste/deploy/__init__.py' adding 'paste/deploy/config.py' adding 'paste/deploy/converters.py' adding 'paste/deploy/loadwsgi.py' adding 'paste/deploy/paster_templates.py' adding 'paste/deploy/util.py' adding 'paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl' adding 'paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl' adding 'paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl' adding 'PasteDeploy-3.0.1.dist-info/METADATA' adding 'PasteDeploy-3.0.1.dist-info/WHEEL' adding 'PasteDeploy-3.0.1.dist-info/entry_points.txt' adding 'PasteDeploy-3.0.1.dist-info/namespace_packages.txt' adding 'PasteDeploy-3.0.1.dist-info/top_level.txt' adding 'PasteDeploy-3.0.1.dist-info/RECORD' removing build/bdist.linux-armv8l/wheel 2022-10-29 06:20:46,086 gpep517 INFO The backend produced dist/PasteDeploy-3.0.1-py3-none-any.whl PasteDeploy-3.0.1-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-pastedeploy/src/PasteDeploy-3.0.1, configfile: pytest.ini, testpaths: tests plugins: cov-2.12.1 collected 27 items tests/test_basic_app.py ... [ 11%] tests/test_config.py ............. [ 59%] tests/test_config_middleware.py s [ 62%] tests/test_converters.py .. [ 70%] tests/test_filter.py ....... [ 96%] tests/test_load_package.py . [100%] ---------- coverage: platform linux, python 3.10.8-final-0 ----------- Name Stmts Miss Cover Missing ------------------------------------------------------------------------------------------------------------ testenv/usr/lib/python3.10/site-packages/paste/deploy/__init__.py 1 0 100.00% testenv/usr/lib/python3.10/site-packages/paste/deploy/config.py 141 95 32.62% 22-24, 52, 72, 80, 83-85, 95, 98, 101-106, 109-115, 119-124, 128, 132-133, 152-153, 157-187, 191-193, 261-266, 269-306, 317-320 testenv/usr/lib/python3.10/site-packages/paste/deploy/converters.py 27 16 40.74% 15-16, 20-23, 27-37 testenv/usr/lib/python3.10/site-packages/paste/deploy/loadwsgi.py 383 48 87.47% 42-47, 105, 110-111, 140, 164, 176-188, 252, 256, 286, 290, 311, 317, 321, 358, 361, 370, 379, 439-441, 508, 522, 526, 541, 553, 562, 597, 606, 621-623, 637, 657, 668, 683, 702 testenv/usr/lib/python3.10/site-packages/paste/deploy/paster_templates.py 16 16 0.00% 3-42 testenv/usr/lib/python3.10/site-packages/paste/deploy/util.py 39 23 41.03% 27-46, 50-53, 62-64 ------------------------------------------------------------------------------------------------------------ TOTAL 607 198 67.38% ======================== 26 passed, 1 skipped in 0.29s ========================= >>> py3-pastedeploy: Entering fakeroot... >>> py3-pastedeploy*: Running postcheck for py3-pastedeploy >>> py3-pastedeploy*: Preparing package py3-pastedeploy... >>> py3-pastedeploy*: Tracing dependencies... >>> py3-pastedeploy*: Package size: 196.0 KB >>> py3-pastedeploy*: Compressing data... >>> py3-pastedeploy*: Create checksum... >>> py3-pastedeploy*: Create py3-pastedeploy-3.0.1-r0.apk >>> py3-pastedeploy: Build complete at Sat, 29 Oct 2022 06:20:47 +0000 elapsed time 0h 0m 4s >>> py3-pastedeploy: Cleaning up srcdir >>> py3-pastedeploy: Cleaning up pkgdir >>> py3-pastedeploy: Uninstalling dependencies... (1/23) Purging .makedepends-py3-pastedeploy (20221029.062045) (2/23) Purging py3-gpep517 (9-r2) (3/23) Purging py3-installer (0.5.1-r1) (4/23) Purging py3-setuptools (65.5.0-r0) (5/23) Purging py3-wheel (0.37.1-r1) (6/23) Purging py3-pytest-cov (2.12.1-r1) (7/23) Purging py3-pytest (7.1.3-r1) (8/23) Purging py3-attrs (22.1.0-r0) (9/23) Purging py3-iniconfig (1.1.1-r3) (10/23) Purging py3-packaging (21.3-r2) (11/23) Purging py3-parsing (3.0.9-r0) (12/23) Purging py3-pluggy (1.0.0-r1) (13/23) Purging py3-py (1.11.0-r0) (14/23) Purging py3-tomli (2.0.1-r1) (15/23) Purging python3 (3.10.8-r3) (16/23) Purging py3-coverage (5.5-r2) (17/23) Purging libbz2 (1.0.8-r3) (18/23) Purging libffi (3.4.4-r0) (19/23) Purging gdbm (1.23-r0) (20/23) Purging xz-libs (5.2.7-r0) (21/23) Purging mpdecimal (2.5.1-r1) (22/23) Purging readline (8.2.0-r0) (23/23) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-pastedeploy: Updating the community/armv7 repository index... >>> py3-pastedeploy: Signing the index...