>>> py3-httpbin: Building community/py3-httpbin 0.7.0-r4 (using abuild 3.10.0_rc1-r2) started Sun, 30 Oct 2022 05:24:29 +0000
>>> py3-httpbin: Checking sanity of /home/buildozer/aports/community/py3-httpbin/APKBUILD...
>>> py3-httpbin: Analyzing dependencies...
>>> py3-httpbin: Installing for build: build-base py3-flask py3-six py3-raven py3-blinker py3-brotli py3-decorator py3-setuptools
(1/23) Installing libbz2 (1.0.8-r3)
(2/23) Installing libffi (3.4.4-r0)
(3/23) Installing gdbm (1.23-r0)
(4/23) Installing xz-libs (5.2.7-r0)
(5/23) Installing mpdecimal (2.5.1-r1)
(6/23) Installing readline (8.2.0-r0)
(7/23) Installing sqlite-libs (3.39.4-r0)
(8/23) Installing python3 (3.10.8-r3)
(9/23) Installing py3-click (8.1.3-r0)
(10/23) Installing py3-itsdangerous (2.1.2-r0)
(11/23) Installing py3-markupsafe (2.1.1-r1)
(12/23) Installing py3-jinja2 (3.1.2-r0)
(13/23) Installing py3-werkzeug (2.2.2-r1)
(14/23) Installing py3-flask (2.1.3-r0)
(15/23) Installing py3-six (1.16.0-r3)
(16/23) Installing py3-raven (6.10.0-r4)
(17/23) Installing py3-blinker (1.5-r0)
(18/23) Installing py3-brotli (1.0.9-r8)
(19/23) Installing py3-decorator (5.1.1-r1)
(20/23) Installing py3-parsing (3.0.9-r0)
(21/23) Installing py3-packaging (21.3-r2)
(22/23) Installing py3-setuptools (65.5.0-r0)
(23/23) Installing .makedepends-py3-httpbin (20221030.052429)
Executing busybox-1.35.0-r27.trigger
OK: 305 MiB in 116 packages
>>> py3-httpbin: Cleaning up srcdir
>>> py3-httpbin: Cleaning up pkgdir
>>> py3-httpbin: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/httpbin-0.7.0.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 92613  100 92613    0     0   194k      0 --:--:-- --:--:-- --:--:--  194k
>>> py3-httpbin: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/httpbin-0.7.0.tar.gz
>>> py3-httpbin: Checking sha512sums...
httpbin-0.7.0.tar.gz: OK
0001-Use-Brotli-instead-of-brotlipy.patch: OK
fix-werkzeug-compat.patch: OK
>>> py3-httpbin: Unpacking /var/cache/distfiles/v3.17/httpbin-0.7.0.tar.gz...
>>> py3-httpbin: 0001-Use-Brotli-instead-of-brotlipy.patch
patching file setup.py
Hunk #1 succeeded at 34 (offset -1 lines).
>>> py3-httpbin: fix-werkzeug-compat.patch
patching file httpbin/core.py
Hunk #1 succeeded at 19 with fuzz 2 (offset -10 lines).
Hunk #2 succeeded at 51 with fuzz 1 (offset -29 lines).
patching file test_httpbin.py
Hunk #1 succeeded at 144 (offset -4 lines).
Hunk #2 succeeded at 158 (offset -4 lines).
running build
running build_py
creating build
creating build/lib
creating build/lib/httpbin
copying httpbin/filters.py -> build/lib/httpbin
copying httpbin/__init__.py -> build/lib/httpbin
copying httpbin/structures.py -> build/lib/httpbin
copying httpbin/utils.py -> build/lib/httpbin
copying httpbin/core.py -> build/lib/httpbin
copying httpbin/helpers.py -> build/lib/httpbin
running egg_info
writing httpbin.egg-info/PKG-INFO
writing dependency_links to httpbin.egg-info/dependency_links.txt
writing requirements to httpbin.egg-info/requires.txt
writing top-level names to httpbin.egg-info/top_level.txt
reading manifest file 'httpbin.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.rst'
warning: no files found matching 'requirements.txt'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'httpbin.egg-info/SOURCES.txt'
/usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'httpbin.templates' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'httpbin.templates' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'httpbin.templates' 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 'httpbin.templates' 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)
/usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'httpbin.templates.images' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'httpbin.templates.images' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'httpbin.templates.images' 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 'httpbin.templates.images' 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/httpbin/templates
copying httpbin/templates/UTF-8-demo.txt -> build/lib/httpbin/templates
copying httpbin/templates/forms-post.html -> build/lib/httpbin/templates
copying httpbin/templates/httpbin.1.html -> build/lib/httpbin/templates
copying httpbin/templates/index.html -> build/lib/httpbin/templates
copying httpbin/templates/moby.html -> build/lib/httpbin/templates
copying httpbin/templates/sample.xml -> build/lib/httpbin/templates
copying httpbin/templates/trackingscripts.html -> build/lib/httpbin/templates
creating build/lib/httpbin/templates/images
copying httpbin/templates/images/jackal.jpg -> build/lib/httpbin/templates/images
copying httpbin/templates/images/pig_icon.png -> build/lib/httpbin/templates/images
copying httpbin/templates/images/svg_logo.svg -> build/lib/httpbin/templates/images
copying httpbin/templates/images/wolf_1.webp -> build/lib/httpbin/templates/images
>>> py3-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 httpbin.egg-info/PKG-INFO
writing dependency_links to httpbin.egg-info/dependency_links.txt
writing requirements to httpbin.egg-info/requires.txt
writing top-level names to httpbin.egg-info/top_level.txt
reading manifest file 'httpbin.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.rst'
warning: no files found matching 'requirements.txt'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'httpbin.egg-info/SOURCES.txt'
/usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'httpbin.templates' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'httpbin.templates' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'httpbin.templates' 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 'httpbin.templates' 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)
/usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'httpbin.templates.images' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'httpbin.templates.images' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'httpbin.templates.images' 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 'httpbin.templates.images' 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-httpbin/pkg
creating /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin
creating /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr
creating /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib
creating /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10
creating /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages
creating /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin
copying build/lib/httpbin/filters.py -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin
copying build/lib/httpbin/__init__.py -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin
creating /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates
copying build/lib/httpbin/templates/moby.html -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates
copying build/lib/httpbin/templates/forms-post.html -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates
copying build/lib/httpbin/templates/trackingscripts.html -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates
copying build/lib/httpbin/templates/index.html -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates
copying build/lib/httpbin/templates/UTF-8-demo.txt -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates
copying build/lib/httpbin/templates/sample.xml -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates
creating /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates/images
copying build/lib/httpbin/templates/images/jackal.jpg -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates/images
copying build/lib/httpbin/templates/images/svg_logo.svg -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates/images
copying build/lib/httpbin/templates/images/pig_icon.png -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates/images
copying build/lib/httpbin/templates/images/wolf_1.webp -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates/images
copying build/lib/httpbin/templates/httpbin.1.html -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/templates
copying build/lib/httpbin/structures.py -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin
copying build/lib/httpbin/utils.py -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin
copying build/lib/httpbin/core.py -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin
copying build/lib/httpbin/helpers.py -> /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin
byte-compiling /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/filters.py to filters.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/__init__.py to __init__.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/structures.py to structures.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/utils.py to utils.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/core.py to core.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin/helpers.py to helpers.cpython-310.pyc
running install_egg_info
Copying httpbin.egg-info to /home/buildozer/aports/community/py3-httpbin/pkg/py3-httpbin/usr/lib/python3.10/site-packages/httpbin-0.7.0-py3.10.egg-info
running install_scripts
>>> py3-httpbin*: Running postcheck for py3-httpbin
>>> py3-httpbin*: Preparing package py3-httpbin...
>>> py3-httpbin*: Tracing dependencies...
>>> py3-httpbin*: Package size: 288.0 KB
>>> py3-httpbin*: Compressing data...
>>> py3-httpbin*: Create checksum...
>>> py3-httpbin*: Create py3-httpbin-0.7.0-r4.apk
>>> py3-httpbin: Build complete at Sun, 30 Oct 2022 05:24:31 +0000 elapsed time 0h 0m 2s
>>> py3-httpbin: Cleaning up srcdir
>>> py3-httpbin: Cleaning up pkgdir
>>> py3-httpbin: Uninstalling dependencies...
(1/23) Purging .makedepends-py3-httpbin (20221030.052429)
(2/23) Purging py3-flask (2.1.3-r0)
(3/23) Purging py3-click (8.1.3-r0)
(4/23) Purging py3-itsdangerous (2.1.2-r0)
(5/23) Purging py3-jinja2 (3.1.2-r0)
(6/23) Purging py3-werkzeug (2.2.2-r1)
(7/23) Purging py3-markupsafe (2.1.1-r1)
(8/23) Purging py3-six (1.16.0-r3)
(9/23) Purging py3-raven (6.10.0-r4)
(10/23) Purging py3-blinker (1.5-r0)
(11/23) Purging py3-brotli (1.0.9-r8)
(12/23) Purging py3-decorator (5.1.1-r1)
(13/23) Purging py3-setuptools (65.5.0-r0)
(14/23) Purging py3-packaging (21.3-r2)
(15/23) Purging py3-parsing (3.0.9-r0)
(16/23) Purging python3 (3.10.8-r3)
(17/23) Purging libbz2 (1.0.8-r3)
(18/23) Purging libffi (3.4.4-r0)
(19/23) Purging gdbm (1.23-r0)
(20/23) Purging xz-libs (5.2.7-r0)
(21/23) Purging mpdecimal (2.5.1-r1)
(22/23) Purging readline (8.2.0-r0)
(23/23) Purging sqlite-libs (3.39.4-r0)
Executing busybox-1.35.0-r27.trigger
OK: 240 MiB in 93 packages
>>> py3-httpbin: Updating the community/s390x repository index...
>>> py3-httpbin: Signing the index...