>>> py3-pytest-httpbin: Building community/py3-pytest-httpbin 1.0.2-r0 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 15:37:24 +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/35) Installing libbz2 (1.0.8-r3) (2/35) Installing libffi (3.4.4-r0) (3/35) Installing gdbm (1.23-r0) (4/35) Installing xz-libs (5.2.7-r0) (5/35) Installing mpdecimal (2.5.1-r1) (6/35) Installing readline (8.2.0-r0) (7/35) Installing sqlite-libs (3.39.4-r0) (8/35) Installing python3 (3.10.8-r3) (9/35) Installing py3-click (8.1.3-r0) (10/35) Installing py3-itsdangerous (2.1.2-r0) (11/35) Installing py3-markupsafe (2.1.1-r1) (12/35) Installing py3-jinja2 (3.1.2-r0) (13/35) Installing py3-werkzeug (2.2.2-r1) (14/35) Installing py3-flask (2.1.3-r0) (15/35) Installing py3-six (1.16.0-r3) (16/35) Installing py3-raven (6.10.0-r4) (17/35) Installing py3-blinker (1.5-r0) (18/35) Installing py3-brotli (1.0.9-r8) (19/35) Installing py3-decorator (5.1.1-r1) (20/35) Installing py3-httpbin (0.7.0-r4) (21/35) Installing py3-parsing (3.0.9-r0) (22/35) Installing py3-packaging (21.3-r2) (23/35) Installing py3-setuptools (65.5.0-r0) (24/35) Installing py3-attrs (22.1.0-r0) (25/35) Installing py3-iniconfig (1.1.1-r3) (26/35) Installing py3-pluggy (1.0.0-r1) (27/35) Installing py3-py (1.11.0-r0) (28/35) Installing py3-tomli (2.0.1-r1) (29/35) Installing py3-pytest (7.1.3-r1) (30/35) Installing py3-certifi (2022.9.24-r0) (31/35) Installing py3-charset-normalizer (2.1.1-r0) (32/35) Installing py3-idna (3.4-r2) (33/35) Installing py3-urllib3 (1.26.12-r0) (34/35) Installing py3-requests (2.28.1-r0) (35/35) Installing .makedepends-py3-pytest-httpbin (20221028.153733) Executing busybox-1.35.0-r27.trigger OK: 261 MiB in 128 packages >>> py3-pytest-httpbin: Cleaning up srcdir >>> py3-pytest-httpbin: Cleaning up pkgdir >>> py3-pytest-httpbin: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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 28690 0 --:--:-- --:--:-- --:--:-- 28745 >>> py3-pytest-httpbin: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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.17/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/__init__.py -> build/lib/pytest_httpbin copying pytest_httpbin/version.py -> build/lib/pytest_httpbin copying pytest_httpbin/certs.py -> build/lib/pytest_httpbin copying pytest_httpbin/serve.py -> build/lib/pytest_httpbin copying pytest_httpbin/plugin.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' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pytest_httpbin.certs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'pytest_httpbin.certs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'pytest_httpbin.certs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'pytest_httpbin.certs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 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.8, pytest-7.1.3, pluggy-1.0.0 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 ............. [ 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:1434: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated context = SSLContext(ssl_version) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================ 19 passed, 1 deselected, 32 warnings in 2.26s ================= >>> 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' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pytest_httpbin.certs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'pytest_httpbin.certs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'pytest_httpbin.certs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'pytest_httpbin.certs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 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 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/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/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/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/__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 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/serve.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 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/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/serve.py to serve.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 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 Fri, 28 Oct 2022 15:37:38 +0000 elapsed time 0h 0m 14s >>> py3-pytest-httpbin: Cleaning up srcdir >>> py3-pytest-httpbin: Cleaning up pkgdir >>> py3-pytest-httpbin: Uninstalling dependencies... (1/35) Purging .makedepends-py3-pytest-httpbin (20221028.153733) (2/35) Purging py3-httpbin (0.7.0-r4) (3/35) Purging py3-flask (2.1.3-r0) (4/35) Purging py3-click (8.1.3-r0) (5/35) Purging py3-itsdangerous (2.1.2-r0) (6/35) Purging py3-jinja2 (3.1.2-r0) (7/35) Purging py3-werkzeug (2.2.2-r1) (8/35) Purging py3-markupsafe (2.1.1-r1) (9/35) Purging py3-raven (6.10.0-r4) (10/35) Purging py3-blinker (1.5-r0) (11/35) Purging py3-brotli (1.0.9-r8) (12/35) Purging py3-decorator (5.1.1-r1) (13/35) Purging py3-six (1.16.0-r3) (14/35) Purging py3-setuptools (65.5.0-r0) (15/35) Purging py3-pytest (7.1.3-r1) (16/35) Purging py3-attrs (22.1.0-r0) (17/35) Purging py3-iniconfig (1.1.1-r3) (18/35) Purging py3-packaging (21.3-r2) (19/35) Purging py3-parsing (3.0.9-r0) (20/35) Purging py3-pluggy (1.0.0-r1) (21/35) Purging py3-py (1.11.0-r0) (22/35) Purging py3-tomli (2.0.1-r1) (23/35) Purging py3-requests (2.28.1-r0) (24/35) Purging py3-certifi (2022.9.24-r0) (25/35) Purging py3-charset-normalizer (2.1.1-r0) (26/35) Purging py3-idna (3.4-r2) (27/35) Purging py3-urllib3 (1.26.12-r0) (28/35) Purging python3 (3.10.8-r3) (29/35) Purging libbz2 (1.0.8-r3) (30/35) Purging libffi (3.4.4-r0) (31/35) Purging gdbm (1.23-r0) (32/35) Purging xz-libs (5.2.7-r0) (33/35) Purging mpdecimal (2.5.1-r1) (34/35) Purging readline (8.2.0-r0) (35/35) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-pytest-httpbin: Updating the community/armv7 repository index... >>> py3-pytest-httpbin: Signing the index...