>>> py3-pytest-httpbin: Building community/py3-pytest-httpbin 1.0.2-r0 (using abuild 3.9.0-r0) started Sun, 17 Apr 2022 17:22:19 +0000 >>> py3-pytest-httpbin: Checking sanity of /home/buildozer/aports/community/py3-pytest-httpbin/APKBUILD... >>> py3-pytest-httpbin: Analyzing dependencies... >>> py3-pytest-httpbin: Installing for build: build-base py3-httpbin py3-six py3-setuptools py3-pytest py3-requests (1/41) Installing libbz2 (1.0.8-r1) (2/41) Installing libffi (3.4.2-r1) (3/41) Installing gdbm (1.23-r0) (4/41) Installing xz-libs (5.2.5-r1) (5/41) Installing mpdecimal (2.5.1-r1) (6/41) Installing readline (8.1.2-r0) (7/41) Installing sqlite-libs (3.38.2-r0) (8/41) Installing python3 (3.10.3-r1) (9/41) Installing py3-click (8.0.4-r0) (10/41) Installing py3-itsdangerous (2.1.1-r0) (11/41) Installing py3-markupsafe (2.1.1-r0) (12/41) Installing py3-jinja2 (3.0.3-r1) (13/41) Installing py3-werkzeug (2.0.3-r0) (14/41) Installing py3-flask (2.1.1-r0) (15/41) Installing py3-six (1.16.0-r1) (16/41) Installing py3-raven (6.10.0-r4) (17/41) Installing py3-blinker (1.4-r7) (18/41) Installing py3-brotli (1.0.9-r6) (19/41) Installing py3-decorator (5.1.1-r0) (20/41) Installing py3-httpbin (0.7.0-r3) (21/41) Installing py3-appdirs (1.4.4-r3) (22/41) Installing py3-more-itertools (8.12.0-r2) (23/41) Installing py3-ordered-set (4.0.2-r3) (24/41) Installing py3-parsing (2.4.7-r3) (25/41) Installing py3-packaging (21.3-r0) (26/41) Installing py3-setuptools (59.4.0-r0) (27/41) Installing py3-atomicwrites (1.4.0-r2) (28/41) Installing py3-attrs (21.4.0-r0) (29/41) Installing py3-iniconfig (1.1.1-r2) (30/41) Installing py3-pluggy (0.13.1-r5) (31/41) Installing py3-py (1.10.0-r2) (32/41) Installing py3-wcwidth (0.2.5-r2) (33/41) Installing py3-toml (0.10.2-r3) (34/41) Installing py3-pygments (2.11.2-r0) (35/41) Installing py3-pytest (6.2.5-r2) (36/41) Installing py3-certifi (2021.10.8-r0) (37/41) Installing py3-charset-normalizer (2.0.10-r0) (38/41) Installing py3-idna (3.3-r2) (39/41) Installing py3-urllib3 (1.26.9-r0) (40/41) Installing py3-requests (2.27.1-r0) (41/41) Installing .makedepends-py3-pytest-httpbin (20220417.172220) Executing busybox-1.35.0-r8.trigger OK: 396 MiB in 130 packages >>> py3-pytest-httpbin: Cleaning up srcdir >>> py3-pytest-httpbin: Cleaning up pkgdir >>> py3-pytest-httpbin: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/pytest-httpbin-1.0.2.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 15494 100 15494 0 0 215k 0 --:--:-- --:--:-- --:--:-- 216k >>> py3-pytest-httpbin: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/pytest-httpbin-1.0.2.tar.gz >>> py3-pytest-httpbin: Checking sha512sums... pytest-httpbin-1.0.2.tar.gz: OK >>> py3-pytest-httpbin: Unpacking /var/cache/distfiles/v3.16/pytest-httpbin-1.0.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pytest_httpbin copying pytest_httpbin/certs.py -> build/lib/pytest_httpbin copying pytest_httpbin/plugin.py -> build/lib/pytest_httpbin copying pytest_httpbin/__init__.py -> build/lib/pytest_httpbin copying pytest_httpbin/version.py -> build/lib/pytest_httpbin copying pytest_httpbin/serve.py -> build/lib/pytest_httpbin running egg_info writing pytest_httpbin.egg-info/PKG-INFO writing dependency_links to pytest_httpbin.egg-info/dependency_links.txt writing entry points to pytest_httpbin.egg-info/entry_points.txt writing requirements to pytest_httpbin.egg-info/requires.txt writing top-level names to pytest_httpbin.egg-info/top_level.txt reading manifest file 'pytest_httpbin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pytest_httpbin.egg-info/SOURCES.txt' creating build/lib/pytest_httpbin/certs copying pytest_httpbin/certs/cacert.pem -> build/lib/pytest_httpbin/certs copying pytest_httpbin/certs/cert.pem -> build/lib/pytest_httpbin/certs copying pytest_httpbin/certs/key.pem -> build/lib/pytest_httpbin/certs ============================= 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-httpbin/src/pytest-httpbin-1.0.2 plugins: httpbin-1.0.2 collected 20 items / 1 deselected / 19 selected tests/test_httpbin.py ............127.0.0.1 - - [17/Apr/2022 17:22:24] "GET /get HTTP/1.1" 200 223 . [ 68%] tests/test_server.py ...... [100%] =============================== warnings summary =============================== tests/test_httpbin.py: 14 warnings tests/test_server.py: 2 warnings /home/buildozer/aports/community/py3-pytest-httpbin/src/pytest-httpbin-1.0.2/pytest_httpbin/serve.py:65: DeprecationWarning: ssl.wrap_socket() is deprecated, use SSLContext.wrap_socket() ssock = ssl.wrap_socket( tests/test_httpbin.py: 14 warnings tests/test_server.py: 2 warnings /usr/lib/python3.10/ssl.py:1433: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated context = SSLContext(ssl_version) -- Docs: https://docs.pytest.org/en/stable/warnings.html ================ 19 passed, 1 deselected, 32 warnings in 2.73s ================= >>> py3-pytest-httpbin: 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 pytest_httpbin.egg-info/PKG-INFO writing dependency_links to pytest_httpbin.egg-info/dependency_links.txt writing entry points to pytest_httpbin.egg-info/entry_points.txt writing requirements to pytest_httpbin.egg-info/requires.txt writing top-level names to pytest_httpbin.egg-info/top_level.txt reading manifest file 'pytest_httpbin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pytest_httpbin.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-pytest-httpbin/pkg creating /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin creating /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr creating /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib creating /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin copying build/lib/pytest_httpbin/certs.py -> /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin copying build/lib/pytest_httpbin/plugin.py -> /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin copying build/lib/pytest_httpbin/__init__.py -> /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin copying build/lib/pytest_httpbin/version.py -> /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin creating /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/key.pem -> /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/cert.pem -> /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/cacert.pem -> /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin/certs copying build/lib/pytest_httpbin/serve.py -> /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin byte-compiling /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin/certs.py to certs.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin/plugin.py to plugin.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin/serve.py to serve.cpython-310.pyc running install_egg_info Copying pytest_httpbin.egg-info to /home/buildozer/aports/community/py3-pytest-httpbin/pkg/py3-pytest-httpbin/usr/lib/python3.10/site-packages/pytest_httpbin-1.0.2-py3.10.egg-info running install_scripts >>> py3-pytest-httpbin*: Running postcheck for py3-pytest-httpbin >>> py3-pytest-httpbin*: Preparing package py3-pytest-httpbin... >>> py3-pytest-httpbin*: Tracing dependencies... >>> py3-pytest-httpbin*: Package size: 120.0 KB >>> py3-pytest-httpbin*: Compressing data... >>> py3-pytest-httpbin*: Create checksum... >>> py3-pytest-httpbin*: Create py3-pytest-httpbin-1.0.2-r0.apk >>> py3-pytest-httpbin: Build complete at Sun, 17 Apr 2022 17:22:27 +0000 elapsed time 0h 0m 8s >>> py3-pytest-httpbin: Cleaning up srcdir >>> py3-pytest-httpbin: Cleaning up pkgdir >>> py3-pytest-httpbin: Uninstalling dependencies... (1/41) Purging .makedepends-py3-pytest-httpbin (20220417.172220) (2/41) Purging py3-httpbin (0.7.0-r3) (3/41) Purging py3-flask (2.1.1-r0) (4/41) Purging py3-click (8.0.4-r0) (5/41) Purging py3-itsdangerous (2.1.1-r0) (6/41) Purging py3-jinja2 (3.0.3-r1) (7/41) Purging py3-markupsafe (2.1.1-r0) (8/41) Purging py3-werkzeug (2.0.3-r0) (9/41) Purging py3-raven (6.10.0-r4) (10/41) Purging py3-blinker (1.4-r7) (11/41) Purging py3-brotli (1.0.9-r6) (12/41) Purging py3-decorator (5.1.1-r0) (13/41) Purging py3-setuptools (59.4.0-r0) (14/41) Purging py3-appdirs (1.4.4-r3) (15/41) Purging py3-ordered-set (4.0.2-r3) (16/41) Purging py3-pytest (6.2.5-r2) (17/41) Purging py3-atomicwrites (1.4.0-r2) (18/41) Purging py3-attrs (21.4.0-r0) (19/41) Purging py3-more-itertools (8.12.0-r2) (20/41) Purging py3-iniconfig (1.1.1-r2) (21/41) Purging py3-pluggy (0.13.1-r5) (22/41) Purging py3-py (1.10.0-r2) (23/41) Purging py3-wcwidth (0.2.5-r2) (24/41) Purging py3-packaging (21.3-r0) (25/41) Purging py3-parsing (2.4.7-r3) (26/41) Purging py3-six (1.16.0-r1) (27/41) Purging py3-toml (0.10.2-r3) (28/41) Purging py3-pygments (2.11.2-r0) (29/41) Purging py3-requests (2.27.1-r0) (30/41) Purging py3-certifi (2021.10.8-r0) (31/41) Purging py3-charset-normalizer (2.0.10-r0) (32/41) Purging py3-idna (3.3-r2) (33/41) Purging py3-urllib3 (1.26.9-r0) (34/41) Purging python3 (3.10.3-r1) (35/41) Purging libbz2 (1.0.8-r1) (36/41) Purging libffi (3.4.2-r1) (37/41) Purging gdbm (1.23-r0) (38/41) Purging xz-libs (5.2.5-r1) (39/41) Purging mpdecimal (2.5.1-r1) (40/41) Purging readline (8.1.2-r0) (41/41) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 322 MiB in 89 packages >>> py3-pytest-httpbin: Updating the community/x86 repository index... >>> py3-pytest-httpbin: Signing the index...