>>> py3-webtest: Building community/py3-webtest 3.0.0-r2 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 19:40:55 +0000 >>> py3-webtest: Checking sanity of /home/buildozer/aports/community/py3-webtest/APKBUILD... >>> py3-webtest: Analyzing dependencies... >>> py3-webtest: Installing for build: build-base python3 py3-beautifulsoup4 py3-waitress py3-webob py3-setuptools py3-lxml py3-paste py3-pastedeploy py3-pytest (1/36) Installing libffi (3.4.2-r1) (2/36) Installing gdbm (1.23-r0) (3/36) Installing xz-libs (5.2.5-r1) (4/36) Installing mpdecimal (2.5.1-r1) (5/36) Installing readline (8.1.2-r0) (6/36) Installing sqlite-libs (3.38.0-r0) (7/36) Installing python3 (3.10.3-r0) (8/36) Installing py3-soupsieve (2.3.1-r1) (9/36) Installing py3-beautifulsoup4 (4.11.1-r0) (10/36) Installing py3-waitress (2.1.1-r1) (11/36) Installing py3-webob (1.8.7-r1) (12/36) Installing py3-appdirs (1.4.4-r3) (13/36) Installing py3-more-itertools (8.12.0-r2) (14/36) Installing py3-ordered-set (4.0.2-r3) (15/36) Installing py3-parsing (2.4.7-r3) (16/36) Installing py3-six (1.16.0-r1) (17/36) Installing py3-packaging (21.3-r0) (18/36) Installing py3-setuptools (59.4.0-r0) (19/36) Installing libgpg-error (1.45-r0) (20/36) Installing libgcrypt (1.9.4-r0) (21/36) Installing libxml2 (2.9.13-r0) (22/36) Installing libxslt (1.1.35-r0) (23/36) Installing py3-lxml (4.8.0-r0) (24/36) Installing py3-paste (3.5.0-r1) (25/36) Installing py3-pastedeploy (2.1.1-r1) (26/36) Installing py3-atomicwrites (1.4.0-r2) (27/36) Installing py3-attrs (21.4.0-r0) (28/36) Installing py3-iniconfig (1.1.1-r2) (29/36) Installing py3-pluggy (0.13.1-r5) (30/36) Installing py3-py (1.10.0-r2) (31/36) Installing py3-wcwidth (0.2.5-r2) (32/36) Installing py3-toml (0.10.2-r3) (33/36) Installing py3-pygments (2.11.2-r0) (34/36) Installing py3-pytest (6.2.5-r2) (35/36) Installing .makedepends-py3-webtest (20220415.194059) (36/36) Installing py3-waitress-openrc (2.1.1-r1) Executing busybox-1.35.0-r8.trigger OK: 472 MiB in 136 packages >>> py3-webtest: Cleaning up srcdir >>> py3-webtest: Cleaning up pkgdir >>> py3-webtest: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/WebTest-3.0.0.tar.gz >>> py3-webtest: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/WebTest-3.0.0.tar.gz >>> py3-webtest: Checking sha512sums... WebTest-3.0.0.tar.gz: OK >>> py3-webtest: Unpacking /var/cache/distfiles/v3.16/WebTest-3.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/webtest copying webtest/lint.py -> build/lib/webtest copying webtest/compat.py -> build/lib/webtest copying webtest/sel.py -> build/lib/webtest copying webtest/utils.py -> build/lib/webtest copying webtest/response.py -> build/lib/webtest copying webtest/forms.py -> build/lib/webtest copying webtest/debugapp.py -> build/lib/webtest copying webtest/__init__.py -> build/lib/webtest copying webtest/http.py -> build/lib/webtest copying webtest/app.py -> build/lib/webtest copying webtest/ext.py -> build/lib/webtest running egg_info writing WebTest.egg-info/PKG-INFO writing dependency_links to WebTest.egg-info/dependency_links.txt writing entry points to WebTest.egg-info/entry_points.txt writing requirements to WebTest.egg-info/requires.txt writing top-level names to WebTest.egg-info/top_level.txt reading manifest file 'WebTest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'WebTest.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-webtest/src/WebTest-3.0.0, configfile: setup.cfg collecting ... collected 200 items / 175 deselected / 25 selected tests/test_ext.py::TestSelenium::test_raises PASSED [ 4%] tests/test_http.py::TestServer::test_server PASSED [ 8%] tests/test_http.py::TestServer::test_wsgi_wrapper PASSED [ 12%] tests/test_http.py::TestBrokenServer::test_shutdown_non_running PASSED [ 16%] tests/test_http.py::TestClient::test_no_server PASSED [ 20%] tests/test_sel.py::TestSelenium::test_raises PASSED [ 24%] tests/test_utils.py::NoDefaultTest::test_nodefault PASSED [ 28%] tests/test_utils.py::encode_paramsTest::test_encode_params_NoDefault PASSED [ 32%] tests/test_utils.py::encode_paramsTest::test_encode_params_None PASSED [ 36%] tests/test_utils.py::encode_paramsTest::test_encode_params_charset_utf8 PASSED [ 40%] tests/test_utils.py::encode_paramsTest::test_encode_params_dict_or_list PASSED [ 44%] tests/test_utils.py::encode_paramsTest::test_encode_params_no_charset PASSED [ 48%] tests/test_utils.py::make_patternTest::test_make_pattern_None PASSED [ 52%] tests/test_utils.py::make_patternTest::test_make_pattern_bytes PASSED [ 56%] tests/test_utils.py::make_patternTest::test_make_pattern_function PASSED [ 60%] tests/test_utils.py::make_patternTest::test_make_pattern_invalid PASSED [ 64%] tests/test_utils.py::make_patternTest::test_make_pattern_regex PASSED [ 68%] tests/test_utils.py::stringifyTest::test_stringify_binary PASSED [ 72%] tests/test_utils.py::stringifyTest::test_stringify_other PASSED [ 76%] tests/test_utils.py::stringifyTest::test_stringify_text PASSED [ 80%] tests/test_utils.py::json_methodTest::test_json_method_doc PASSED [ 84%] tests/test_utils.py::json_methodTest::test_json_method_name PASSED [ 88%] tests/test_utils.py::json_methodTest::test_json_method_request_calls PASSED [ 92%] tests/test_utils.py::json_methodTest::test_json_method_request_respects_content_type_argument PASSED [ 96%] webtest/forms.py::webtest.forms.Upload PASSED [100%] ====================== 25 passed, 175 deselected in 3.72s ====================== >>> py3-webtest: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing WebTest.egg-info/PKG-INFO writing dependency_links to WebTest.egg-info/dependency_links.txt writing entry points to WebTest.egg-info/entry_points.txt writing requirements to WebTest.egg-info/requires.txt writing top-level names to WebTest.egg-info/top_level.txt reading manifest file 'WebTest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.swp' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'WebTest.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-webtest/pkg creating /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest creating /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr creating /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib creating /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/lint.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/compat.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/sel.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/utils.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/response.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/forms.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/debugapp.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/__init__.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/http.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/app.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest copying build/lib/webtest/ext.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/lint.py to lint.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/compat.py to compat.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/sel.py to sel.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/response.py to response.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/forms.py to forms.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/debugapp.py to debugapp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/http.py to http.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/app.py to app.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/webtest/ext.py to ext.cpython-310.pyc running install_egg_info Copying WebTest.egg-info to /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.10/site-packages/WebTest-3.0.0-py3.10.egg-info running install_scripts >>> py3-webtest*: Running postcheck for py3-webtest >>> py3-webtest*: Preparing package py3-webtest... >>> py3-webtest*: Tracing dependencies... >>> py3-webtest*: Package size: 312.0 KB >>> py3-webtest*: Compressing data... >>> py3-webtest*: Create checksum... >>> py3-webtest*: Create py3-webtest-3.0.0-r2.apk >>> py3-webtest: Build complete at Fri, 15 Apr 2022 19:41:05 +0000 elapsed time 0h 0m 10s >>> py3-webtest: Cleaning up srcdir >>> py3-webtest: Cleaning up pkgdir >>> py3-webtest: Uninstalling dependencies... (1/36) Purging .makedepends-py3-webtest (20220415.194059) (2/36) Purging py3-beautifulsoup4 (4.11.1-r0) (3/36) Purging py3-soupsieve (2.3.1-r1) (4/36) Purging py3-waitress-openrc (2.1.1-r1) (5/36) Purging py3-waitress (2.1.1-r1) (6/36) Purging py3-webob (1.8.7-r1) (7/36) Purging py3-lxml (4.8.0-r0) (8/36) Purging py3-paste (3.5.0-r1) (9/36) Purging py3-pastedeploy (2.1.1-r1) (10/36) Purging py3-setuptools (59.4.0-r0) (11/36) Purging py3-appdirs (1.4.4-r3) (12/36) Purging py3-ordered-set (4.0.2-r3) (13/36) Purging py3-pytest (6.2.5-r2) (14/36) Purging py3-atomicwrites (1.4.0-r2) (15/36) Purging py3-attrs (21.4.0-r0) (16/36) Purging py3-more-itertools (8.12.0-r2) (17/36) Purging py3-iniconfig (1.1.1-r2) (18/36) Purging py3-pluggy (0.13.1-r5) (19/36) Purging py3-py (1.10.0-r2) (20/36) Purging py3-wcwidth (0.2.5-r2) (21/36) Purging py3-packaging (21.3-r0) (22/36) Purging py3-parsing (2.4.7-r3) (23/36) Purging py3-six (1.16.0-r1) (24/36) Purging py3-toml (0.10.2-r3) (25/36) Purging py3-pygments (2.11.2-r0) (26/36) Purging python3 (3.10.3-r0) (27/36) Purging libffi (3.4.2-r1) (28/36) Purging gdbm (1.23-r0) (29/36) Purging libxslt (1.1.35-r0) (30/36) Purging libxml2 (2.9.13-r0) (31/36) Purging xz-libs (5.2.5-r1) (32/36) Purging mpdecimal (2.5.1-r1) (33/36) Purging readline (8.1.2-r0) (34/36) Purging sqlite-libs (3.38.0-r0) (35/36) Purging libgcrypt (1.9.4-r0) (36/36) Purging libgpg-error (1.45-r0) Executing busybox-1.35.0-r8.trigger OK: 396 MiB in 100 packages >>> py3-webtest: Updating the community/aarch64 repository index... >>> py3-webtest: Signing the index...