Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'], chrootPath='/var/lib/mock/storage9s-ceph-pacific-el9s-build-110440-864476/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1635120000 Wrote: /builddir/build/SRPMS/python-requests-toolbelt-0.9.1-16.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'], chrootPath='/var/lib/mock/storage9s-ceph-pacific-el9s-build-110440-864476/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1635120000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6aEWTj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf toolbelt-0.9.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/requests-toolbelt-0.9.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd toolbelt-0.9.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python-requests-toolbelt-fix-unhandled-exception-from-tests.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/python-requests-toolbelt-pass-session-into-tests.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.b1R0L1 + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.9.1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating 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/streaming_iterator.py -> build/lib/requests_toolbelt copying requests_toolbelt/_compat.py -> build/lib/requests_toolbelt copying requests_toolbelt/__init__.py -> build/lib/requests_toolbelt creating build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/source.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/appengine.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/fingerprint.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/ssl.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/socket_options.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/__init__.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/handler.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/guess.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 creating build/lib/requests_toolbelt/downloadutils copying requests_toolbelt/downloadutils/stream.py -> 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 creating build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/encoder.py -> build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/decoder.py -> build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/__init__.py -> build/lib/requests_toolbelt/multipart creating 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 copying requests_toolbelt/threaded/__init__.py -> build/lib/requests_toolbelt/threaded creating 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/formdata.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/deprecated.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/__init__.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' 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8TIfsr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch + cd toolbelt-0.9.1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/thread.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/pool.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/threaded creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/source.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/host_header_ssl.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/x509.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/appengine.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/fingerprint.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/ssl.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/socket_options.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/dump.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/user_agent.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/formdata.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/deprecated.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/sessions.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/exceptions.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/streaming_iterator.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/_compat.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/forgetful.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/cookies creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/encoder.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/decoder.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/multipart creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/http_proxy_digest.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/handler.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/guess.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/_digest_auth_compat.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/stream.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/tee.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/threaded/thread.py to thread.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/threaded/pool.py to pool.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/threaded/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/source.py to source.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/host_header_ssl.py to host_header_ssl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/x509.py to x509.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/appengine.py to appengine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/fingerprint.py to fingerprint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/ssl.py to ssl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/socket_options.py to socket_options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/adapters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils/dump.py to dump.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils/user_agent.py to user_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils/formdata.py to formdata.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils/deprecated.py to deprecated.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/sessions.py to sessions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/streaming_iterator.py to streaming_iterator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/_compat.py to _compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/cookies/forgetful.py to forgetful.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/cookies/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/multipart/encoder.py to encoder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/multipart/decoder.py to decoder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/multipart/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth/http_proxy_digest.py to http_proxy_digest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth/handler.py to handler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth/guess.py to guess.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/auth/_digest_auth_compat.py to _digest_auth_compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils/stream.py to stream.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt/downloadutils/tee.py to tee.cpython-39.pyc writing byte-compilation script '/tmp/tmpe159qoot.py' /usr/bin/python3 /tmp/tmpe159qoot.py removing /tmp/tmpe159qoot.py 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 /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9/site-packages/requests_toolbelt-0.9.1-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 0.9.1-16.el9s --unique-debug-suffix -0.9.1-16.el9s.noarch --unique-debug-src-base python-requests-toolbelt-0.9.1-16.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/toolbelt-0.9.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VVGMiZ + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.9.1 + py.test-3.9 -v --ignore=tests/test_x509_adapter.py -k 'not test_stream_response_to_specific_filename and not test_stream_response_to_directory and not test_stream_response_to_existing_file and not test_stream_response_to_file_like_object and not test_stream_response_to_file_chunksize' ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 rootdir: /builddir/build/BUILD/toolbelt-0.9.1, configfile: tox.ini plugins: betamax-0.8.1 collected 166 items / 5 deselected / 161 selected tests/test_appengine_adapter.py sss [ 1%] tests/test_auth.py ..... [ 4%] tests/test_auth_handler.py ..... [ 8%] tests/test_downloadutils.py ......... [ 13%] tests/test_dump.py .................... [ 26%] tests/test_fingerprintadapter.py . [ 26%] tests/test_forgetfulcookiejar.py . [ 27%] tests/test_formdata.py .... [ 29%] tests/test_host_header_ssl_adapter.py ssss [ 32%] tests/test_multipart_decoder.py .............. [ 40%] tests/test_multipart_encoder.py ........................... [ 57%] tests/test_multipart_monitor.py ........ [ 62%] tests/test_proxy_digest_auth.py .... [ 65%] tests/test_sessions.py ... [ 67%] tests/test_socket_options_adapter.py .... [ 69%] tests/test_source_adapter.py ... [ 71%] tests/test_ssladapter.py .. [ 72%] tests/test_streaming_iterator.py ........ [ 77%] tests/test_user_agent.py ............ [ 85%] tests/threaded/test_api.py .... [ 87%] tests/threaded/test_pool.py .............. [ 96%] tests/threaded/test_thread.py ...... [100%] ================= 154 passed, 7 skipped, 5 deselected in 2.75s ================= + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-requests-toolbelt-0.9.1-16.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tzJyH2 + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.9.1 + DOCDIR=/builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/share/doc/python3-requests-toolbelt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/share/doc/python3-requests-toolbelt + cp -pr README.rst /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/share/doc/python3-requests-toolbelt + cp -pr HISTORY.rst /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/share/doc/python3-requests-toolbelt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NtH7X8 + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.9.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/share/licenses/python3-requests-toolbelt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/share/licenses/python3-requests-toolbelt + cp -pr LICENSE /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch/usr/share/licenses/python3-requests-toolbelt + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-requests-toolbelt = 0.9.1-16.el9s python-requests_toolbelt = 0.9.1-16.el9s python3-requests-toolbelt = 0.9.1-16.el9s python3.9-requests-toolbelt = 0.9.1-16.el9s python3.9-requests_toolbelt = 0.9.1-16.el9s python3.9dist(requests-toolbelt) = 0.9.1 python3dist(requests-toolbelt) = 0.9.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: (python3.9dist(requests) < 3 with python3.9dist(requests) >= 2.0.1) python(abi) = 3.9 Obsoletes: python-requests-toolbelt < 0.9.1-16.el9s python-requests_toolbelt < 0.9.1-16.el9s Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch Wrote: /builddir/build/RPMS/python3-requests-toolbelt-0.9.1-16.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TGAB4j + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.9.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-requests-toolbelt-0.9.1-16.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0