INFO: not using any hashes in /data/userland-archives/hashes for requests-toolbelt-1.0.0.tar.gz (overridden with --hash)
Source /data/userland-archives/requests-toolbelt-1.0.0.tar.gz... not found, skipping file copy
Source https://files.pythonhosted.org/packages/source/r/requests-toolbelt/requests-toolbelt-1.0.0.tar.gz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
patching file tox.ini
patching file tests/cassettes/redirect_request_for_dump_all.json
patching file tests/cassettes/simple_get_request.json
copy cloning /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/requests-toolbelt-1.0.0 to /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/amd64-3.9
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/streaming_iterator.py -> build/lib/requests_toolbelt
copying requests_toolbelt/sessions.py -> build/lib/requests_toolbelt
copying requests_toolbelt/exceptions.py -> build/lib/requests_toolbelt
copying requests_toolbelt/_compat.py -> build/lib/requests_toolbelt
creating 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/__init__.py -> build/lib/requests_toolbelt/adapters
copying requests_toolbelt/adapters/socket_options.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/ssl.py -> build/lib/requests_toolbelt/adapters
creating build/lib/requests_toolbelt/auth
copying requests_toolbelt/auth/guess.py -> 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
creating build/lib/requests_toolbelt/downloadutils
copying requests_toolbelt/downloadutils/__init__.py -> build/lib/requests_toolbelt/downloadutils
copying requests_toolbelt/downloadutils/tee.py -> build/lib/requests_toolbelt/downloadutils
copying requests_toolbelt/downloadutils/stream.py -> build/lib/requests_toolbelt/downloadutils
creating build/lib/requests_toolbelt/multipart
copying requests_toolbelt/multipart/encoder.py -> 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
creating build/lib/requests_toolbelt/threaded
copying requests_toolbelt/threaded/__init__.py -> build/lib/requests_toolbelt/threaded
copying requests_toolbelt/threaded/thread.py -> build/lib/requests_toolbelt/threaded
copying requests_toolbelt/threaded/pool.py -> build/lib/requests_toolbelt/threaded
creating build/lib/requests_toolbelt/utils
copying requests_toolbelt/utils/user_agent.py -> build/lib/requests_toolbelt/utils
copying requests_toolbelt/utils/formdata.py -> build/lib/requests_toolbelt/utils
copying requests_toolbelt/utils/deprecated.py -> build/lib/requests_toolbelt/utils
copying requests_toolbelt/utils/dump.py -> build/lib/requests_toolbelt/utils
copying requests_toolbelt/utils/__init__.py -> build/lib/requests_toolbelt/utils
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'
/usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:218: _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
running install
/usr/lib/python3.9/vendor-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 /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt
copying build/lib/requests_toolbelt/sessions.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/multipart
copying build/lib/requests_toolbelt/multipart/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/multipart
copying build/lib/requests_toolbelt/multipart/decoder.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/multipart
copying build/lib/requests_toolbelt/multipart/encoder.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/multipart
copying build/lib/requests_toolbelt/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/threaded
copying build/lib/requests_toolbelt/threaded/pool.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/threaded
copying build/lib/requests_toolbelt/threaded/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/threaded
copying build/lib/requests_toolbelt/threaded/thread.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/threaded
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/downloadutils
copying build/lib/requests_toolbelt/downloadutils/stream.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/downloadutils
copying build/lib/requests_toolbelt/downloadutils/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/downloadutils
copying build/lib/requests_toolbelt/downloadutils/tee.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/downloadutils
copying build/lib/requests_toolbelt/_compat.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt
copying build/lib/requests_toolbelt/streaming_iterator.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/cookies
copying build/lib/requests_toolbelt/cookies/forgetful.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/cookies
copying build/lib/requests_toolbelt/cookies/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/cookies
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/auth/handler.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/auth/_digest_auth_compat.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/auth/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/auth/http_proxy_digest.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/auth/guess.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth
copying build/lib/requests_toolbelt/exceptions.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/fingerprint.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/source.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/x509.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/socket_options.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/host_header_ssl.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/ssl.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters
copying build/lib/requests_toolbelt/adapters/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters
creating /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils
copying build/lib/requests_toolbelt/utils/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils
copying build/lib/requests_toolbelt/utils/formdata.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils
copying build/lib/requests_toolbelt/utils/user_agent.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils
copying build/lib/requests_toolbelt/utils/deprecated.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils
copying build/lib/requests_toolbelt/utils/dump.py -> /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/sessions.py to sessions.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/multipart/__init__.py to __init__.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/multipart/decoder.py to decoder.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/multipart/encoder.py to encoder.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/__init__.py to __init__.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/threaded/pool.py to pool.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/threaded/__init__.py to __init__.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/threaded/thread.py to thread.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/downloadutils/stream.py to stream.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/downloadutils/__init__.py to __init__.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/downloadutils/tee.py to tee.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/_compat.py to _compat.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/streaming_iterator.py to streaming_iterator.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/cookies/forgetful.py to forgetful.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/cookies/__init__.py to __init__.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth/handler.py to handler.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth/_digest_auth_compat.py to _digest_auth_compat.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth/__init__.py to __init__.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth/http_proxy_digest.py to http_proxy_digest.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/auth/guess.py to guess.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/exceptions.py to exceptions.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters/fingerprint.py to fingerprint.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters/source.py to source.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters/x509.py to x509.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters/socket_options.py to socket_options.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters/host_header_ssl.py to host_header_ssl.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters/ssl.py to ssl.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/adapters/__init__.py to __init__.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils/__init__.py to __init__.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils/formdata.py to formdata.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils/user_agent.py to user_agent.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils/deprecated.py to deprecated.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt/utils/dump.py to dump.cpython-39.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 /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/prototype/i386/usr/lib/python3.9/vendor-packages/requests_toolbelt-1.0.0-py3.9.egg-info
running install_scripts
Testing dependencies:
tox
requests>=2.0.1,<3.0.0
pytest
mock;python_version<"3.3"
pyopenssl
betamax>0.5.0
trustme
Testing extras:

VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/manifest-i386-requests-toolbelt-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/requests-toolbelt/build/manifest-i386-requests-toolbelt.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: python/requests-toolbelt
pkg://openindiana.org/library/python/requests-toolbelt-39@1.0.0,5.11-2024.0.0.1:20240822T101653Z
PUBLISHED
pkg://openindiana.org/library/python/requests-toolbelt@1.0.0,5.11-2024.0.0.1:20240822T101719Z
PUBLISHED
pkg://openindiana.org/library/python/requests-toolbelt-37@1.0.0,5.11-2023.0.0.1:20240822T101745Z
PUBLISHED