Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-urllib3.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.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/module-python27-2.7-8030020200831184654-851f4228-build-54558-12229/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-urllib3.spec'] with env {'LANG': 'en_GB.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-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-urllib3.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.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/module-python27-2.7-8030020200831184654-851f4228-build-54558-12229/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-urllib3.spec'] with env {'LANG': 'en_GB.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.TmaOLr + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf urllib3-1.24.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/urllib3-1.24.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd urllib3-1.24.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #1 (CVE-2019-11236.patch): + echo 'Patch #1 (CVE-2019-11236.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file test/test_util.py patching file src/urllib3/util/url.py patching file test/test_util.py patching file src/urllib3/util/url.py patching file test/test_util.py + rm -rf test/with_dummyserver/ + rm -rf test/test_connectionpool.py + rm -rf dummyserver/ + rm -rf test/appengine/ + rm -rf test/contrib/ + rm -f test/test_no_ssl.py + sed -i 's/^RECENT_DATE = datetime.date(2017, 6, 30)$/RECENT_DATE = datetime.date(2020, 2, 1)/' src/urllib3/connection.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QIrGIM + umask 022 + cd /builddir/build/BUILD + cd urllib3-1.24.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/urllib3 copying src/urllib3/exceptions.py -> build/lib/urllib3 copying src/urllib3/fields.py -> build/lib/urllib3 copying src/urllib3/__init__.py -> build/lib/urllib3 copying src/urllib3/response.py -> build/lib/urllib3 copying src/urllib3/_collections.py -> build/lib/urllib3 copying src/urllib3/connection.py -> build/lib/urllib3 copying src/urllib3/request.py -> build/lib/urllib3 copying src/urllib3/poolmanager.py -> build/lib/urllib3 copying src/urllib3/connectionpool.py -> build/lib/urllib3 copying src/urllib3/filepost.py -> build/lib/urllib3 creating build/lib/urllib3/packages copying src/urllib3/packages/__init__.py -> build/lib/urllib3/packages copying src/urllib3/packages/six.py -> build/lib/urllib3/packages creating build/lib/urllib3/packages/ssl_match_hostname copying src/urllib3/packages/ssl_match_hostname/__init__.py -> build/lib/urllib3/packages/ssl_match_hostname copying src/urllib3/packages/ssl_match_hostname/_implementation.py -> build/lib/urllib3/packages/ssl_match_hostname creating build/lib/urllib3/packages/backports copying src/urllib3/packages/backports/makefile.py -> build/lib/urllib3/packages/backports copying src/urllib3/packages/backports/__init__.py -> build/lib/urllib3/packages/backports creating build/lib/urllib3/contrib copying src/urllib3/contrib/securetransport.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/appengine.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/__init__.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/socks.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/_appengine_environ.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/ntlmpool.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/pyopenssl.py -> build/lib/urllib3/contrib creating build/lib/urllib3/contrib/_securetransport copying src/urllib3/contrib/_securetransport/__init__.py -> build/lib/urllib3/contrib/_securetransport copying src/urllib3/contrib/_securetransport/bindings.py -> build/lib/urllib3/contrib/_securetransport copying src/urllib3/contrib/_securetransport/low_level.py -> build/lib/urllib3/contrib/_securetransport creating build/lib/urllib3/util copying src/urllib3/util/retry.py -> build/lib/urllib3/util copying src/urllib3/util/__init__.py -> build/lib/urllib3/util copying src/urllib3/util/wait.py -> build/lib/urllib3/util copying src/urllib3/util/response.py -> build/lib/urllib3/util copying src/urllib3/util/connection.py -> build/lib/urllib3/util copying src/urllib3/util/ssl_.py -> build/lib/urllib3/util copying src/urllib3/util/request.py -> build/lib/urllib3/util copying src/urllib3/util/url.py -> build/lib/urllib3/util copying src/urllib3/util/timeout.py -> build/lib/urllib3/util copying src/urllib3/util/queue.py -> build/lib/urllib3/util + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GsgQru + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch ++ dirname /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch + cd urllib3-1.24.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 copying build/lib/urllib3/exceptions.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 copying build/lib/urllib3/fields.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 copying build/lib/urllib3/__init__.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/securetransport.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/appengine.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/__init__.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/socks.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/_appengine_environ.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/ntlmpool.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/pyopenssl.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/__init__.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/bindings.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/low_level.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/response.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 copying build/lib/urllib3/_collections.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 copying build/lib/urllib3/connection.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages copying build/lib/urllib3/packages/__init__.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/backports copying build/lib/urllib3/packages/backports/makefile.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/backports copying build/lib/urllib3/packages/backports/__init__.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/backports creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname copying build/lib/urllib3/packages/ssl_match_hostname/__init__.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname copying build/lib/urllib3/packages/ssl_match_hostname/_implementation.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname copying build/lib/urllib3/packages/six.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages copying build/lib/urllib3/request.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 creating /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/util/retry.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/util/__init__.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/util/wait.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/util/response.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/util/connection.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/util/ssl_.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/util/request.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/util/url.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/util/timeout.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/util/queue.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util copying build/lib/urllib3/poolmanager.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 copying build/lib/urllib3/connectionpool.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 copying build/lib/urllib3/filepost.py -> /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3 byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/fields.py to fields.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/securetransport.py to securetransport.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/appengine.py to appengine.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/socks.py to socks.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/_appengine_environ.py to _appengine_environ.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/ntlmpool.py to ntlmpool.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/pyopenssl.py to pyopenssl.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport/bindings.py to bindings.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport/low_level.py to low_level.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/_collections.py to _collections.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/backports/makefile.py to makefile.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/backports/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname/_implementation.py to _implementation.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/packages/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/wait.py to wait.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/ssl_.py to ssl_.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/url.py to url.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/timeout.py to timeout.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/poolmanager.py to poolmanager.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/connectionpool.py to connectionpool.pyc byte-compiling /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/filepost.py to filepost.pyc writing byte-compilation script '/tmp/tmpqKSZEc.py' /usr/bin/python2 -O /tmp/tmpqKSZEc.py removing /tmp/tmpqKSZEc.py running install_egg_info running egg_info creating src/urllib3.egg-info writing requirements to src/urllib3.egg-info/requires.txt writing src/urllib3.egg-info/PKG-INFO writing top-level names to src/urllib3.egg-info/top_level.txt writing dependency_links to src/urllib3.egg-info/dependency_links.txt writing manifest file 'src/urllib3.egg-info/SOURCES.txt' reading manifest file 'src/urllib3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'dummyserver' warning: no previously-included files matching '*' found under directory 'docs/_build' writing manifest file 'src/urllib3.egg-info/SOURCES.txt' Copying src/urllib3.egg-info to /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3-1.24.2-py2.7.egg-info running install_scripts + rm -rf /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch//usr/lib/python2.7/site-packages/urllib3/packages/six.py /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch//usr/lib/python2.7/site-packages/urllib3/packages/six.pyc /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch//usr/lib/python2.7/site-packages/urllib3/packages/six.pyo + rm -rf /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch//usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname/ + mkdir -p /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch//usr/lib/python2.7/site-packages/urllib3/packages/ + ln -s /usr/lib/python2.7/site-packages/six.py /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch//usr/lib/python2.7/site-packages/urllib3/packages/six.py + ln -s /usr/lib/python2.7/site-packages/six.pyc /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch//usr/lib/python2.7/site-packages/urllib3/packages/six.pyc + ln -s /usr/lib/python2.7/site-packages/six.pyo /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch//usr/lib/python2.7/site-packages/urllib3/packages/six.pyo + ln -s /usr/lib/python2.7/site-packages/backports/ssl_match_hostname /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch//usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 1.24.2-1.module_el8.3.0+474+3adb9e43 --unique-debug-suffix -1.24.2-1.module_el8.3.0+474+3adb9e43.noarch --unique-debug-src-base python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/urllib3-1.24.2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.hcrdXb + umask 022 + cd /builddir/build/BUILD ~/build/BUILD/urllib3-1.24.2/test ~/build/BUILD/urllib3-1.24.2 + cd urllib3-1.24.2 + pushd test + PYTHONPATH=/builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages + /usr/bin/python2 -m pytest -v ============================= test session starts ============================== platform linux2 -- Python 2.7.17, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/bin/python2 cachedir: ../.pytest_cache rootdir: /builddir/build/BUILD/urllib3-1.24.2, inifile: collecting ... collected 398 items test_collections.py::TestLRUContainer::test_maxsize PASSED [ 0%] test_collections.py::TestLRUContainer::test_expire PASSED [ 0%] test_collections.py::TestLRUContainer::test_same_key PASSED [ 0%] test_collections.py::TestLRUContainer::test_access_ordering PASSED [ 1%] test_collections.py::TestLRUContainer::test_delete PASSED [ 1%] test_collections.py::TestLRUContainer::test_get PASSED [ 1%] test_collections.py::TestLRUContainer::test_disposal PASSED [ 1%] test_collections.py::TestLRUContainer::test_iter PASSED [ 2%] test_collections.py::TestHTTPHeaderDict::test_create_from_kwargs PASSED [ 2%] test_collections.py::TestHTTPHeaderDict::test_create_from_dict PASSED [ 2%] test_collections.py::TestHTTPHeaderDict::test_create_from_iterator PASSED [ 2%] test_collections.py::TestHTTPHeaderDict::test_create_from_list PASSED [ 3%] test_collections.py::TestHTTPHeaderDict::test_create_from_headerdict PASSED [ 3%] test_collections.py::TestHTTPHeaderDict::test_setitem PASSED [ 3%] test_collections.py::TestHTTPHeaderDict::test_update PASSED [ 3%] test_collections.py::TestHTTPHeaderDict::test_delitem PASSED [ 4%] test_collections.py::TestHTTPHeaderDict::test_add_well_known_multiheader PASSED [ 4%] test_collections.py::TestHTTPHeaderDict::test_add_comma_separated_multiheader PASSED [ 4%] test_collections.py::TestHTTPHeaderDict::test_extend_from_list PASSED [ 4%] test_collections.py::TestHTTPHeaderDict::test_extend_from_dict PASSED [ 5%] test_collections.py::TestHTTPHeaderDict::test_extend_from_container PASSED [ 5%] test_collections.py::TestHTTPHeaderDict::test_extend_from_headerdict PASSED [ 5%] test_collections.py::TestHTTPHeaderDict::test_extend_with_wrong_number_of_args_is_typeerror[args0] PASSED [ 5%] test_collections.py::TestHTTPHeaderDict::test_extend_with_wrong_number_of_args_is_typeerror[args1] PASSED [ 6%] test_collections.py::TestHTTPHeaderDict::test_copy PASSED [ 6%] test_collections.py::TestHTTPHeaderDict::test_getlist PASSED [ 6%] test_collections.py::TestHTTPHeaderDict::test_getlist_after_copy PASSED [ 6%] test_collections.py::TestHTTPHeaderDict::test_equal PASSED [ 7%] test_collections.py::TestHTTPHeaderDict::test_not_equal PASSED [ 7%] test_collections.py::TestHTTPHeaderDict::test_pop PASSED [ 7%] test_collections.py::TestHTTPHeaderDict::test_discard PASSED [ 7%] test_collections.py::TestHTTPHeaderDict::test_len PASSED [ 8%] test_collections.py::TestHTTPHeaderDict::test_repr PASSED [ 8%] test_collections.py::TestHTTPHeaderDict::test_items PASSED [ 8%] test_collections.py::TestHTTPHeaderDict::test_dict_conversion PASSED [ 8%] test_collections.py::TestHTTPHeaderDict::test_string_enforcement PASSED [ 9%] test_collections.py::TestHTTPHeaderDict::test_from_httplib_py2 PASSED [ 9%] test_compatibility.py::TestVersionCompatibility::test_connection_strict PASSED [ 9%] test_compatibility.py::TestVersionCompatibility::test_connection_source_address PASSED [ 9%] test_compatibility.py::TestCookiejar::test_extract PASSED [ 10%] test_connection.py::TestConnection::test_match_hostname_no_cert PASSED [ 10%] test_connection.py::TestConnection::test_match_hostname_empty_cert PASSED [ 10%] test_connection.py::TestConnection::test_match_hostname_match PASSED [ 10%] test_connection.py::TestConnection::test_match_hostname_mismatch PASSED [ 11%] test_connection.py::TestConnection::test_recent_date PASSED [ 11%] test_exceptions.py::TestPickle::test_exceptions[exception0] PASSED [ 11%] test_exceptions.py::TestPickle::test_exceptions[exception1] PASSED [ 11%] test_exceptions.py::TestPickle::test_exceptions[exception2] PASSED [ 12%] test_exceptions.py::TestPickle::test_exceptions[exception3] PASSED [ 12%] test_exceptions.py::TestPickle::test_exceptions[exception4] PASSED [ 12%] test_exceptions.py::TestPickle::test_exceptions[exception5] PASSED [ 12%] test_exceptions.py::TestPickle::test_exceptions[exception6] PASSED [ 13%] test_exceptions.py::TestPickle::test_exceptions[exception7] PASSED [ 13%] test_exceptions.py::TestPickle::test_exceptions[exception8] PASSED [ 13%] test_exceptions.py::TestPickle::test_exceptions[exception9] PASSED [ 13%] test_exceptions.py::TestPickle::test_exceptions[exception10] PASSED [ 14%] test_exceptions.py::TestPickle::test_exceptions[exception11] PASSED [ 14%] test_exceptions.py::TestFormat::test_header_parsing_errors PASSED [ 14%] test_fields.py::TestRequestField::test_render_unicode_bytes_py2 <- test/__init__.py PASSED [ 14%] test_fields.py::TestRequestField::test_guess_content_type[image.jpg-content_types0] PASSED [ 15%] test_fields.py::TestRequestField::test_guess_content_type[notsure-content_types1] PASSED [ 15%] test_fields.py::TestRequestField::test_guess_content_type[None-content_types2] PASSED [ 15%] test_fields.py::TestRequestField::test_create PASSED [ 15%] test_fields.py::TestRequestField::test_make_multipart PASSED [ 16%] test_fields.py::TestRequestField::test_make_multipart_empty_filename PASSED [ 16%] test_fields.py::TestRequestField::test_render_parts PASSED [ 16%] test_fields.py::TestRequestField::test_render_part PASSED [ 16%] test_filepost.py::TestIterfields::test_dict PASSED [ 17%] test_filepost.py::TestIterfields::test_tuple_list PASSED [ 17%] test_filepost.py::TestMultipartEncoding::test_input_datastructures[fields0] PASSED [ 17%] test_filepost.py::TestMultipartEncoding::test_input_datastructures[fields1] PASSED [ 17%] test_filepost.py::TestMultipartEncoding::test_field_encoding[fields0] PASSED [ 18%] test_filepost.py::TestMultipartEncoding::test_field_encoding[fields1] PASSED [ 18%] test_filepost.py::TestMultipartEncoding::test_field_encoding[fields2] PASSED [ 18%] test_filepost.py::TestMultipartEncoding::test_filename PASSED [ 18%] test_filepost.py::TestMultipartEncoding::test_textplain PASSED [ 19%] test_filepost.py::TestMultipartEncoding::test_explicit PASSED [ 19%] test_filepost.py::TestMultipartEncoding::test_request_fields PASSED [ 19%] test_poolmanager.py::TestPoolManager::test_same_url PASSED [ 19%] test_poolmanager.py::TestPoolManager::test_many_urls PASSED [ 20%] test_poolmanager.py::TestPoolManager::test_manager_clear PASSED [ 20%] test_poolmanager.py::TestPoolManager::test_nohost[http:/@] PASSED [ 20%] test_poolmanager.py::TestPoolManager::test_nohost[None] PASSED [ 20%] test_poolmanager.py::TestPoolManager::test_contextmanager PASSED [ 21%] test_poolmanager.py::TestPoolManager::test_http_pool_key_fields PASSED [ 21%] test_poolmanager.py::TestPoolManager::test_https_pool_key_fields PASSED [ 21%] test_poolmanager.py::TestPoolManager::test_default_pool_key_funcs_copy PASSED [ 21%] test_poolmanager.py::TestPoolManager::test_pools_keyed_with_from_host PASSED [ 22%] test_poolmanager.py::TestPoolManager::test_https_connection_from_url_case_insensitive PASSED [ 22%] test_poolmanager.py::TestPoolManager::test_https_connection_from_host_case_insensitive PASSED [ 22%] test_poolmanager.py::TestPoolManager::test_https_connection_from_context_case_insensitive PASSED [ 22%] test_poolmanager.py::TestPoolManager::test_http_connection_from_url_case_insensitive PASSED [ 23%] test_poolmanager.py::TestPoolManager::test_http_connection_from_host_case_insensitive PASSED [ 23%] test_poolmanager.py::TestPoolManager::test_assert_hostname_and_fingerprint_flag PASSED [ 23%] test_poolmanager.py::TestPoolManager::test_http_connection_from_context_case_insensitive PASSED [ 23%] test_poolmanager.py::TestPoolManager::test_custom_pool_key PASSED [ 24%] test_poolmanager.py::TestPoolManager::test_override_pool_kwargs_url PASSED [ 24%] test_poolmanager.py::TestPoolManager::test_override_pool_kwargs_host PASSED [ 24%] test_poolmanager.py::TestPoolManager::test_pool_kwargs_socket_options PASSED [ 24%] test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs PASSED [ 25%] test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_none PASSED [ 25%] test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_remove_key PASSED [ 25%] test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_invalid_key PASSED [ 25%] test_proxymanager.py::TestProxyManager::test_proxy_headers PASSED [ 26%] test_proxymanager.py::TestProxyManager::test_default_port PASSED [ 26%] test_proxymanager.py::TestProxyManager::test_invalid_scheme PASSED [ 26%] test_queue_monkeypatch.py::TestMonkeypatchResistance::test_queue_monkeypatching PASSED [ 26%] test_response.py::TestLegacyResponse::test_getheaders PASSED [ 27%] test_response.py::TestLegacyResponse::test_getheader PASSED [ 27%] test_response.py::TestResponse::test_cache_content PASSED [ 27%] test_response.py::TestResponse::test_default PASSED [ 27%] test_response.py::TestResponse::test_none PASSED [ 28%] test_response.py::TestResponse::test_preload PASSED [ 28%] test_response.py::TestResponse::test_no_preload PASSED [ 28%] test_response.py::TestResponse::test_decode_bad_data PASSED [ 28%] test_response.py::TestResponse::test_reference_read PASSED [ 29%] test_response.py::TestResponse::test_decode_deflate PASSED [ 29%] test_response.py::TestResponse::test_decode_deflate_case_insensitve PASSED [ 29%] test_response.py::TestResponse::test_chunked_decoding_deflate PASSED [ 29%] test_response.py::TestResponse::test_chunked_decoding_deflate2 PASSED [ 30%] test_response.py::TestResponse::test_chunked_decoding_gzip PASSED [ 30%] test_response.py::TestResponse::test_decode_gzip_multi_member PASSED [ 30%] test_response.py::TestResponse::test_decode_gzip_error PASSED [ 30%] test_response.py::TestResponse::test_decode_gzip_swallow_garbage PASSED [ 31%] test_response.py::TestResponse::test_chunked_decoding_gzip_swallow_garbage PASSED [ 31%] test_response.py::TestResponse::test_multi_decoding_deflate_deflate PASSED [ 31%] test_response.py::TestResponse::test_multi_decoding_deflate_gzip PASSED [ 31%] test_response.py::TestResponse::test_multi_decoding_gzip_gzip PASSED [ 32%] test_response.py::TestResponse::test_body_blob PASSED [ 32%] test_response.py::TestResponse::test_io PASSED [ 32%] test_response.py::TestResponse::test_io_closed_consistently PASSED [ 32%] test_response.py::TestResponse::test_io_bufferedreader PASSED [ 33%] test_response.py::TestResponse::test_streaming PASSED [ 33%] test_response.py::TestResponse::test_streaming_tell PASSED [ 33%] test_response.py::TestResponse::test_gzipped_streaming PASSED [ 33%] test_response.py::TestResponse::test_gzipped_streaming_tell PASSED [ 34%] test_response.py::TestResponse::test_deflate_streaming_tell_intermediate_point PASSED [ 34%] test_response.py::TestResponse::test_deflate_streaming PASSED [ 34%] test_response.py::TestResponse::test_deflate2_streaming PASSED [ 34%] test_response.py::TestResponse::test_empty_stream PASSED [ 35%] test_response.py::TestResponse::test_length_no_header PASSED [ 35%] test_response.py::TestResponse::test_length_w_valid_header PASSED [ 35%] test_response.py::TestResponse::test_length_w_bad_header PASSED [ 35%] test_response.py::TestResponse::test_length_when_chunked PASSED [ 36%] test_response.py::TestResponse::test_length_with_multiple_content_lengths PASSED [ 36%] test_response.py::TestResponse::test_length_after_read PASSED [ 36%] test_response.py::TestResponse::test_mock_httpresponse_stream PASSED [ 36%] test_response.py::TestResponse::test_mock_transfer_encoding_chunked PASSED [ 37%] test_response.py::TestResponse::test_mock_gzipped_transfer_encoding_chunked_decoded PASSED [ 37%] test_response.py::TestResponse::test_mock_transfer_encoding_chunked_custom_read PASSED [ 37%] test_response.py::TestResponse::test_mock_transfer_encoding_chunked_unlmtd_read PASSED [ 37%] test_response.py::TestResponse::test_read_not_chunked_response_as_chunks PASSED [ 38%] test_response.py::TestResponse::test_invalid_chunks PASSED [ 38%] test_response.py::TestResponse::test_chunked_response_without_crlf_on_end PASSED [ 38%] test_response.py::TestResponse::test_chunked_response_with_extensions PASSED [ 38%] test_response.py::TestResponse::test_chunked_head_response PASSED [ 39%] test_response.py::TestResponse::test_get_case_insensitive_headers PASSED [ 39%] test_response.py::TestResponse::test_retries PASSED [ 39%] test_response.py::TestResponse::test_geturl PASSED [ 39%] test_response.py::TestResponse::test_geturl_retries PASSED [ 40%] test_retry.py::TestRetry::test_string PASSED [ 40%] test_retry.py::TestRetry::test_retry_both_specified PASSED [ 40%] test_retry.py::TestRetry::test_retry_higher_total_loses PASSED [ 40%] test_retry.py::TestRetry::test_retry_higher_total_loses_vs_read PASSED [ 41%] test_retry.py::TestRetry::test_retry_total_none PASSED [ 41%] test_retry.py::TestRetry::test_retry_default PASSED [ 41%] test_retry.py::TestRetry::test_retry_read_zero PASSED [ 41%] test_retry.py::TestRetry::test_status_counter PASSED [ 42%] test_retry.py::TestRetry::test_backoff PASSED [ 42%] test_retry.py::TestRetry::test_zero_backoff PASSED [ 42%] test_retry.py::TestRetry::test_backoff_reset_after_redirect PASSED [ 42%] test_retry.py::TestRetry::test_sleep PASSED [ 43%] test_retry.py::TestRetry::test_status_forcelist PASSED [ 43%] test_retry.py::TestRetry::test_method_whitelist_with_status_forcelist PASSED [ 43%] test_retry.py::TestRetry::test_exhausted PASSED [ 43%] test_retry.py::TestRetry::test_disabled[-1] PASSED [ 44%] test_retry.py::TestRetry::test_disabled[0] PASSED [ 44%] test_retry.py::TestRetry::test_error_message PASSED [ 44%] test_retry.py::TestRetry::test_history PASSED [ 44%] test_retry.py::TestRetry::test_retry_method_not_in_whitelist PASSED [ 45%] test_retry.py::TestRetry::test_retry_default_remove_headers_on_redirect PASSED [ 45%] test_retry.py::TestRetry::test_retry_set_remove_headers_on_redirect PASSED [ 45%] test_ssl.py::test_is_ipaddress_true[::1] PASSED [ 45%] test_ssl.py::test_is_ipaddress_true[::] PASSED [ 46%] test_ssl.py::test_is_ipaddress_true[127.0.0.10] PASSED [ 46%] test_ssl.py::test_is_ipaddress_true[8.8.8.8] PASSED [ 46%] test_ssl.py::test_is_ipaddress_true[127.0.0.11] PASSED [ 46%] test_ssl.py::test_is_ipaddress_false[www.python.org0] PASSED [ 47%] test_ssl.py::test_is_ipaddress_false[www.python.org1] PASSED [ 47%] test_ssl.py::test_context_sni_with_ip_address[True-127.0.0.1-False] PASSED [ 47%] test_ssl.py::test_context_sni_with_ip_address[False-www.python.org-False] PASSED [ 47%] test_ssl.py::test_context_sni_with_ip_address[False-0.0.0.0-False] PASSED [ 48%] test_ssl.py::test_context_sni_with_ip_address[True-www.google.com-True] PASSED [ 48%] test_ssl.py::test_context_sni_with_ip_address[True-None-False] PASSED [ 48%] test_ssl.py::test_context_sni_with_ip_address[False-None-False] PASSED [ 48%] test_ssl.py::test_sni_missing_warning_with_ip_addresses[True-www.google.com-False] PASSED [ 49%] test_ssl.py::test_sni_missing_warning_with_ip_addresses[True-127.0.0.1-False] PASSED [ 49%] test_ssl.py::test_sni_missing_warning_with_ip_addresses[False-127.0.0.1-False] PASSED [ 49%] test_ssl.py::test_sni_missing_warning_with_ip_addresses[False-www.google.com-True] PASSED [ 50%] test_ssl.py::test_sni_missing_warning_with_ip_addresses[True-None-False] PASSED [ 50%] test_ssl.py::test_sni_missing_warning_with_ip_addresses[False-None-False] PASSED [ 50%] test_ssl.py::test_create_urllib3_context_set_ciphers[None-TLS13-AES-256-GCM-SHA384:TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-GCM-SHA256:ECDH+AESGCM:ECDH+CHACHA20:DH+AESGCM:DH+CHACHA20:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:RSA+AESGCM:RSA+AES:!aNULL:!eNULL:!MD5] PASSED [ 50%] test_ssl.py::test_create_urllib3_context_set_ciphers[ECDH+AESGCM:ECDH+CHACHA20-ECDH+AESGCM:ECDH+CHACHA20] PASSED [ 51%] test_ssl.py::test_wrap_socket_given_context_no_load_default_certs PASSED [ 51%] test_ssl.py::test_wrap_socket_given_ca_certs_no_load_default_certs PASSED [ 51%] test_ssl.py::test_wrap_socket_default_loads_default_certs PASSED [ 51%] test_util.py::TestUtil::test_get_host[http:/google.com/mail-expected_host0] PASSED [ 52%] test_util.py::TestUtil::test_get_host[http:/google.com/mail/-expected_host1] PASSED [ 52%] test_util.py::TestUtil::test_get_host[google.com/mail-expected_host2] PASSED [ 52%] test_util.py::TestUtil::test_get_host[http:/google.com/-expected_host3] PASSED [ 52%] test_util.py::TestUtil::test_get_host[http:/google.com-expected_host4] PASSED [ 53%] test_util.py::TestUtil::test_get_host[http:/www.google.com-expected_host5] PASSED [ 53%] test_util.py::TestUtil::test_get_host[http:/mail.google.com-expected_host6] PASSED [ 53%] test_util.py::TestUtil::test_get_host[http:/google.com:8000/mail/-expected_host7] PASSED [ 53%] test_util.py::TestUtil::test_get_host[http:/google.com:8000-expected_host8] PASSED [ 54%] test_util.py::TestUtil::test_get_host[https:/google.com-expected_host9] PASSED [ 54%] test_util.py::TestUtil::test_get_host[https:/google.com:8000-expected_host10] PASSED [ 54%] test_util.py::TestUtil::test_get_host[http:/user:password@127.0.0.1:1234-expected_host11] PASSED [ 54%] test_util.py::TestUtil::test_get_host[http:/google.com/foo=http:/bar:42/baz-expected_host12] PASSED [ 55%] test_util.py::TestUtil::test_get_host[http:/google.com?foo=http:/bar:42/baz-expected_host13] PASSED [ 55%] test_util.py::TestUtil::test_get_host[http:/google.com#foo=http:/bar:42/baz-expected_host14] PASSED [ 55%] test_util.py::TestUtil::test_get_host[173.194.35.7-expected_host15] PASSED [ 55%] test_util.py::TestUtil::test_get_host[http:/173.194.35.7-expected_host16] PASSED [ 56%] test_util.py::TestUtil::test_get_host[http:/173.194.35.7/test-expected_host17] PASSED [ 56%] test_util.py::TestUtil::test_get_host[http:/173.194.35.7:80-expected_host18] PASSED [ 56%] test_util.py::TestUtil::test_get_host[http:/173.194.35.7:80/test-expected_host19] PASSED [ 56%] test_util.py::TestUtil::test_get_host[[2a00:1450:4001:c01::67]-expected_host20] PASSED [ 57%] test_util.py::TestUtil::test_get_host[http:/[2a00:1450:4001:c01::67]-expected_host21] PASSED [ 57%] test_util.py::TestUtil::test_get_host[http:/[2a00:1450:4001:c01::67]/test-expected_host22] PASSED [ 57%] test_util.py::TestUtil::test_get_host[http:/[2a00:1450:4001:c01::67]:80-expected_host23] PASSED [ 57%] test_util.py::TestUtil::test_get_host[http:/[2a00:1450:4001:c01::67]:80/test-expected_host24] PASSED [ 58%] test_util.py::TestUtil::test_get_host[http:/[fedc:ba98:7654:3210:fedc:ba98:7654:3210]:8000/index.html-expected_host25] PASSED [ 58%] test_util.py::TestUtil::test_get_host[http:/[1080:0:0:0:8:800:200c:417a]/index.html-expected_host26] PASSED [ 58%] test_util.py::TestUtil::test_get_host[http:/[3ffe:2a00:100:7031::1]-expected_host27] PASSED [ 58%] test_util.py::TestUtil::test_get_host[http:/[1080::8:800:200c:417a]/foo-expected_host28] PASSED [ 59%] test_util.py::TestUtil::test_get_host[http:/[::192.9.5.5]/ipng-expected_host29] PASSED [ 59%] test_util.py::TestUtil::test_get_host[http:/[::ffff:129.144.52.38]:42/index.html-expected_host30] PASSED [ 59%] test_util.py::TestUtil::test_get_host[http:/[2010:836b:4179::836b:4179]-expected_host31] PASSED [ 59%] test_util.py::TestUtil::test_get_host[HTTP:/GOOGLE.COM/mail/-expected_host32] PASSED [ 60%] test_util.py::TestUtil::test_get_host[GOogle.COM/mail-expected_host33] PASSED [ 60%] test_util.py::TestUtil::test_get_host[HTTP:/GoOgLe.CoM:8000/mail/-expected_host34] PASSED [ 60%] test_util.py::TestUtil::test_get_host[HTTP:/user:password@EXAMPLE.COM:1234-expected_host35] PASSED [ 60%] test_util.py::TestUtil::test_get_host[173.194.35.7-expected_host36] PASSED [ 61%] test_util.py::TestUtil::test_get_host[HTTP:/173.194.35.7-expected_host37] PASSED [ 61%] test_util.py::TestUtil::test_get_host[HTTP:/[2a00:1450:4001:c01::67]:80/test-expected_host38] PASSED [ 61%] test_util.py::TestUtil::test_get_host[HTTP:/[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:8000/index.html-expected_host39] PASSED [ 61%] test_util.py::TestUtil::test_get_host[HTTPS:/[1080:0:0:0:8:800:200c:417A]/index.html-expected_host40] PASSED [ 62%] test_util.py::TestUtil::test_get_host[abOut:/eXamPlE.com?info=1-expected_host41] PASSED [ 62%] test_util.py::TestUtil::test_get_host[http+UNIX:/%2fvar%2frun%2fSOCKET/path-expected_host42] PASSED [ 62%] test_util.py::TestUtil::test_invalid_host[http:/google.com:foo] PASSED [ 62%] test_util.py::TestUtil::test_invalid_host[http:/::1/] PASSED [ 63%] test_util.py::TestUtil::test_invalid_host[http:/::1:80/] PASSED [ 63%] test_util.py::TestUtil::test_invalid_host[http:/google.com:-80] PASSED [ 63%] test_util.py::TestUtil::test_invalid_host[http:/google.com:\xb2\xb2] PASSED [ 63%] test_util.py::TestUtil::test_parse_url_normalization[HTTP:/GOOGLE.COM/MAIL/-http:/google.com/MAIL/] PASSED [ 64%] test_util.py::TestUtil::test_parse_url_normalization[HTTP:/JeremyCline:Hunter2@Example.com:8080/-http:/JeremyCline:Hunter2@example.com:8080/] PASSED [ 64%] test_util.py::TestUtil::test_parse_url_normalization[HTTPS:/Example.Com/?Key=Value-https:/example.com/?Key=Value] PASSED [ 64%] test_util.py::TestUtil::test_parse_url_normalization[Https:/Example.Com/#Fragment-https:/example.com/#Fragment] PASSED [ 64%] test_util.py::TestUtil::test_parse_url[http:/google.com/mail-expected_url0] PASSED [ 65%] test_util.py::TestUtil::test_parse_url[http:/google.com/mail/-expected_url1] PASSED [ 65%] test_util.py::TestUtil::test_parse_url[http:/google.com/mail-expected_url2] PASSED [ 65%] test_util.py::TestUtil::test_parse_url[google.com/mail-expected_url3] PASSED [ 65%] test_util.py::TestUtil::test_parse_url[http:/google.com/-expected_url4] PASSED [ 66%] test_util.py::TestUtil::test_parse_url[http:/google.com-expected_url5] PASSED [ 66%] test_util.py::TestUtil::test_parse_url[http:/google.com?foo-expected_url6] PASSED [ 66%] test_util.py::TestUtil::test_parse_url[-expected_url7] PASSED [ 66%] test_util.py::TestUtil::test_parse_url[/-expected_url8] PASSED [ 67%] test_util.py::TestUtil::test_parse_url[#?/!google.com/?foo#bar-expected_url9] PASSED [ 67%] test_util.py::TestUtil::test_parse_url[/foo-expected_url10] PASSED [ 67%] test_util.py::TestUtil::test_parse_url[/foo?bar=baz-expected_url11] PASSED [ 67%] test_util.py::TestUtil::test_parse_url[/foo?bar=baz#banana?apple/orange-expected_url12] PASSED [ 68%] test_util.py::TestUtil::test_parse_url[http:/google.com/-expected_url13] PASSED [ 68%] test_util.py::TestUtil::test_parse_url[http:/google.com:80/-expected_url14] PASSED [ 68%] test_util.py::TestUtil::test_parse_url[http:/google.com:80-expected_url15] PASSED [ 68%] test_util.py::TestUtil::test_parse_url[http:/foo:bar@localhost/-expected_url16] PASSED [ 69%] test_util.py::TestUtil::test_parse_url[http:/foo@localhost/-expected_url17] PASSED [ 69%] test_util.py::TestUtil::test_parse_url[http:/foo:bar@baz@localhost/-expected_url18] PASSED [ 69%] test_util.py::TestUtil::test_parse_url[http:/@-expected_url19] PASSED [ 69%] test_util.py::TestUtil::test_parse_url[?-expected_url20] PASSED [ 70%] test_util.py::TestUtil::test_parse_url[#-expected_url21] PASSED [ 70%] test_util.py::TestUtil::test_parse_url[http:/google.com:-expected_url22] PASSED [ 70%] test_util.py::TestUtil::test_parse_url[http:/google.com:/-expected_url23] PASSED [ 70%] test_util.py::TestUtil::test_unparse_url[http:/google.com/mail-expected_url0] PASSED [ 71%] test_util.py::TestUtil::test_unparse_url[http:/google.com/mail/-expected_url1] PASSED [ 71%] test_util.py::TestUtil::test_unparse_url[http:/google.com/mail-expected_url2] PASSED [ 71%] test_util.py::TestUtil::test_unparse_url[google.com/mail-expected_url3] PASSED [ 71%] test_util.py::TestUtil::test_unparse_url[http:/google.com/-expected_url4] PASSED [ 72%] test_util.py::TestUtil::test_unparse_url[http:/google.com-expected_url5] PASSED [ 72%] test_util.py::TestUtil::test_unparse_url[http:/google.com?foo-expected_url6] PASSED [ 72%] test_util.py::TestUtil::test_unparse_url[-expected_url7] PASSED [ 72%] test_util.py::TestUtil::test_unparse_url[/-expected_url8] PASSED [ 73%] test_util.py::TestUtil::test_unparse_url[#?/!google.com/?foo#bar-expected_url9] PASSED [ 73%] test_util.py::TestUtil::test_unparse_url[/foo-expected_url10] PASSED [ 73%] test_util.py::TestUtil::test_unparse_url[/foo?bar=baz-expected_url11] PASSED [ 73%] test_util.py::TestUtil::test_unparse_url[/foo?bar=baz#banana?apple/orange-expected_url12] PASSED [ 74%] test_util.py::TestUtil::test_unparse_url[http:/google.com/-expected_url13] PASSED [ 74%] test_util.py::TestUtil::test_unparse_url[http:/google.com:80/-expected_url14] PASSED [ 74%] test_util.py::TestUtil::test_unparse_url[http:/google.com:80-expected_url15] PASSED [ 74%] test_util.py::TestUtil::test_unparse_url[http:/foo:bar@localhost/-expected_url16] PASSED [ 75%] test_util.py::TestUtil::test_unparse_url[http:/foo@localhost/-expected_url17] PASSED [ 75%] test_util.py::TestUtil::test_unparse_url[http:/foo:bar@baz@localhost/-expected_url18] PASSED [ 75%] test_util.py::TestUtil::test_unparse_url[http:/@-expected_url19] PASSED [ 75%] test_util.py::TestUtil::test_parse_url_invalid_IPv6 PASSED [ 76%] test_util.py::TestUtil::test_parse_url_contains_control_characters[http:/localhost/ HTTP/1.1 HEADER: INJECTED Ignore:-expected_url0] PASSED [ 76%] test_util.py::TestUtil::test_parse_url_contains_control_characters[http:/localhost/ HTTP/1.1\r\nHEADER: INJECTED\r\nIgnore:-expected_url1] PASSED [ 76%] test_util.py::TestUtil::test_parse_url_contains_control_characters[http:/localhost/ ?q= -expected_url2] PASSED [ 76%] test_util.py::TestUtil::test_Url_str PASSED [ 77%] test_util.py::TestUtil::test_request_uri[http:/google.com/mail-/mail] PASSED [ 77%] test_util.py::TestUtil::test_request_uri[http:/google.com/mail/-/mail/] PASSED [ 77%] test_util.py::TestUtil::test_request_uri[http:/google.com/-/] PASSED [ 77%] test_util.py::TestUtil::test_request_uri[http:/google.com-/] PASSED [ 78%] test_util.py::TestUtil::test_request_uri[-/] PASSED [ 78%] test_util.py::TestUtil::test_request_uri[/-/] PASSED [ 78%] test_util.py::TestUtil::test_request_uri[?-/?] PASSED [ 78%] test_util.py::TestUtil::test_request_uri[#-/] PASSED [ 79%] test_util.py::TestUtil::test_request_uri[/foo?bar=baz-/foo?bar=baz] PASSED [ 79%] test_util.py::TestUtil::test_netloc[http:/google.com/mail-google.com] PASSED [ 79%] test_util.py::TestUtil::test_netloc[http:/google.com:80/mail-google.com:80] PASSED [ 79%] test_util.py::TestUtil::test_netloc[google.com/foobar-google.com] PASSED [ 80%] test_util.py::TestUtil::test_netloc[google.com:12345-google.com:12345] PASSED [ 80%] test_util.py::TestUtil::test_make_headers[kwargs0-expected0] PASSED [ 80%] test_util.py::TestUtil::test_make_headers[kwargs1-expected1] PASSED [ 80%] test_util.py::TestUtil::test_make_headers[kwargs2-expected2] PASSED [ 81%] test_util.py::TestUtil::test_make_headers[kwargs3-expected3] PASSED [ 81%] test_util.py::TestUtil::test_make_headers[kwargs4-expected4] PASSED [ 81%] test_util.py::TestUtil::test_make_headers[kwargs5-expected5] PASSED [ 81%] test_util.py::TestUtil::test_make_headers[kwargs6-expected6] PASSED [ 82%] test_util.py::TestUtil::test_make_headers[kwargs7-expected7] PASSED [ 82%] test_util.py::TestUtil::test_make_headers[kwargs8-expected8] PASSED [ 82%] test_util.py::TestUtil::test_rewind_body PASSED [ 82%] test_util.py::TestUtil::test_rewind_body_failed_tell PASSED [ 83%] test_util.py::TestUtil::test_rewind_body_bad_position PASSED [ 83%] test_util.py::TestUtil::test_rewind_body_failed_seek PASSED [ 83%] test_util.py::TestUtil::test_split_first[input0-expected0] PASSED [ 83%] test_util.py::TestUtil::test_split_first[input1-expected1] PASSED [ 84%] test_util.py::TestUtil::test_split_first[input2-expected2] PASSED [ 84%] test_util.py::TestUtil::test_split_first[input3-expected3] PASSED [ 84%] test_util.py::TestUtil::test_split_first[input4-expected4] PASSED [ 84%] test_util.py::TestUtil::test_add_stderr_logger PASSED [ 85%] test_util.py::TestUtil::test_disable_warnings PASSED [ 85%] test_util.py::TestUtil::test_invalid_timeouts[kwargs0-less than] PASSED [ 85%] test_util.py::TestUtil::test_invalid_timeouts[kwargs1-less than] PASSED [ 85%] test_util.py::TestUtil::test_invalid_timeouts[kwargs2-less than] PASSED [ 86%] test_util.py::TestUtil::test_invalid_timeouts[kwargs3-cannot be a boolean] PASSED [ 86%] test_util.py::TestUtil::test_invalid_timeouts[kwargs4-cannot be a boolean] PASSED [ 86%] test_util.py::TestUtil::test_invalid_timeouts[kwargs5-less than or equal] PASSED [ 86%] test_util.py::TestUtil::test_invalid_timeouts[kwargs6-int, float or None] PASSED [ 87%] test_util.py::TestUtil::test_timeout PASSED [ 87%] test_util.py::TestUtil::test_timeout_str PASSED [ 87%] test_util.py::TestUtil::test_timeout_elapsed PASSED [ 87%] test_util.py::TestUtil::test_resolve_cert_reqs[None-0] PASSED [ 88%] test_util.py::TestUtil::test_resolve_cert_reqs[0-0] PASSED [ 88%] test_util.py::TestUtil::test_resolve_cert_reqs[2-2] PASSED [ 88%] test_util.py::TestUtil::test_resolve_cert_reqs[REQUIRED-2] PASSED [ 88%] test_util.py::TestUtil::test_resolve_cert_reqs[CERT_REQUIRED-2] PASSED [ 89%] test_util.py::TestUtil::test_resolve_ssl_version[3-3] PASSED [ 89%] test_util.py::TestUtil::test_resolve_ssl_version[PROTOCOL_TLSv1-3] PASSED [ 89%] test_util.py::TestUtil::test_resolve_ssl_version[TLSv1-3] PASSED [ 89%] test_util.py::TestUtil::test_resolve_ssl_version[2-2] PASSED [ 90%] test_util.py::TestUtil::test_is_fp_closed_object_supports_closed PASSED [ 90%] test_util.py::TestUtil::test_is_fp_closed_object_has_none_fp PASSED [ 90%] test_util.py::TestUtil::test_is_fp_closed_object_has_fp PASSED [ 90%] test_util.py::TestUtil::test_is_fp_closed_object_has_neither_fp_nor_closed PASSED [ 91%] test_util.py::TestUtil::test_ssl_wrap_socket_loads_the_cert_chain PASSED [ 91%] test_util.py::TestUtil::test_ssl_wrap_socket_creates_new_context PASSED [ 91%] test_util.py::TestUtil::test_ssl_wrap_socket_loads_verify_locations PASSED [ 91%] test_util.py::TestUtil::test_ssl_wrap_socket_loads_certificate_directories PASSED [ 92%] test_util.py::TestUtil::test_ssl_wrap_socket_with_no_sni_warns PASSED [ 92%] test_util.py::TestUtil::test_const_compare_digest_fallback PASSED [ 92%] test_util.py::TestUtil::test_has_ipv6_disabled_on_compile PASSED [ 92%] test_util.py::TestUtil::test_has_ipv6_enabled_but_fails PASSED [ 93%] test_util.py::TestUtil::test_has_ipv6_enabled_and_working PASSED [ 93%] test_util.py::TestUtil::test_has_ipv6_disabled_on_appengine PASSED [ 93%] test_util.py::TestUtil::test_ip_family_ipv6_enabled PASSED [ 93%] test_util.py::TestUtil::test_ip_family_ipv6_disabled PASSED [ 94%] test_util.py::TestUtil::test_parse_retry_after_invalid[-1] PASSED [ 94%] test_util.py::TestUtil::test_parse_retry_after_invalid[+1] PASSED [ 94%] test_util.py::TestUtil::test_parse_retry_after_invalid[1.0] PASSED [ 94%] test_util.py::TestUtil::test_parse_retry_after_invalid[\xb2] PASSED [ 95%] test_util.py::TestUtil::test_parse_retry_after[0-0] PASSED [ 95%] test_util.py::TestUtil::test_parse_retry_after[1000-1000] PASSED [ 95%] test_util.py::TestUtil::test_parse_retry_after[ 42 -42] PASSED [ 95%] test_util.py::TestUtil::test_assert_header_parsing_throws_typeerror_with_non_headers[foo] PASSED [ 96%] test_util.py::TestUtil::test_assert_header_parsing_throws_typeerror_with_non_headers[None] PASSED [ 96%] test_util.py::TestUtil::test_assert_header_parsing_throws_typeerror_with_non_headers[object] PASSED [ 96%] test_wait.py::test_wait_for_socket[wait_for_socket] PASSED [ 96%] test_wait.py::test_wait_for_socket[select_wait_for_socket] PASSED [ 97%] test_wait.py::test_wait_for_socket[poll_wait_for_socket] PASSED [ 97%] test_wait.py::test_wait_for_read_write PASSED [ 97%] test_wait.py::test_eintr[wait_for_socket] PASSED [ 97%] test_wait.py::test_eintr[select_wait_for_socket] PASSED [ 98%] test_wait.py::test_eintr[poll_wait_for_socket] PASSED [ 98%] test_wait.py::test_eintr_zero_timeout[wait_for_socket] PASSED [ 98%] test_wait.py::test_eintr_zero_timeout[select_wait_for_socket] PASSED [ 98%] test_wait.py::test_eintr_zero_timeout[poll_wait_for_socket] PASSED [ 99%] test_wait.py::test_eintr_infinite_timeout[wait_for_socket] PASSED [ 99%] test_wait.py::test_eintr_infinite_timeout[select_wait_for_socket] PASSED [ 99%] test_wait.py::test_eintr_infinite_timeout[poll_wait_for_socket] PASSED [100%] =============================== warnings summary =============================== test/test_ssl.py::test_context_sni_with_ip_address[False-www.python.org-False] /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/lib/python2.7/site-packages/urllib3/util/ssl_.py:357: SNIMissingWarning: An HTTPS request has been made, but the SNI (Server Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings SNIMissingWarning -- Docs: http://doc.pytest.org/en/latest/warnings.html =================== 398 passed, 1 warnings in 12.33 seconds ==================== + popd ~/build/BUILD/urllib3-1.24.2 + exit 0 Processing files: python2-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.deUEtF + umask 022 + cd /builddir/build/BUILD + cd urllib3-1.24.2 + DOCDIR=/builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/share/doc/python2-urllib3 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/share/doc/python2-urllib3 + cp -pr CHANGES.rst /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/share/doc/python2-urllib3 + cp -pr README.rst /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/share/doc/python2-urllib3 + cp -pr CONTRIBUTORS.txt /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/share/doc/python2-urllib3 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HLc137 + umask 022 + cd /builddir/build/BUILD + cd urllib3-1.24.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/share/licenses/python2-urllib3 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/share/licenses/python2-urllib3 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch/usr/share/licenses/python2-urllib3 + exit 0 Provides: python2-urllib3 = 1.24.2-1.module_el8.3.0+474+3adb9e43 python2.7dist(urllib3) = 1.24.2 python2dist(urllib3) = 1.24.2 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 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch Wrote: /builddir/build/RPMS/python2-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cOx3b9 + umask 022 + cd /builddir/build/BUILD + cd urllib3-1.24.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-urllib3-1.24.2-1.module_el8.3.0+474+3adb9e43.noarch + exit 0 Child return code was: 0