>>> py3-webtest: Building community/py3-webtest 3.0.0-r4 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 14:28:06 +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/51) Installing libbz2 (1.0.8-r5) (2/51) Installing libffi (3.4.4-r2) (3/51) Installing gdbm (1.23-r1) (4/51) Installing xz-libs (5.4.2-r1) (5/51) Installing mpdecimal (2.5.1-r2) (6/51) Installing libpanelw (6.4_p20230401-r4) (7/51) Installing readline (8.2.1-r1) (8/51) Installing sqlite-libs (3.41.2-r2) (9/51) Installing python3 (3.11.3-r10) (10/51) Installing python3-pycache-pyc0 (3.11.3-r10) (11/51) Installing pyc (0.1-r0) (12/51) Installing python3-pyc (3.11.3-r10) (13/51) Installing py3-soupsieve (2.4-r0) (14/51) Installing py3-beautifulsoup4 (4.12.2-r1) (15/51) Installing py3-beautifulsoup4-pyc (4.12.2-r1) (16/51) Installing py3-waitress (2.1.2-r3) (17/51) Installing py3-waitress-pyc (2.1.2-r3) (18/51) Installing py3-webob (1.8.7-r3) (19/51) Installing py3-webob-pyc (1.8.7-r3) (20/51) Installing py3-parsing (3.0.9-r2) (21/51) Installing py3-parsing-pyc (3.0.9-r2) (22/51) Installing py3-packaging (23.1-r1) (23/51) Installing py3-packaging-pyc (23.1-r1) (24/51) Installing py3-setuptools (67.7.1-r0) (25/51) Installing py3-setuptools-pyc (67.7.1-r0) (26/51) Installing libgpg-error (1.47-r1) (27/51) Installing libgcrypt (1.10.2-r1) (28/51) Installing libxml2 (2.10.4-r2) (29/51) Installing libxslt (1.1.37-r3) (30/51) Installing py3-lxml (4.9.2-r3) (31/51) Installing py3-lxml-pyc (4.9.2-r3) (32/51) Installing py3-six (1.16.0-r6) (33/51) Installing py3-six-pyc (1.16.0-r6) (34/51) Installing py3-paste (3.5.2-r1) (35/51) Installing py3-installer (0.7.0-r1) (36/51) Installing py3-installer-pyc (0.7.0-r1) (37/51) Installing py3-gpep517 (13-r2) (38/51) Installing py3-gpep517-pyc (13-r2) (39/51) Installing py3-wheel (0.40.0-r1) (40/51) Installing py3-wheel-pyc (0.40.0-r1) (41/51) Installing py3-pastedeploy (3.0.1-r1) (42/51) Installing py3-iniconfig (1.1.1-r6) (43/51) Installing py3-iniconfig-pyc (1.1.1-r6) (44/51) Installing py3-pluggy (1.0.0-r3) (45/51) Installing py3-pluggy-pyc (1.0.0-r3) (46/51) Installing py3-py (1.11.0-r2) (47/51) Installing py3-py-pyc (1.11.0-r2) (48/51) Installing py3-pytest (7.3.1-r1) (49/51) Installing py3-pytest-pyc (7.3.1-r1) (50/51) Installing .makedepends-py3-webtest (20230421.142807) (51/51) Installing py3-waitress-openrc (2.1.2-r3) Executing busybox-1.36.0-r7.trigger OK: 391 MiB in 150 packages >>> py3-webtest: Cleaning up srcdir >>> py3-webtest: Cleaning up pkgdir >>> py3-webtest: Fetching https://distfiles.alpinelinux.org/distfiles/edge/WebTest-3.0.0.tar.gz >>> py3-webtest: Fetching https://distfiles.alpinelinux.org/distfiles/edge/WebTest-3.0.0.tar.gz >>> py3-webtest: Checking sha512sums... WebTest-3.0.0.tar.gz: OK >>> py3-webtest: Unpacking /var/cache/distfiles/edge/WebTest-3.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/webtest copying webtest/__init__.py -> build/lib/webtest copying webtest/ext.py -> build/lib/webtest copying webtest/debugapp.py -> build/lib/webtest copying webtest/forms.py -> build/lib/webtest copying webtest/response.py -> build/lib/webtest copying webtest/sel.py -> build/lib/webtest copying webtest/http.py -> build/lib/webtest copying webtest/utils.py -> build/lib/webtest copying webtest/lint.py -> build/lib/webtest copying webtest/compat.py -> build/lib/webtest copying webtest/app.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.11.3, pytest-7.3.1, pluggy-1.0.0 -- /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.04s ====================== >>> py3-webtest: 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-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.11 creating /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/__init__.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/ext.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/debugapp.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/forms.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/response.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/sel.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/http.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/utils.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/lint.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/compat.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest copying build/lib/webtest/app.py -> /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/ext.py to ext.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/debugapp.py to debugapp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/forms.py to forms.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/response.py to response.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/sel.py to sel.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/http.py to http.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/lint.py to lint.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/app.py to app.cpython-311.pyc running install_egg_info 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' Copying WebTest.egg-info to /home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/WebTest-3.0.0-py3.11.egg-info running install_scripts >>> py3-webtest-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-webtest/pkg/py3-webtest/usr/lib/python3.11/site-packages/webtest/__pycache__' -> '/home/buildozer/aports/community/py3-webtest/pkg/py3-webtest-pyc/usr/lib/python3.11/site-packages/webtest/__pycache__' >>> py3-webtest-pyc*: Preparing subpackage py3-webtest-pyc... >>> py3-webtest-pyc*: Running postcheck for py3-webtest-pyc >>> py3-webtest*: Running postcheck for py3-webtest >>> py3-webtest*: Preparing package py3-webtest... >>> py3-webtest-pyc*: Tracing dependencies... python3 py3-beautifulsoup4 py3-waitress py3-webob python3~3.11 >>> py3-webtest-pyc*: Package size: 200.0 KB >>> py3-webtest-pyc*: Compressing data... >>> py3-webtest-pyc*: Create checksum... >>> py3-webtest-pyc*: Create py3-webtest-pyc-3.0.0-r4.apk >>> py3-webtest*: Tracing dependencies... python3 py3-beautifulsoup4 py3-waitress py3-webob python3~3.11 >>> py3-webtest*: Package size: 192.0 KB >>> py3-webtest*: Compressing data... >>> py3-webtest*: Create checksum... >>> py3-webtest*: Create py3-webtest-3.0.0-r4.apk >>> py3-webtest: Build complete at Fri, 21 Apr 2023 14:28:11 +0000 elapsed time 0h 0m 5s >>> py3-webtest: Cleaning up srcdir >>> py3-webtest: Cleaning up pkgdir >>> py3-webtest: Uninstalling dependencies... (1/51) Purging .makedepends-py3-webtest (20230421.142807) (2/51) Purging py3-beautifulsoup4-pyc (4.12.2-r1) (3/51) Purging py3-beautifulsoup4 (4.12.2-r1) (4/51) Purging py3-soupsieve (2.4-r0) (5/51) Purging py3-waitress-openrc (2.1.2-r3) (6/51) Purging py3-waitress-pyc (2.1.2-r3) (7/51) Purging py3-waitress (2.1.2-r3) (8/51) Purging py3-webob-pyc (1.8.7-r3) (9/51) Purging py3-webob (1.8.7-r3) (10/51) Purging py3-lxml-pyc (4.9.2-r3) (11/51) Purging py3-lxml (4.9.2-r3) (12/51) Purging py3-paste (3.5.2-r1) (13/51) Purging py3-six-pyc (1.16.0-r6) (14/51) Purging py3-six (1.16.0-r6) (15/51) Purging py3-pastedeploy (3.0.1-r1) (16/51) Purging py3-gpep517-pyc (13-r2) (17/51) Purging py3-gpep517 (13-r2) (18/51) Purging py3-installer-pyc (0.7.0-r1) (19/51) Purging py3-installer (0.7.0-r1) (20/51) Purging py3-setuptools-pyc (67.7.1-r0) (21/51) Purging py3-setuptools (67.7.1-r0) (22/51) Purging py3-wheel-pyc (0.40.0-r1) (23/51) Purging py3-wheel (0.40.0-r1) (24/51) Purging py3-pytest-pyc (7.3.1-r1) (25/51) Purging py3-pytest (7.3.1-r1) (26/51) Purging py3-iniconfig-pyc (1.1.1-r6) (27/51) Purging py3-iniconfig (1.1.1-r6) (28/51) Purging py3-packaging-pyc (23.1-r1) (29/51) Purging py3-packaging (23.1-r1) (30/51) Purging py3-parsing-pyc (3.0.9-r2) (31/51) Purging py3-parsing (3.0.9-r2) (32/51) Purging py3-pluggy-pyc (1.0.0-r3) (33/51) Purging py3-pluggy (1.0.0-r3) (34/51) Purging py3-py-pyc (1.11.0-r2) (35/51) Purging py3-py (1.11.0-r2) (36/51) Purging libxslt (1.1.37-r3) (37/51) Purging python3-pyc (3.11.3-r10) (38/51) Purging python3-pycache-pyc0 (3.11.3-r10) (39/51) Purging pyc (0.1-r0) (40/51) Purging python3 (3.11.3-r10) (41/51) Purging gdbm (1.23-r1) (42/51) Purging libbz2 (1.0.8-r5) (43/51) Purging libffi (3.4.4-r2) (44/51) Purging libgcrypt (1.10.2-r1) (45/51) Purging libgpg-error (1.47-r1) (46/51) Purging libpanelw (6.4_p20230401-r4) (47/51) Purging libxml2 (2.10.4-r2) (48/51) Purging mpdecimal (2.5.1-r2) (49/51) Purging readline (8.2.1-r1) (50/51) Purging sqlite-libs (3.41.2-r2) (51/51) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 99 packages >>> py3-webtest: Updating the community/armhf repository index... >>> py3-webtest: Signing the index...