>>> py3-webob: Building community/py3-webob 1.8.7-r2 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 08:08:10 +0000 >>> py3-webob: Checking sanity of /home/buildozer/aports/community/py3-webob/APKBUILD... >>> py3-webob: Analyzing dependencies... >>> py3-webob: Installing for build: build-base py3-setuptools py3-pytest py3-pytest-runner (1/18) Installing libbz2 (1.0.8-r4) (2/18) Installing libffi (3.4.4-r0) (3/18) Installing gdbm (1.23-r0) (4/18) Installing xz-libs (5.2.8-r0) (5/18) Installing mpdecimal (2.5.1-r1) (6/18) Installing readline (8.2.0-r0) (7/18) Installing sqlite-libs (3.40.0-r0) (8/18) Installing python3 (3.11.0-r2) (9/18) Installing py3-parsing (3.0.9-r1) (10/18) Installing py3-packaging (21.3-r3) (11/18) Installing py3-setuptools (65.6.0-r1) (12/18) Installing py3-attrs (22.1.0-r1) (13/18) Installing py3-iniconfig (1.1.1-r4) (14/18) Installing py3-pluggy (1.0.0-r2) (15/18) Installing py3-py (1.11.0-r1) (16/18) Installing py3-pytest (7.2.0-r2) (17/18) Installing py3-pytest-runner (6.0.0-r1) (18/18) Installing .makedepends-py3-webob (20221123.080810) Executing busybox-1.35.0-r29.trigger OK: 488 MiB in 114 packages >>> py3-webob: Cleaning up srcdir >>> py3-webob: Cleaning up pkgdir >>> py3-webob: Fetching https://distfiles.alpinelinux.org/distfiles/edge/WebOb-1.8.7.tar.gz >>> py3-webob: Fetching https://distfiles.alpinelinux.org/distfiles/edge/WebOb-1.8.7.tar.gz >>> py3-webob: Checking sha512sums... WebOb-1.8.7.tar.gz: OK python-3.9.patch: OK >>> py3-webob: Unpacking /var/cache/distfiles/edge/WebOb-1.8.7.tar.gz... >>> py3-webob: python-3.9.patch patching file tests/conftest.py /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/webob copying src/webob/cookies.py -> build/lib/webob copying src/webob/request.py -> build/lib/webob copying src/webob/multidict.py -> build/lib/webob copying src/webob/etag.py -> build/lib/webob copying src/webob/compat.py -> build/lib/webob copying src/webob/util.py -> build/lib/webob copying src/webob/datetime_utils.py -> build/lib/webob copying src/webob/descriptors.py -> build/lib/webob copying src/webob/acceptparse.py -> build/lib/webob copying src/webob/byterange.py -> build/lib/webob copying src/webob/response.py -> build/lib/webob copying src/webob/client.py -> build/lib/webob copying src/webob/headers.py -> build/lib/webob copying src/webob/exc.py -> build/lib/webob copying src/webob/cachecontrol.py -> build/lib/webob copying src/webob/__init__.py -> build/lib/webob copying src/webob/static.py -> build/lib/webob copying src/webob/dec.py -> build/lib/webob /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running pytest running egg_info writing src/WebOb.egg-info/PKG-INFO writing dependency_links to src/WebOb.egg-info/dependency_links.txt writing requirements to src/WebOb.egg-info/requires.txt writing top-level names to src/WebOb.egg-info/top_level.txt reading manifest file 'src/WebOb.egg-info/SOURCES.txt' adding license file 'docs/license.txt' writing manifest file 'src/WebOb.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-webob/src/WebOb-1.8.7, configfile: setup.cfg, testpaths: src/webob, tests collected 2389 items tests/test_acceptparse.py .............................................. [ 1%] ........................................................................ [ 4%] ........................................................................ [ 7%] ........................................................................ [ 10%] ........................................................................ [ 13%] ........................................................................ [ 16%] ........................................................................ [ 20%] ........................................................................ [ 23%] ........................................................................ [ 26%] ........................................................................ [ 29%] ........................................................................ [ 32%] ........................................................................ [ 35%] ........................................................................ [ 38%] ........................................................................ [ 41%] ........................................................................ [ 44%] ........................................................................ [ 47%] ........................................................................ [ 50%] ........................................................ [ 52%] tests/test_byterange.py ............... [ 53%] tests/test_cachecontrol.py ............................... [ 54%] tests/test_client.py ............. [ 54%] tests/test_client_functional.py .... [ 55%] tests/test_compat.py ........... [ 55%] tests/test_cookies.py .............................................s.s.s [ 57%] ................................................ [ 59%] tests/test_cookies_bw.py . [ 59%] tests/test_datetime_utils.py ...... [ 59%] tests/test_dec.py ......................... [ 61%] tests/test_descriptors.py .............................................. [ 62%] ........................................................................ [ 65%] ......... [ 66%] tests/test_etag.py .......................... [ 67%] tests/test_etag_nose.py ....... [ 67%] tests/test_exc.py ........................................ [ 69%] tests/test_headers.py ................. [ 70%] tests/test_in_wsgiref.py .. [ 70%] tests/test_misc.py ...s.........s. [ 70%] tests/test_multidict.py ................................................ [ 72%] ........................................................................ [ 75%] [ 75%] tests/test_request.py .................................................. [ 77%] ........................................................................ [ 80%] ........................................................................ [ 83%] ...................................................................s.s.s [ 86%] ..............................s......................................... [ 89%] ............................................... [ 91%] tests/test_response.py ................................................. [ 94%] .........x.............................................................. [ 97%] ...................................... [ 98%] tests/test_static.py .................... [ 99%] tests/test_transcode.py ...... [ 99%] tests/test_util.py ....... [100%] =============================== warnings summary =============================== src/webob/compat.py:5 /home/buildozer/aports/community/py3-webob/src/WebOb-1.8.7/src/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header tests/test_client_functional.py::test_client tests/test_client_functional.py::test_no_content_length tests/test_client_functional.py::test_client_cookies tests/test_client_functional.py::test_client_slow tests/test_in_wsgiref.py::test_request_reading tests/test_in_wsgiref.py::test_interrupted_request /home/buildozer/aports/community/py3-webob/src/WebOb-1.8.7/tests/conftest.py:53: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead worker.setDaemon(True) tests/test_request.py::TestRequest_functional::test_request_put /home/buildozer/aports/community/py3-webob/src/WebOb-1.8.7/src/webob/acceptparse.py:1262: DeprecationWarning: The behavior of .__contains__ for the Accept classes is currently being maintained for backward compatibility, but it will change in the future to better conform to the RFC. warnings.warn( tests/test_request.py::TestRequest_functional::test_request_put /home/buildozer/aports/community/py3-webob/src/WebOb-1.8.7/src/webob/acceptparse.py:645: DeprecationWarning: The behavior of AcceptValidHeader.__contains__ is currently being maintained for backward compatibility, but it will change in the future to better conform to the RFC. warnings.warn( tests/test_response.py::test_set_cookie_expires_is_datetime_and_max_age_is_None tests/test_response.py::test_set_cookie_expires_is_timedelta_and_max_age_is_None tests/test_response.py::test_set_cookie_expires_is_datetime_tz_and_max_age_is_None /home/buildozer/aports/community/py3-webob/src/WebOb-1.8.7/src/webob/response.py:1037: DeprecationWarning: Argument "expires" will be removed in a future version of WebOb, please use "max_age". warn_deprecation('Argument "expires" will be removed in a future ' -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========== 2379 passed, 9 skipped, 1 xfailed, 12 warnings in 8.54s ============ >>> py3-webob: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) 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-webob/pkg creating /home/buildozer/aports/community/py3-webob/pkg/py3-webob creating /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr creating /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib creating /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/cookies.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/request.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/multidict.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/etag.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/compat.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/util.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/datetime_utils.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/descriptors.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/acceptparse.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/byterange.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/response.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/client.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/headers.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/exc.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/cachecontrol.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/__init__.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/static.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob copying build/lib/webob/dec.py -> /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/cookies.py to cookies.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/request.py to request.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/multidict.py to multidict.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/etag.py to etag.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/util.py to util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/datetime_utils.py to datetime_utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/descriptors.py to descriptors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/acceptparse.py to acceptparse.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/byterange.py to byterange.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/response.py to response.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/client.py to client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/headers.py to headers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/exc.py to exc.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/cachecontrol.py to cachecontrol.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/static.py to static.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/webob/dec.py to dec.cpython-311.pyc running install_egg_info running egg_info writing src/WebOb.egg-info/PKG-INFO writing dependency_links to src/WebOb.egg-info/dependency_links.txt writing requirements to src/WebOb.egg-info/requires.txt writing top-level names to src/WebOb.egg-info/top_level.txt reading manifest file 'src/WebOb.egg-info/SOURCES.txt' adding license file 'docs/license.txt' writing manifest file 'src/WebOb.egg-info/SOURCES.txt' Copying src/WebOb.egg-info to /home/buildozer/aports/community/py3-webob/pkg/py3-webob/usr/lib/python3.11/site-packages/WebOb-1.8.7-py3.11.egg-info running install_scripts >>> py3-webob*: Running postcheck for py3-webob >>> py3-webob*: Preparing package py3-webob... >>> py3-webob*: Tracing dependencies... >>> py3-webob*: Package size: 1.2 MB >>> py3-webob*: Compressing data... >>> py3-webob*: Create checksum... >>> py3-webob*: Create py3-webob-1.8.7-r2.apk >>> py3-webob: Build complete at Wed, 23 Nov 2022 08:08:21 +0000 elapsed time 0h 0m 11s >>> py3-webob: Cleaning up srcdir >>> py3-webob: Cleaning up pkgdir >>> py3-webob: Uninstalling dependencies... (1/18) Purging .makedepends-py3-webob (20221123.080810) (2/18) Purging py3-pytest-runner (6.0.0-r1) (3/18) Purging py3-pytest (7.2.0-r2) (4/18) Purging py3-attrs (22.1.0-r1) (5/18) Purging py3-iniconfig (1.1.1-r4) (6/18) Purging py3-pluggy (1.0.0-r2) (7/18) Purging py3-py (1.11.0-r1) (8/18) Purging py3-setuptools (65.6.0-r1) (9/18) Purging py3-packaging (21.3-r3) (10/18) Purging py3-parsing (3.0.9-r1) (11/18) Purging python3 (3.11.0-r2) (12/18) Purging libbz2 (1.0.8-r4) (13/18) Purging libffi (3.4.4-r0) (14/18) Purging gdbm (1.23-r0) (15/18) Purging xz-libs (5.2.8-r0) (16/18) Purging mpdecimal (2.5.1-r1) (17/18) Purging readline (8.2.0-r0) (18/18) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 406 MiB in 96 packages >>> py3-webob: Updating the community/aarch64 repository index... >>> py3-webob: Signing the index...