>>> py3-requests-toolbelt: Building community/py3-requests-toolbelt 1.0.0-r1 (using abuild 3.14.1-r1) started Sat, 02 Nov 2024 16:17:22 +0000
>>> py3-requests-toolbelt: Validating /home/buildozer/aports/community/py3-requests-toolbelt/APKBUILD...
>>> py3-requests-toolbelt: Analyzing dependencies...
>>> py3-requests-toolbelt: Installing for build: build-base py3-requests py3-setuptools
(1/28) Installing libbz2 (1.0.8-r6)
(2/28) Installing libffi (3.4.6-r0)
(3/28) Installing gdbm (1.24-r0)
(4/28) Installing xz-libs (5.6.3-r0)
(5/28) Installing mpdecimal (4.0.0-r0)
(6/28) Installing libpanelw (6.5_p20241006-r2)
(7/28) Installing sqlite-libs (3.47.0-r0)
(8/28) Installing python3 (3.12.7-r1)
(9/28) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/28) Installing pyc (3.12.7-r1)
(11/28) Installing py3-certifi-pyc (2024.8.30-r0)
(12/28) Installing py3-charset-normalizer (3.4.0-r0)
(13/28) Installing py3-charset-normalizer-pyc (3.4.0-r0)
(14/28) Installing py3-idna (3.10-r0)
(15/28) Installing py3-idna-pyc (3.10-r0)
(16/28) Installing py3-urllib3 (1.26.20-r0)
(17/28) Installing py3-urllib3-pyc (1.26.20-r0)
(18/28) Installing py3-requests-pyc (2.32.3-r0)
(19/28) Installing python3-pyc (3.12.7-r1)
(20/28) Installing py3-certifi (2024.8.30-r0)
(21/28) Installing py3-requests (2.32.3-r0)
(22/28) Installing py3-parsing (3.1.4-r0)
(23/28) Installing py3-parsing-pyc (3.1.4-r0)
(24/28) Installing py3-packaging (24.1-r0)
(25/28) Installing py3-packaging-pyc (24.1-r0)
(26/28) Installing py3-setuptools (70.3.0-r0)
(27/28) Installing py3-setuptools-pyc (70.3.0-r0)
(28/28) Installing .makedepends-py3-requests-toolbelt (20241102.161759)
Executing busybox-1.37.0-r5.trigger
OK: 377 MiB in 126 packages
>>> py3-requests-toolbelt: Cleaning up srcdir
>>> py3-requests-toolbelt: Cleaning up pkgdir
>>> py3-requests-toolbelt: Cleaning up tmpdir
>>> py3-requests-toolbelt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-requests-toolbelt-1.0.0.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/py3-requests-toolbelt-1.0.0.tar.gz.part'
py3-requests-toolbel 100% |********************************|  194k  0:00:00 ETA
'/var/cache/distfiles/v3.21/py3-requests-toolbelt-1.0.0.tar.gz.part' saved
>>> py3-requests-toolbelt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-requests-toolbelt-1.0.0.tar.gz
>>> py3-requests-toolbelt: Checking sha512sums...
py3-requests-toolbelt-1.0.0.tar.gz: OK
>>> py3-requests-toolbelt: Unpacking /var/cache/distfiles/v3.21/py3-requests-toolbelt-1.0.0.tar.gz...
running build
running build_py
creating build
creating build/lib
creating build/lib/requests_toolbelt
copying requests_toolbelt/__init__.py -> build/lib/requests_toolbelt
copying requests_toolbelt/exceptions.py -> build/lib/requests_toolbelt
copying requests_toolbelt/sessions.py -> build/lib/requests_toolbelt
copying requests_toolbelt/streaming_iterator.py -> build/lib/requests_toolbelt
copying requests_toolbelt/_compat.py -> build/lib/requests_toolbelt
creating build/lib/requests_toolbelt/adapters
copying requests_toolbelt/adapters/__init__.py -> build/lib/requests_toolbelt/adapters
copying requests_toolbelt/adapters/host_header_ssl.py -> build/lib/requests_toolbelt/adapters
copying requests_toolbelt/adapters/x509.py -> build/lib/requests_toolbelt/adapters
copying requests_toolbelt/adapters/ssl.py -> build/lib/requests_toolbelt/adapters
copying requests_toolbelt/adapters/fingerprint.py -> build/lib/requests_toolbelt/adapters
copying requests_toolbelt/adapters/source.py -> build/lib/requests_toolbelt/adapters
copying requests_toolbelt/adapters/socket_options.py -> build/lib/requests_toolbelt/adapters
creating build/lib/requests_toolbelt/auth
copying requests_toolbelt/auth/http_proxy_digest.py -> build/lib/requests_toolbelt/auth
copying requests_toolbelt/auth/__init__.py -> build/lib/requests_toolbelt/auth
copying requests_toolbelt/auth/_digest_auth_compat.py -> build/lib/requests_toolbelt/auth
copying requests_toolbelt/auth/handler.py -> build/lib/requests_toolbelt/auth
copying requests_toolbelt/auth/guess.py -> build/lib/requests_toolbelt/auth
creating build/lib/requests_toolbelt/downloadutils
copying requests_toolbelt/downloadutils/__init__.py -> build/lib/requests_toolbelt/downloadutils
copying requests_toolbelt/downloadutils/stream.py -> build/lib/requests_toolbelt/downloadutils
copying requests_toolbelt/downloadutils/tee.py -> build/lib/requests_toolbelt/downloadutils
creating build/lib/requests_toolbelt/multipart
copying requests_toolbelt/multipart/__init__.py -> build/lib/requests_toolbelt/multipart
copying requests_toolbelt/multipart/decoder.py -> build/lib/requests_toolbelt/multipart
copying requests_toolbelt/multipart/encoder.py -> build/lib/requests_toolbelt/multipart
creating build/lib/requests_toolbelt/threaded
copying requests_toolbelt/threaded/__init__.py -> build/lib/requests_toolbelt/threaded
copying requests_toolbelt/threaded/pool.py -> build/lib/requests_toolbelt/threaded
copying requests_toolbelt/threaded/thread.py -> build/lib/requests_toolbelt/threaded
creating build/lib/requests_toolbelt/utils
copying requests_toolbelt/utils/__init__.py -> build/lib/requests_toolbelt/utils
copying requests_toolbelt/utils/formdata.py -> build/lib/requests_toolbelt/utils
copying requests_toolbelt/utils/dump.py -> build/lib/requests_toolbelt/utils
copying requests_toolbelt/utils/user_agent.py -> build/lib/requests_toolbelt/utils
copying requests_toolbelt/utils/deprecated.py -> build/lib/requests_toolbelt/utils
running egg_info
creating requests_toolbelt.egg-info
writing requests_toolbelt.egg-info/PKG-INFO
writing dependency_links to requests_toolbelt.egg-info/dependency_links.txt
writing requirements to requests_toolbelt.egg-info/requires.txt
writing top-level names to requests_toolbelt.egg-info/top_level.txt
writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt'
reading manifest file 'requests_toolbelt.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt'
/usr/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'requests_toolbelt.cookies' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'requests_toolbelt.cookies' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'requests_toolbelt.cookies' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'requests_toolbelt.cookies' to be distributed and are
        already explicitly excluding 'requests_toolbelt.cookies' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
creating build/lib/requests_toolbelt/cookies
copying requests_toolbelt/cookies/__init__.py -> build/lib/requests_toolbelt/cookies
copying requests_toolbelt/cookies/forgetful.py -> build/lib/requests_toolbelt/cookies
>>> py3-requests-toolbelt: Entering fakeroot...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt
copying build/lib/requests_toolbelt/__init__.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/threaded
copying build/lib/requests_toolbelt/threaded/__init__.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/threaded
copying build/lib/requests_toolbelt/threaded/pool.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/threaded
copying build/lib/requests_toolbelt/threaded/thread.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/threaded
copying build/lib/requests_toolbelt/exceptions.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/__init__.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/host_header_ssl.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/x509.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/ssl.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/fingerprint.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/source.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/socket_options.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/auth/http_proxy_digest.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/auth/__init__.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/auth/_digest_auth_compat.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/auth/handler.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/auth/guess.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/sessions.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/downloadutils
copying build/lib/requests_toolbelt/downloadutils/__init__.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/downloadutils
copying build/lib/requests_toolbelt/downloadutils/stream.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/downloadutils
copying build/lib/requests_toolbelt/downloadutils/tee.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/downloadutils
copying build/lib/requests_toolbelt/streaming_iterator.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt
copying build/lib/requests_toolbelt/_compat.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils
copying build/lib/requests_toolbelt/utils/__init__.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils
copying build/lib/requests_toolbelt/utils/formdata.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils
copying build/lib/requests_toolbelt/utils/dump.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils
copying build/lib/requests_toolbelt/utils/user_agent.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils
copying build/lib/requests_toolbelt/utils/deprecated.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/multipart
copying build/lib/requests_toolbelt/multipart/__init__.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/multipart
copying build/lib/requests_toolbelt/multipart/decoder.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/multipart
copying build/lib/requests_toolbelt/multipart/encoder.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/multipart
creating /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/cookies
copying build/lib/requests_toolbelt/cookies/__init__.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/cookies
copying build/lib/requests_toolbelt/cookies/forgetful.py -> /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/cookies
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/threaded/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/threaded/pool.py to pool.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/threaded/thread.py to thread.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/exceptions.py to exceptions.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters/host_header_ssl.py to host_header_ssl.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters/x509.py to x509.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters/ssl.py to ssl.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters/fingerprint.py to fingerprint.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters/source.py to source.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/adapters/socket_options.py to socket_options.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth/http_proxy_digest.py to http_proxy_digest.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth/_digest_auth_compat.py to _digest_auth_compat.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth/handler.py to handler.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/auth/guess.py to guess.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/sessions.py to sessions.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/downloadutils/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/downloadutils/stream.py to stream.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/downloadutils/tee.py to tee.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/streaming_iterator.py to streaming_iterator.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/_compat.py to _compat.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils/formdata.py to formdata.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils/dump.py to dump.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils/user_agent.py to user_agent.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/utils/deprecated.py to deprecated.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/multipart/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/multipart/decoder.py to decoder.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/multipart/encoder.py to encoder.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/cookies/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt/cookies/forgetful.py to forgetful.cpython-312.pyc
running install_egg_info
running egg_info
writing requests_toolbelt.egg-info/PKG-INFO
writing dependency_links to requests_toolbelt.egg-info/dependency_links.txt
writing requirements to requests_toolbelt.egg-info/requires.txt
writing top-level names to requests_toolbelt.egg-info/top_level.txt
reading manifest file 'requests_toolbelt.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt'
Copying requests_toolbelt.egg-info to /home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt/usr/lib/python3.12/site-packages/requests_toolbelt-1.0.0-py3.12.egg-info
running install_scripts
>>> py3-requests-toolbelt-pyc*: Running split function pyc...
'usr/lib/python3.12/site-packages/requests_toolbelt/__pycache__' -> '/home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt-pyc/usr/lib/python3.12/site-packages/requests_toolbelt/__pycache__'
'usr/lib/python3.12/site-packages/requests_toolbelt/threaded/__pycache__' -> '/home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt-pyc/usr/lib/python3.12/site-packages/requests_toolbelt/threaded/__pycache__'
'usr/lib/python3.12/site-packages/requests_toolbelt/adapters/__pycache__' -> '/home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt-pyc/usr/lib/python3.12/site-packages/requests_toolbelt/adapters/__pycache__'
'usr/lib/python3.12/site-packages/requests_toolbelt/auth/__pycache__' -> '/home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt-pyc/usr/lib/python3.12/site-packages/requests_toolbelt/auth/__pycache__'
'usr/lib/python3.12/site-packages/requests_toolbelt/downloadutils/__pycache__' -> '/home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt-pyc/usr/lib/python3.12/site-packages/requests_toolbelt/downloadutils/__pycache__'
'usr/lib/python3.12/site-packages/requests_toolbelt/utils/__pycache__' -> '/home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt-pyc/usr/lib/python3.12/site-packages/requests_toolbelt/utils/__pycache__'
'usr/lib/python3.12/site-packages/requests_toolbelt/multipart/__pycache__' -> '/home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt-pyc/usr/lib/python3.12/site-packages/requests_toolbelt/multipart/__pycache__'
'usr/lib/python3.12/site-packages/requests_toolbelt/cookies/__pycache__' -> '/home/buildozer/aports/community/py3-requests-toolbelt/pkg/py3-requests-toolbelt-pyc/usr/lib/python3.12/site-packages/requests_toolbelt/cookies/__pycache__'
>>> py3-requests-toolbelt-pyc*: Preparing subpackage py3-requests-toolbelt-pyc...
>>> py3-requests-toolbelt-pyc*: Running postcheck for py3-requests-toolbelt-pyc
>>> py3-requests-toolbelt*: Running postcheck for py3-requests-toolbelt
>>> py3-requests-toolbelt*: Preparing package py3-requests-toolbelt...
>>> py3-requests-toolbelt-pyc*: Tracing dependencies...
	py3-requests
	python3~3.12
>>> py3-requests-toolbelt-pyc*: Package size: 153.7 KB
>>> py3-requests-toolbelt-pyc*: Compressing data...
>>> py3-requests-toolbelt-pyc*: Create checksum...
>>> py3-requests-toolbelt-pyc*: Create py3-requests-toolbelt-pyc-1.0.0-r1.apk
>>> py3-requests-toolbelt*: Tracing dependencies...
	py3-requests
	python3~3.12
>>> py3-requests-toolbelt*: Package size: 133.0 KB
>>> py3-requests-toolbelt*: Compressing data...
>>> py3-requests-toolbelt*: Create checksum...
>>> py3-requests-toolbelt*: Create py3-requests-toolbelt-1.0.0-r1.apk
>>> py3-requests-toolbelt: Build complete at Sat, 02 Nov 2024 16:18:05 +0000 elapsed time 0h 0m 43s
>>> py3-requests-toolbelt: Cleaning up srcdir
>>> py3-requests-toolbelt: Cleaning up pkgdir
>>> py3-requests-toolbelt: Uninstalling dependencies...
(1/28) Purging .makedepends-py3-requests-toolbelt (20241102.161759)
(2/28) Purging py3-requests-pyc (2.32.3-r0)
(3/28) Purging py3-requests (2.32.3-r0)
(4/28) Purging py3-certifi-pyc (2024.8.30-r0)
(5/28) Purging py3-certifi (2024.8.30-r0)
(6/28) Purging py3-charset-normalizer-pyc (3.4.0-r0)
(7/28) Purging py3-charset-normalizer (3.4.0-r0)
(8/28) Purging py3-idna-pyc (3.10-r0)
(9/28) Purging py3-idna (3.10-r0)
(10/28) Purging py3-urllib3-pyc (1.26.20-r0)
(11/28) Purging py3-urllib3 (1.26.20-r0)
(12/28) Purging py3-setuptools-pyc (70.3.0-r0)
(13/28) Purging py3-setuptools (70.3.0-r0)
(14/28) Purging py3-packaging-pyc (24.1-r0)
(15/28) Purging py3-packaging (24.1-r0)
(16/28) Purging py3-parsing-pyc (3.1.4-r0)
(17/28) Purging py3-parsing (3.1.4-r0)
(18/28) Purging python3-pyc (3.12.7-r1)
(19/28) Purging python3-pycache-pyc0 (3.12.7-r1)
(20/28) Purging pyc (3.12.7-r1)
(21/28) Purging python3 (3.12.7-r1)
(22/28) Purging gdbm (1.24-r0)
(23/28) Purging libbz2 (1.0.8-r6)
(24/28) Purging libffi (3.4.6-r0)
(25/28) Purging libpanelw (6.5_p20241006-r2)
(26/28) Purging mpdecimal (4.0.0-r0)
(27/28) Purging sqlite-libs (3.47.0-r0)
(28/28) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r5.trigger
OK: 333 MiB in 98 packages
>>> py3-requests-toolbelt: Updating the community/riscv64 repository index...
>>> py3-requests-toolbelt: Signing the index...