>>> py3-pytest-localserver: Building community/py3-pytest-localserver 0.5.1-r0 (using abuild 3.9.0-r0) started Wed, 13 Apr 2022 17:55:10 +0000 >>> py3-pytest-localserver: Checking sanity of /home/buildozer/aports/community/py3-pytest-localserver/APKBUILD... >>> py3-pytest-localserver: Analyzing dependencies... >>> py3-pytest-localserver: Installing for build: build-base python3 py3-setuptools py3-pytest py3-six py3-requests py3-werkzeug (1/31) Installing libbz2 (1.0.8-r1) (2/31) Installing libffi (3.4.2-r1) (3/31) Installing gdbm (1.23-r0) (4/31) Installing xz-libs (5.2.5-r1) (5/31) Installing mpdecimal (2.5.1-r1) (6/31) Installing readline (8.1.2-r0) (7/31) Installing sqlite-libs (3.38.0-r0) (8/31) Installing python3 (3.10.3-r0) (9/31) Installing py3-appdirs (1.4.4-r3) (10/31) Installing py3-more-itertools (8.12.0-r2) (11/31) Installing py3-ordered-set (4.0.2-r3) (12/31) Installing py3-parsing (2.4.7-r3) (13/31) Installing py3-six (1.16.0-r1) (14/31) Installing py3-packaging (21.3-r0) (15/31) Installing py3-setuptools (59.4.0-r0) (16/31) Installing py3-atomicwrites (1.4.0-r2) (17/31) Installing py3-attrs (21.4.0-r0) (18/31) Installing py3-iniconfig (1.1.1-r2) (19/31) Installing py3-pluggy (0.13.1-r5) (20/31) Installing py3-py (1.10.0-r2) (21/31) Installing py3-wcwidth (0.2.5-r2) (22/31) Installing py3-toml (0.10.2-r3) (23/31) Installing py3-pygments (2.11.2-r0) (24/31) Installing py3-pytest (6.2.5-r2) (25/31) Installing py3-certifi (2021.10.8-r0) (26/31) Installing py3-charset-normalizer (2.0.10-r0) (27/31) Installing py3-idna (3.3-r2) (28/31) Installing py3-urllib3 (1.26.9-r0) (29/31) Installing py3-requests (2.27.1-r0) (30/31) Installing py3-werkzeug (2.0.3-r0) (31/31) Installing .makedepends-py3-pytest-localserver (20220413.175512) Executing busybox-1.35.0-r8.trigger OK: 321 MiB in 119 packages >>> py3-pytest-localserver: Cleaning up srcdir >>> py3-pytest-localserver: Cleaning up pkgdir >>> py3-pytest-localserver: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/pytest-localserver-0.5.1.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pytest-localserver: Fetching https://files.pythonhosted.org/packages/source/p/pytest-localserver/pytest-localserver-0.5.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19341 100 19341 0 0 185k 0 --:--:-- --:--:-- --:--:-- 185k >>> py3-pytest-localserver: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/pytest-localserver-0.5.1.tar.gz >>> py3-pytest-localserver: Checking sha512sums... pytest-localserver-0.5.1.tar.gz: OK >>> py3-pytest-localserver: Unpacking /var/cache/distfiles/v3.16/pytest-localserver-0.5.1.tar.gz... /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/pytest_localserver copying pytest_localserver/https.py -> build/lib/pytest_localserver copying pytest_localserver/__init__.py -> build/lib/pytest_localserver copying pytest_localserver/smtp.py -> build/lib/pytest_localserver copying pytest_localserver/http.py -> build/lib/pytest_localserver copying pytest_localserver/plugin.py -> build/lib/pytest_localserver running egg_info writing pytest_localserver.egg-info/PKG-INFO writing dependency_links to pytest_localserver.egg-info/dependency_links.txt writing entry points to pytest_localserver.egg-info/entry_points.txt writing requirements to pytest_localserver.egg-info/requires.txt writing top-level names to pytest_localserver.egg-info/top_level.txt reading manifest file 'pytest_localserver.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pytest_localserver/ca.*' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'pytest_localserver.egg-info/SOURCES.txt' copying pytest_localserver/server.pem -> build/lib/pytest_localserver ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-pytest-localserver/src/pytest-localserver-0.5.1 collected 16 items tests/test_http.py ...... [ 37%] tests/test_https.py ..... [ 68%] tests/test_smtp.py ..... [100%] =============================== warnings summary =============================== pytest_localserver/smtp.py:10 /home/buildozer/aports/community/py3-pytest-localserver/src/pytest-localserver-0.5.1/pytest_localserver/smtp.py:10: DeprecationWarning: The asyncore module is deprecated. The recommended replacement is asyncio import asyncore pytest_localserver/smtp.py:12 /home/buildozer/aports/community/py3-pytest-localserver/src/pytest-localserver-0.5.1/pytest_localserver/smtp.py:12: DeprecationWarning: The smtpd module is deprecated and unmaintained. Please see aiosmtpd (https://aiosmtpd.readthedocs.io/) for the recommended replacement. import smtpd ../../../../../../../usr/lib/python3.10/smtpd.py:105 /usr/lib/python3.10/smtpd.py:105: DeprecationWarning: The asynchat module is deprecated. The recommended replacement is asyncio import asynchat tests/test_https.py::test_some_content_retrieval tests/test_https.py::test_GET_request tests/test_https.py::test_HEAD_request /usr/lib/python3.10/site-packages/urllib3/connectionpool.py:1043: InsecureRequestWarning: Unverified HTTPS request is being made to host '127.0.0.1'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn( -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================== 16 passed, 6 warnings in 5.92s ======================== >>> py3-pytest-localserver: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( 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 pytest_localserver.egg-info/PKG-INFO writing dependency_links to pytest_localserver.egg-info/dependency_links.txt writing entry points to pytest_localserver.egg-info/entry_points.txt writing requirements to pytest_localserver.egg-info/requires.txt writing top-level names to pytest_localserver.egg-info/top_level.txt reading manifest file 'pytest_localserver.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pytest_localserver/ca.*' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'pytest_localserver.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-pytest-localserver/pkg creating /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver creating /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr creating /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib creating /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver copying build/lib/pytest_localserver/server.pem -> /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver copying build/lib/pytest_localserver/https.py -> /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver copying build/lib/pytest_localserver/__init__.py -> /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver copying build/lib/pytest_localserver/smtp.py -> /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver copying build/lib/pytest_localserver/http.py -> /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver copying build/lib/pytest_localserver/plugin.py -> /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver byte-compiling /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver/https.py to https.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver/smtp.py to smtp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver/http.py to http.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver/plugin.py to plugin.cpython-310.pyc running install_egg_info Copying pytest_localserver.egg-info to /home/buildozer/aports/community/py3-pytest-localserver/pkg/py3-pytest-localserver/usr/lib/python3.10/site-packages/pytest_localserver-0.5.1-py3.10.egg-info running install_scripts >>> py3-pytest-localserver*: Running postcheck for py3-pytest-localserver >>> py3-pytest-localserver*: Preparing package py3-pytest-localserver... >>> py3-pytest-localserver*: Tracing dependencies... >>> py3-pytest-localserver*: Package size: 124.0 KB >>> py3-pytest-localserver*: Compressing data... >>> py3-pytest-localserver*: Create checksum... >>> py3-pytest-localserver*: Create py3-pytest-localserver-0.5.1-r0.apk >>> py3-pytest-localserver: Build complete at Wed, 13 Apr 2022 17:55:20 +0000 elapsed time 0h 0m 10s >>> py3-pytest-localserver: Cleaning up srcdir >>> py3-pytest-localserver: Cleaning up pkgdir >>> py3-pytest-localserver: Uninstalling dependencies... (1/31) Purging .makedepends-py3-pytest-localserver (20220413.175512) (2/31) Purging py3-setuptools (59.4.0-r0) (3/31) Purging py3-appdirs (1.4.4-r3) (4/31) Purging py3-ordered-set (4.0.2-r3) (5/31) Purging py3-pytest (6.2.5-r2) (6/31) Purging py3-atomicwrites (1.4.0-r2) (7/31) Purging py3-attrs (21.4.0-r0) (8/31) Purging py3-more-itertools (8.12.0-r2) (9/31) Purging py3-iniconfig (1.1.1-r2) (10/31) Purging py3-pluggy (0.13.1-r5) (11/31) Purging py3-py (1.10.0-r2) (12/31) Purging py3-wcwidth (0.2.5-r2) (13/31) Purging py3-packaging (21.3-r0) (14/31) Purging py3-parsing (2.4.7-r3) (15/31) Purging py3-toml (0.10.2-r3) (16/31) Purging py3-pygments (2.11.2-r0) (17/31) Purging py3-six (1.16.0-r1) (18/31) Purging py3-requests (2.27.1-r0) (19/31) Purging py3-certifi (2021.10.8-r0) (20/31) Purging py3-charset-normalizer (2.0.10-r0) (21/31) Purging py3-idna (3.3-r2) (22/31) Purging py3-urllib3 (1.26.9-r0) (23/31) Purging py3-werkzeug (2.0.3-r0) (24/31) Purging python3 (3.10.3-r0) (25/31) Purging libbz2 (1.0.8-r1) (26/31) Purging libffi (3.4.2-r1) (27/31) Purging gdbm (1.23-r0) (28/31) Purging xz-libs (5.2.5-r1) (29/31) Purging mpdecimal (2.5.1-r1) (30/31) Purging readline (8.1.2-r0) (31/31) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-pytest-localserver: Updating the community/armv7 repository index... >>> py3-pytest-localserver: Signing the index...