Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-beb62bee2956b3754f5ab069e4ff2ccde4541a4a/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-requests-toolbelt-0.8.0-3.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-beb62bee2956b3754f5ab069e4ff2ccde4541a4a/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-requests-toolbelt.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6cXVBj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf toolbelt-0.8.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/requests-toolbelt-0.8.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd toolbelt-0.8.0 + /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 + /usr/bin/cat /builddir/build/SOURCES/python-requests-toolbelt-lower-case-request-headers.patch + /usr/bin/patch -p1 -s + rm -f tests/test_host_header_ssl_adapter.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ELsbTG + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.8.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/requests_toolbelt copying requests_toolbelt/exceptions.py -> build/lib/requests_toolbelt copying requests_toolbelt/_compat.py -> build/lib/requests_toolbelt copying requests_toolbelt/__init__.py -> build/lib/requests_toolbelt copying requests_toolbelt/sessions.py -> build/lib/requests_toolbelt copying requests_toolbelt/streaming_iterator.py -> build/lib/requests_toolbelt creating 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/socket_options.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/host_header_ssl.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/source.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/__init__.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/appengine.py -> build/lib/requests_toolbelt/adapters creating build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/handler.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/_digest_auth_compat.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/guess.py -> build/lib/requests_toolbelt/auth creating 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 copying requests_toolbelt/downloadutils/__init__.py -> build/lib/requests_toolbelt/downloadutils creating 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 copying requests_toolbelt/multipart/__init__.py -> build/lib/requests_toolbelt/multipart creating 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 copying requests_toolbelt/threaded/thread.py -> build/lib/requests_toolbelt/threaded creating 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/user_agent.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/__init__.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/dump.py -> build/lib/requests_toolbelt/utils running egg_info creating requests_toolbelt.egg-info writing requirements to requests_toolbelt.egg-info/requires.txt writing requests_toolbelt.egg-info/PKG-INFO writing top-level names to requests_toolbelt.egg-info/top_level.txt writing dependency_links to requests_toolbelt.egg-info/dependency_links.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 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 + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py 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 writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qRnE1J + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch + cd toolbelt-0.8.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/forgetful.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/exceptions.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/_compat.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/handler.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/_digest_auth_compat.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/http_proxy_digest.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/guess.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/formdata.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/deprecated.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/user_agent.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/dump.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/pool.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/thread.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/threaded creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/tee.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/stream.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/sessions.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/ssl.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/fingerprint.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/socket_options.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/host_header_ssl.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/source.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/appengine.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/decoder.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/encoder.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/streaming_iterator.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/cookies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/cookies/forgetful.py to forgetful.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth/handler.py to handler.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth/_digest_auth_compat.py to _digest_auth_compat.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth/http_proxy_digest.py to http_proxy_digest.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/auth/guess.py to guess.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils/formdata.py to formdata.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils/deprecated.py to deprecated.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils/user_agent.py to user_agent.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/utils/dump.py to dump.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/threaded/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/threaded/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/threaded/thread.py to thread.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/downloadutils/tee.py to tee.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/downloadutils/stream.py to stream.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/downloadutils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/sessions.py to sessions.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters/ssl.py to ssl.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters/fingerprint.py to fingerprint.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters/socket_options.py to socket_options.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters/host_header_ssl.py to host_header_ssl.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters/source.py to source.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/adapters/appengine.py to appengine.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/multipart/decoder.py to decoder.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/multipart/encoder.py to encoder.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/multipart/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt/streaming_iterator.py to streaming_iterator.pyc writing byte-compilation script '/tmp/tmpwnO3oU.py' /usr/bin/python2 -O /tmp/tmpwnO3oU.py removing /tmp/tmpwnO3oU.py running install_egg_info running egg_info writing requirements to requests_toolbelt.egg-info/requires.txt writing requests_toolbelt.egg-info/PKG-INFO writing top-level names to requests_toolbelt.egg-info/top_level.txt writing dependency_links to requests_toolbelt.egg-info/dependency_links.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 writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt' Copying requests_toolbelt.egg-info to /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/requests_toolbelt-0.8.0-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/forgetful.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/cookies copying build/lib/requests_toolbelt/exceptions.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/_compat.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt copying build/lib/requests_toolbelt/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/handler.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/_digest_auth_compat.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/http_proxy_digest.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/guess.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/formdata.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/deprecated.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/user_agent.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/dump.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/pool.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/thread.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/threaded creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/tee.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/stream.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/sessions.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/ssl.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/fingerprint.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/socket_options.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/host_header_ssl.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/source.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/appengine.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters creating /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/decoder.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/encoder.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/__init__.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/multipart copying build/lib/requests_toolbelt/streaming_iterator.py -> /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/cookies/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/cookies/forgetful.py to forgetful.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/_compat.py to _compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth/handler.py to handler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth/_digest_auth_compat.py to _digest_auth_compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth/http_proxy_digest.py to http_proxy_digest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/auth/guess.py to guess.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils/formdata.py to formdata.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils/deprecated.py to deprecated.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils/user_agent.py to user_agent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/utils/dump.py to dump.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/threaded/pool.py to pool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/threaded/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/threaded/thread.py to thread.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/downloadutils/tee.py to tee.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/downloadutils/stream.py to stream.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/downloadutils/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/sessions.py to sessions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters/ssl.py to ssl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters/fingerprint.py to fingerprint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters/socket_options.py to socket_options.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters/host_header_ssl.py to host_header_ssl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters/source.py to source.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/adapters/appengine.py to appengine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/multipart/decoder.py to decoder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/multipart/encoder.py to encoder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/multipart/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt/streaming_iterator.py to streaming_iterator.cpython-36.pyc writing byte-compilation script '/tmp/tmpar9jpqlt.py' /usr/bin/python3 /tmp/tmpar9jpqlt.py removing /tmp/tmpar9jpqlt.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 writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt' Copying requests_toolbelt.egg-info to /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6/site-packages/requests_toolbelt-0.8.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/toolbelt-0.8.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8bxyTo + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.8.0 + py.test -v ============================= test session starts ============================== platform linux2 -- Python 2.7.5 -- py-1.4.32 -- pytest-2.7.0 rootdir: /builddir/build/BUILD/toolbelt-0.8.0, inifile: tox.ini plugins: betamax collected 156 items tests/test_appengine_adapter.py sss tests/test_auth.py ..... tests/test_auth_handler.py ..... tests/test_downloadutils.py .............. tests/test_dump.py ................... tests/test_fingerprintadapter.py . tests/test_forgetfulcookiejar.py . tests/test_formdata.py .... tests/test_multipart_decoder.py ............. tests/test_multipart_encoder.py ....................... tests/test_multipart_monitor.py ........ tests/test_proxy_digest_auth.py .... tests/test_sessions.py ... tests/test_socket_options_adapter.py .... tests/test_source_adapter.py ... tests/test_ssladapter.py .. tests/test_streaming_iterator.py ........ tests/test_user_agent.py ............ tests/threaded/test_api.py .... tests/threaded/test_pool.py .............. tests/threaded/test_thread.py ...... ==================== 153 passed, 3 skipped in 19.09 seconds ==================== + py.test-3.6 -v ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-2.9.2, py-1.4.32, pluggy-0.3.1 rootdir: /builddir/build/BUILD/toolbelt-0.8.0, inifile: tox.ini plugins: betamax-0.7.1 collected 156 items tests/test_appengine_adapter.py sss tests/test_auth.py ..... tests/test_auth_handler.py ..... tests/test_downloadutils.py .............. tests/test_dump.py ................... tests/test_fingerprintadapter.py . tests/test_forgetfulcookiejar.py . tests/test_formdata.py .... tests/test_multipart_decoder.py ............. tests/test_multipart_encoder.py ....................... tests/test_multipart_monitor.py ........ tests/test_proxy_digest_auth.py .... tests/test_sessions.py ... tests/test_socket_options_adapter.py .... tests/test_source_adapter.py ... tests/test_ssladapter.py .. tests/test_streaming_iterator.py ........ tests/test_user_agent.py ............ tests/threaded/test_api.py .... tests/threaded/test_pool.py .............. tests/threaded/test_thread.py ...... ==================== 153 passed, 3 skipped in 19.81 seconds ==================== Processing files: python-requests-toolbelt-0.8.0-3.el7.noarch + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tyRSmK + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.8.0 + DOCDIR=/builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/doc/python-requests-toolbelt-0.8.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/doc/python-requests-toolbelt-0.8.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/doc/python-requests-toolbelt-0.8.0 + cp -pr HISTORY.rst /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/doc/python-requests-toolbelt-0.8.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.iaMHGb + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.8.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/licenses/python-requests-toolbelt-0.8.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/licenses/python-requests-toolbelt-0.8.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/licenses/python-requests-toolbelt-0.8.0 + exit 0 Provides: python-requests-toolbelt = 0.8.0-3.el7 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: python(abi) = 2.7 Processing files: python36-requests-toolbelt-0.8.0-3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8UurLo + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.8.0 + DOCDIR=/builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/doc/python36-requests-toolbelt-0.8.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/doc/python36-requests-toolbelt-0.8.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/doc/python36-requests-toolbelt-0.8.0 + cp -pr HISTORY.rst /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/doc/python36-requests-toolbelt-0.8.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SW9VZC + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.8.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/licenses/python36-requests-toolbelt-0.8.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/licenses/python36-requests-toolbelt-0.8.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch/usr/share/licenses/python36-requests-toolbelt-0.8.0 + exit 0 Provides: python3.6dist(requests-toolbelt) = 0.8.0 python36-requests-toolbelt = 0.8.0-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Obsoletes: python36-requests-toolbelt < 0.8.0-3.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch Wrote: /builddir/build/RPMS/python-requests-toolbelt-0.8.0-3.el7.noarch.rpm Wrote: /builddir/build/RPMS/python36-requests-toolbelt-0.8.0-3.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HQl09o + umask 022 + cd /builddir/build/BUILD + cd toolbelt-0.8.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-requests-toolbelt-0.8.0-3.el7.noarch + exit 0 Child return code was: 0