>>> py3-webpy: Building community/py3-webpy 0.62-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 19:06:04 +0000 >>> py3-webpy: Checking sanity of /home/buildozer/aports/community/py3-webpy/APKBUILD... >>> py3-webpy: Analyzing dependencies... >>> py3-webpy: Installing for build: build-base python3 py3-cheroot py3-setuptools python3-dev py3-pytest (1/21) Installing libffi (3.4.4-r0) (2/21) Installing gdbm (1.23-r0) (3/21) Installing mpdecimal (2.5.1-r1) (4/21) Installing readline (8.2.0-r0) (5/21) Installing sqlite-libs (3.40.0-r0) (6/21) Installing python3 (3.11.0-r2) (7/21) Installing py3-more-itertools (9.0.0-r1) (8/21) Installing py3-six (1.16.0-r4) (9/21) Installing py3-jaraco.classes (3.2.3-r2) (10/21) Installing py3-jaraco.functools (3.5.2-r2) (11/21) Installing py3-cheroot (9.0.0-r1) (12/21) Installing py3-parsing (3.0.9-r1) (13/21) Installing py3-packaging (21.3-r3) (14/21) Installing py3-setuptools (65.6.2-r0) (15/21) Installing python3-dev (3.11.0-r2) (16/21) Installing py3-attrs (22.1.0-r1) (17/21) Installing py3-iniconfig (1.1.1-r4) (18/21) Installing py3-pluggy (1.0.0-r2) (19/21) Installing py3-py (1.11.0-r1) (20/21) Installing py3-pytest (7.2.0-r2) (21/21) Installing .makedepends-py3-webpy (20221123.190606) Executing busybox-1.35.0-r29.trigger OK: 512 MiB in 124 packages >>> py3-webpy: Cleaning up srcdir >>> py3-webpy: Cleaning up pkgdir >>> py3-webpy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/webpy-0.62.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 102k 100 102k 0 0 542k 0 --:--:-- --:--:-- --:--:-- 543k >>> py3-webpy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/webpy-0.62.tar.gz >>> py3-webpy: Checking sha512sums... webpy-0.62.tar.gz: OK >>> py3-webpy: Unpacking /var/cache/distfiles/edge/webpy-0.62.tar.gz... running build running build_py creating build creating build/lib creating build/lib/web copying web/utils.py -> build/lib/web copying web/py3helpers.py -> build/lib/web copying web/browser.py -> build/lib/web copying web/session.py -> build/lib/web copying web/test.py -> build/lib/web copying web/debugerror.py -> build/lib/web copying web/__init__.py -> build/lib/web copying web/db.py -> build/lib/web copying web/http.py -> build/lib/web copying web/application.py -> build/lib/web copying web/httpserver.py -> build/lib/web copying web/net.py -> build/lib/web copying web/wsgi.py -> build/lib/web copying web/form.py -> build/lib/web copying web/webapi.py -> build/lib/web copying web/template.py -> build/lib/web creating build/lib/web/contrib copying web/contrib/__init__.py -> build/lib/web/contrib copying web/contrib/template.py -> build/lib/web/contrib ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-webpy/src/webpy-0.62 collected 56 items / 1 deselected / 55 selected tests/test_application.py ............... [ 27%] tests/test_browser.py ... [ 32%] tests/test_db.py ........... [ 52%] tests/test_form.py . [ 54%] tests/test_session.py ................. [ 85%] tests/test_template.py ... [ 90%] tests/test_utils.py .. [ 94%] tests/test_wsgi.py ... [100%] =============================== warnings summary =============================== web/webapi.py:6 /home/buildozer/aports/community/py3-webpy/src/webpy-0.62/web/webapi.py:6: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 import cgi tests/test_session.py: 43 warnings /home/buildozer/aports/community/py3-webpy/src/webpy-0.62/web/session.py:291: DeprecationWarning: getName() is deprecated, get the name attribute instead tname = path + "." + threading.current_thread().getName() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================ 55 passed, 1 deselected, 44 warnings in 11.46s ================ >>> py3-webpy: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/community/py3-webpy/pkg creating /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy creating /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr creating /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib creating /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/utils.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/py3helpers.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/browser.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/session.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/test.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/debugerror.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web creating /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/contrib copying build/lib/web/contrib/__init__.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/contrib copying build/lib/web/contrib/template.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/contrib copying build/lib/web/__init__.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/db.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/http.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/application.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/httpserver.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/net.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/wsgi.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/form.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/webapi.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web copying build/lib/web/template.py -> /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/py3helpers.py to py3helpers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/browser.py to browser.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/session.py to session.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/test.py to test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/debugerror.py to debugerror.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/contrib/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/contrib/template.py to template.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/db.py to db.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/http.py to http.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/application.py to application.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/httpserver.py to httpserver.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/net.py to net.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/wsgi.py to wsgi.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/form.py to form.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/webapi.py to webapi.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web/template.py to template.cpython-311.pyc running install_egg_info running egg_info creating web.py.egg-info writing web.py.egg-info/PKG-INFO writing dependency_links to web.py.egg-info/dependency_links.txt writing requirements to web.py.egg-info/requires.txt writing top-level names to web.py.egg-info/top_level.txt writing manifest file 'web.py.egg-info/SOURCES.txt' reading manifest file 'web.py.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'web.py.egg-info/SOURCES.txt' Copying web.py.egg-info to /home/buildozer/aports/community/py3-webpy/pkg/py3-webpy/usr/lib/python3.11/site-packages/web.py-0.62-py3.11.egg-info running install_scripts >>> py3-webpy*: Running postcheck for py3-webpy >>> py3-webpy*: Preparing package py3-webpy... >>> py3-webpy*: Tracing dependencies... >>> py3-webpy*: Package size: 832.0 KB >>> py3-webpy*: Compressing data... >>> py3-webpy*: Create checksum... >>> py3-webpy*: Create py3-webpy-0.62-r1.apk >>> py3-webpy: Build complete at Wed, 23 Nov 2022 19:06:21 +0000 elapsed time 0h 0m 17s >>> py3-webpy: Cleaning up srcdir >>> py3-webpy: Cleaning up pkgdir >>> py3-webpy: Uninstalling dependencies... (1/21) Purging .makedepends-py3-webpy (20221123.190606) (2/21) Purging py3-cheroot (9.0.0-r1) (3/21) Purging py3-six (1.16.0-r4) (4/21) Purging py3-jaraco.functools (3.5.2-r2) (5/21) Purging py3-jaraco.classes (3.2.3-r2) (6/21) Purging py3-more-itertools (9.0.0-r1) (7/21) Purging py3-setuptools (65.6.2-r0) (8/21) Purging python3-dev (3.11.0-r2) (9/21) Purging py3-pytest (7.2.0-r2) (10/21) Purging py3-attrs (22.1.0-r1) (11/21) Purging py3-iniconfig (1.1.1-r4) (12/21) Purging py3-packaging (21.3-r3) (13/21) Purging py3-parsing (3.0.9-r1) (14/21) Purging py3-pluggy (1.0.0-r2) (15/21) Purging py3-py (1.11.0-r1) (16/21) Purging python3 (3.11.0-r2) (17/21) Purging libffi (3.4.4-r0) (18/21) Purging gdbm (1.23-r0) (19/21) Purging mpdecimal (2.5.1-r1) (20/21) Purging readline (8.2.0-r0) (21/21) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 380 MiB in 103 packages >>> py3-webpy: Updating the community/x86 repository index... >>> py3-webpy: Signing the index...