Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-click.spec'], chrootPath='/var/lib/mock/1132405-epel-8-x86_64-1576786924.839946/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.dk2q8rsq:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.dk2q8rsq:/etc/resolv.conf'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'e95abc828ca54e559b626d00fbeb46c2', '-D', '/var/lib/mock/1132405-epel-8-x86_64-1576786924.839946/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.dk2q8rsq:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-click.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-click-7.0-1.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-click.spec'], chrootPath='/var/lib/mock/1132405-epel-8-x86_64-1576786924.839946/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.dk2q8rsq:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.dk2q8rsq:/etc/resolv.conf'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '4ca9f47ec117435db4cf39449f42fa2d', '-D', '/var/lib/mock/1132405-epel-8-x86_64-1576786924.839946/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.dk2q8rsq:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-click.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oAjrVc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf click-7.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/click-7.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd click-7.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-Remove-outdated-comment-about-Click-3.0.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UWCSY9 + umask 022 + cd /builddir/build/BUILD + cd click-7.0 + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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/click copying click/core.py -> build/lib/click copying click/utils.py -> build/lib/click copying click/types.py -> build/lib/click copying click/testing.py -> build/lib/click copying click/termui.py -> build/lib/click copying click/parser.py -> build/lib/click copying click/globals.py -> build/lib/click copying click/formatting.py -> build/lib/click copying click/exceptions.py -> build/lib/click copying click/decorators.py -> build/lib/click copying click/_winconsole.py -> build/lib/click copying click/_unicodefun.py -> build/lib/click copying click/_textwrap.py -> build/lib/click copying click/_termui_impl.py -> build/lib/click copying click/_compat.py -> build/lib/click copying click/_bashcomplete.py -> build/lib/click copying click/__init__.py -> build/lib/click running egg_info creating Click.egg-info writing Click.egg-info/PKG-INFO writing top-level names to Click.egg-info/top_level.txt writing dependency_links to Click.egg-info/dependency_links.txt writing manifest file 'Click.egg-info/SOURCES.txt' reading manifest file 'Click.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution writing manifest file 'Click.egg-info/SOURCES.txt' + sleep 1 + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py running egg_info writing Click.egg-info/PKG-INFO writing dependency_links to Click.egg-info/dependency_links.txt writing top-level names to Click.egg-info/top_level.txt reading manifest file 'Click.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution writing manifest file 'Click.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AiyFQg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64 ++ dirname /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64 + cd click-7.0 + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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-click-7.0-1.el8.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr creating /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/__init__.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/_bashcomplete.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/_compat.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/_termui_impl.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/_textwrap.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/_unicodefun.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/_winconsole.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/decorators.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/exceptions.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/formatting.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/globals.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/parser.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/termui.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/testing.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/types.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/utils.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click copying build/lib/click/core.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/_bashcomplete.py to _bashcomplete.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/_termui_impl.py to _termui_impl.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/_textwrap.py to _textwrap.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/_unicodefun.py to _unicodefun.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/_winconsole.py to _winconsole.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/formatting.py to formatting.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/globals.py to globals.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/termui.py to termui.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/testing.py to testing.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/click/core.py to core.pyc writing byte-compilation script '/tmp/tmpM9kdih.py' /usr/bin/python2 -O /tmp/tmpM9kdih.py removing /tmp/tmpM9kdih.py running install_egg_info running egg_info writing Click.egg-info/PKG-INFO writing top-level names to Click.egg-info/top_level.txt writing dependency_links to Click.egg-info/dependency_links.txt reading manifest file 'Click.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution writing manifest file 'Click.egg-info/SOURCES.txt' Copying Click.egg-info to /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python2.7/site-packages/Click-7.0-py2.7.egg-info running install_scripts + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/__init__.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/_bashcomplete.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/_compat.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/_termui_impl.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/_textwrap.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/_unicodefun.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/_winconsole.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/decorators.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/exceptions.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/formatting.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/globals.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/parser.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/termui.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/testing.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/types.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/utils.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click copying build/lib/click/core.py -> /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/_bashcomplete.py to _bashcomplete.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/_compat.py to _compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/_termui_impl.py to _termui_impl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/_textwrap.py to _textwrap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/_unicodefun.py to _unicodefun.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/_winconsole.py to _winconsole.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/decorators.py to decorators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/formatting.py to formatting.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/globals.py to globals.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/parser.py to parser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/termui.py to termui.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/testing.py to testing.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/types.py to types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/click/core.py to core.cpython-36.pyc writing byte-compilation script '/tmp/tmphl5a5mjk.py' /usr/libexec/platform-python /tmp/tmphl5a5mjk.py removing /tmp/tmphl5a5mjk.py running install_egg_info running egg_info writing Click.egg-info/PKG-INFO writing dependency_links to Click.egg-info/dependency_links.txt writing top-level names to Click.egg-info/top_level.txt reading manifest file 'Click.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution writing manifest file 'Click.egg-info/SOURCES.txt' Copying Click.egg-info to /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/lib/python3.6/site-packages/Click-7.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 7.0-1.el8 --unique-debug-suffix -7.0-1.el8.x86_64 --unique-debug-src-base python-click-7.0-1.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/click-7.0 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-click-7.0-1.el8.x86_64/usr/lib/python3.6 using /usr/libexec/platform-python Bytecompiling .py files below /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/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.cJfTou + umask 022 + cd /builddir/build/BUILD + cd click-7.0 ++ pwd + export PYTHONPATH=/builddir/build/BUILD/click-7.0 + PYTHONPATH=/builddir/build/BUILD/click-7.0 + export LC_ALL=en_US.UTF-8 + LC_ALL=en_US.UTF-8 + py.test-2.7 tests --tb=long --verbose ============================= test session starts ============================== platform linux2 -- Python 2.7.15, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/bin/python2 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/click-7.0, inifile: setup.cfg collecting 0 items collecting 18 items collecting 36 items collecting 58 items collecting 66 items collecting 78 items collecting 80 items collecting 92 items collecting 95 items collecting 107 items collecting 108 items collecting 111 items collecting 148 items collecting 155 items collecting 171 items collecting 197 items collected 197 items tests/test_arguments.py::test_nargs_star PASSED [ 0%] tests/test_arguments.py::test_nargs_default PASSED [ 1%] tests/test_arguments.py::test_nargs_tup PASSED [ 1%] tests/test_arguments.py::test_nargs_tup_composite PASSED [ 2%] tests/test_arguments.py::test_nargs_err PASSED [ 2%] tests/test_arguments.py::test_file_args PASSED [ 3%] tests/test_arguments.py::test_path_args PASSED [ 3%] tests/test_arguments.py::test_file_atomics PASSED [ 4%] tests/test_arguments.py::test_stdout_default PASSED [ 4%] tests/test_arguments.py::test_nargs_envvar PASSED [ 5%] tests/test_arguments.py::test_empty_nargs PASSED [ 5%] tests/test_arguments.py::test_missing_arg PASSED [ 6%] tests/test_arguments.py::test_implicit_non_required PASSED [ 6%] tests/test_arguments.py::test_eat_options PASSED [ 7%] tests/test_arguments.py::test_nargs_star_ordering PASSED [ 7%] tests/test_arguments.py::test_nargs_specified_plus_star_ordering PASSED [ 8%] tests/test_arguments.py::test_defaults_for_nargs PASSED [ 8%] tests/test_arguments.py::test_multiple_param_decls_not_allowed PASSED [ 9%] tests/test_bashcomplete.py::test_single_command PASSED [ 9%] tests/test_bashcomplete.py::test_boolean_flag PASSED [ 10%] tests/test_bashcomplete.py::test_multi_value_option PASSED [ 10%] tests/test_bashcomplete.py::test_multi_option PASSED [ 11%] tests/test_bashcomplete.py::test_small_chain PASSED [ 11%] tests/test_bashcomplete.py::test_long_chain PASSED [ 12%] tests/test_bashcomplete.py::test_chaining PASSED [ 12%] tests/test_bashcomplete.py::test_argument_choice PASSED [ 13%] tests/test_bashcomplete.py::test_option_choice PASSED [ 13%] tests/test_bashcomplete.py::test_option_and_arg_choice PASSED [ 14%] tests/test_bashcomplete.py::test_boolean_flag_choice PASSED [ 14%] tests/test_bashcomplete.py::test_multi_value_option_choice PASSED [ 15%] tests/test_bashcomplete.py::test_multi_option_choice PASSED [ 15%] tests/test_bashcomplete.py::test_variadic_argument_choice PASSED [ 16%] tests/test_bashcomplete.py::test_variadic_argument_complete PASSED [ 16%] tests/test_bashcomplete.py::test_long_chain_choice PASSED [ 17%] tests/test_bashcomplete.py::test_chained_multi PASSED [ 17%] tests/test_bashcomplete.py::test_hidden PASSED [ 18%] tests/test_basic.py::test_basic_functionality PASSED [ 18%] tests/test_basic.py::test_return_values PASSED [ 19%] tests/test_basic.py::test_basic_group PASSED [ 19%] tests/test_basic.py::test_basic_option PASSED [ 20%] tests/test_basic.py::test_int_option PASSED [ 20%] tests/test_basic.py::test_uuid_option PASSED [ 21%] tests/test_basic.py::test_float_option PASSED [ 21%] tests/test_basic.py::test_boolean_option PASSED [ 22%] tests/test_basic.py::test_boolean_conversion PASSED [ 22%] tests/test_basic.py::test_file_option PASSED [ 23%] tests/test_basic.py::test_file_lazy_mode PASSED [ 23%] tests/test_basic.py::test_path_option PASSED [ 24%] tests/test_basic.py::test_choice_option PASSED [ 24%] tests/test_basic.py::test_datetime_option_default PASSED [ 25%] tests/test_basic.py::test_datetime_option_custom PASSED [ 25%] tests/test_basic.py::test_int_range_option PASSED [ 26%] tests/test_basic.py::test_float_range_option PASSED [ 26%] tests/test_basic.py::test_required_option PASSED [ 27%] tests/test_basic.py::test_evaluation_order PASSED [ 27%] tests/test_basic.py::test_hidden_option PASSED [ 28%] tests/test_basic.py::test_hidden_command PASSED [ 28%] tests/test_basic.py::test_hidden_group PASSED [ 29%] tests/test_chain.py::test_basic_chaining PASSED [ 29%] tests/test_chain.py::test_chaining_help PASSED [ 30%] tests/test_chain.py::test_chaining_with_options PASSED [ 30%] tests/test_chain.py::test_chaining_with_arguments PASSED [ 31%] tests/test_chain.py::test_pipeline PASSED [ 31%] tests/test_chain.py::test_args_and_chain PASSED [ 32%] tests/test_chain.py::test_multicommand_arg_behavior PASSED [ 32%] tests/test_chain.py::test_multicommand_chaining xfail [ 33%] tests/test_commands.py::test_other_command_invoke PASSED [ 34%] tests/test_commands.py::test_other_command_forward PASSED [ 34%] tests/test_commands.py::test_auto_shorthelp PASSED [ 35%] tests/test_commands.py::test_default_maps PASSED [ 35%] tests/test_commands.py::test_group_with_args PASSED [ 36%] tests/test_commands.py::test_base_command PASSED [ 36%] tests/test_commands.py::test_object_propagation PASSED [ 37%] tests/test_commands.py::test_other_command_invoke_with_defaults PASSED [ 37%] tests/test_commands.py::test_invoked_subcommand PASSED [ 38%] tests/test_commands.py::test_unprocessed_options PASSED [ 38%] tests/test_commands.py::test_deprecated_in_help_messages PASSED [ 39%] tests/test_commands.py::test_deprecated_in_invocation PASSED [ 39%] tests/test_compat.py::test_legacy_callbacks PASSED [ 40%] tests/test_compat.py::test_bash_func_name PASSED [ 40%] tests/test_context.py::test_ensure_context_objects PASSED [ 41%] tests/test_context.py::test_get_context_objects PASSED [ 41%] tests/test_context.py::test_get_context_objects_no_ensuring PASSED [ 42%] tests/test_context.py::test_get_context_objects_missing PASSED [ 42%] tests/test_context.py::test_multi_enter PASSED [ 43%] tests/test_context.py::test_global_context_object PASSED [ 43%] tests/test_context.py::test_context_meta PASSED [ 44%] tests/test_context.py::test_context_pushing PASSED [ 44%] tests/test_context.py::test_pass_obj PASSED [ 45%] tests/test_context.py::test_close_before_pop PASSED [ 45%] tests/test_context.py::test_make_pass_decorator_args PASSED [ 46%] tests/test_context.py::test_exit_not_standalone PASSED [ 46%] tests/test_defaults.py::test_basic_defaults PASSED [ 47%] tests/test_defaults.py::test_multiple_defaults PASSED [ 47%] tests/test_defaults.py::test_nargs_plus_multiple PASSED [ 48%] tests/test_formatting.py::test_basic_functionality PASSED [ 48%] tests/test_formatting.py::test_wrapping_long_options_strings PASSED [ 49%] tests/test_formatting.py::test_wrapping_long_command_name PASSED [ 49%] tests/test_formatting.py::test_formatting_empty_help_lines PASSED [ 50%] tests/test_formatting.py::test_formatting_usage_error PASSED [ 50%] tests/test_formatting.py::test_formatting_usage_error_metavar_missing_arg PASSED [ 51%] tests/test_formatting.py::test_formatting_usage_error_metavar_bad_arg PASSED [ 51%] tests/test_formatting.py::test_formatting_usage_error_nested PASSED [ 52%] tests/test_formatting.py::test_formatting_usage_error_no_help PASSED [ 52%] tests/test_formatting.py::test_formatting_usage_custom_help PASSED [ 53%] tests/test_formatting.py::test_formatting_custom_type_metavar PASSED [ 53%] tests/test_formatting.py::test_truncating_docstring PASSED [ 54%] tests/test_imports.py::test_light_imports PASSED [ 54%] tests/test_normalization.py::test_option_normalization PASSED [ 55%] tests/test_normalization.py::test_choice_normalization PASSED [ 55%] tests/test_normalization.py::test_command_normalization PASSED [ 56%] tests/test_options.py::test_prefixes PASSED [ 56%] tests/test_options.py::test_invalid_option PASSED [ 57%] tests/test_options.py::test_invalid_nargs PASSED [ 57%] tests/test_options.py::test_nargs_tup_composite_mult PASSED [ 58%] tests/test_options.py::test_counting PASSED [ 58%] tests/test_options.py::test_unknown_options[--foo] PASSED [ 59%] tests/test_options.py::test_unknown_options[-f] PASSED [ 59%] tests/test_options.py::test_multiple_required PASSED [ 60%] tests/test_options.py::test_multiple_envvar PASSED [ 60%] tests/test_options.py::test_multiple_default_help PASSED [ 61%] tests/test_options.py::test_multiple_default_type PASSED [ 61%] tests/test_options.py::test_dynamic_default_help_unset PASSED [ 62%] tests/test_options.py::test_dynamic_default_help_text PASSED [ 62%] tests/test_options.py::test_toupper_envvar_prefix PASSED [ 63%] tests/test_options.py::test_nargs_envvar PASSED [ 63%] tests/test_options.py::test_show_envvar PASSED [ 64%] tests/test_options.py::test_show_envvar_auto_prefix PASSED [ 64%] tests/test_options.py::test_custom_validation PASSED [ 65%] tests/test_options.py::test_winstyle_options PASSED [ 65%] tests/test_options.py::test_legacy_options PASSED [ 66%] tests/test_options.py::test_missing_choice PASSED [ 67%] tests/test_options.py::test_case_insensitive_choice PASSED [ 67%] tests/test_options.py::test_multiline_help PASSED [ 68%] tests/test_options.py::test_argument_custom_class PASSED [ 68%] tests/test_options.py::test_option_custom_class PASSED [ 69%] tests/test_options.py::test_option_custom_class_reusable PASSED [ 69%] tests/test_options.py::test_aliases_for_flags PASSED [ 70%] tests/test_options.py::test_option_names[option_args0-aggressive] PASSED [ 70%] tests/test_options.py::test_option_names[option_args1-first] PASSED [ 71%] tests/test_options.py::test_option_names[option_args2-apple] PASSED [ 71%] tests/test_options.py::test_option_names[option_args3-cantaloupe] PASSED [ 72%] tests/test_options.py::test_option_names[option_args4-a] PASSED [ 72%] tests/test_options.py::test_option_names[option_args5-c] PASSED [ 73%] tests/test_options.py::test_option_names[option_args6-apple] PASSED [ 73%] tests/test_options.py::test_option_names[option_args7-cantaloupe] PASSED [ 74%] tests/test_options.py::test_option_names[option_args8-_from] PASSED [ 74%] tests/test_options.py::test_option_names[option_args9-_ret] PASSED [ 75%] tests/test_termui.py::test_progressbar_strip_regression PASSED [ 75%] tests/test_termui.py::test_progressbar_length_hint PASSED [ 76%] tests/test_termui.py::test_progressbar_hidden PASSED [ 76%] tests/test_termui.py::test_choices_list_in_prompt PASSED [ 77%] tests/test_termui.py::test_secho PASSED [ 77%] tests/test_termui.py::test_progressbar_yields_all_items PASSED [ 78%] tests/test_termui.py::test_progressbar_update PASSED [ 78%] tests/test_testing.py::test_runner PASSED [ 79%] tests/test_testing.py::test_runner_with_stream PASSED [ 79%] tests/test_testing.py::test_prompts PASSED [ 80%] tests/test_testing.py::test_getchar PASSED [ 80%] tests/test_testing.py::test_catch_exceptions PASSED [ 81%] tests/test_testing.py::test_with_color PASSED [ 81%] tests/test_testing.py::test_with_color_but_pause_not_blocking PASSED [ 82%] tests/test_testing.py::test_exit_code_and_output_from_sys_exit PASSED [ 82%] tests/test_testing.py::test_env PASSED [ 83%] tests/test_testing.py::test_stderr PASSED [ 83%] tests/test_testing.py::test_args[None-bar ] PASSED [ 84%] tests/test_testing.py::test_args[args1-bar ] PASSED [ 84%] tests/test_testing.py::test_args[-bar ] PASSED [ 85%] tests/test_testing.py::test_args[args3-one two ] PASSED [ 85%] tests/test_testing.py::test_args[--foo "one two"-one two ] PASSED [ 86%] tests/test_testing.py::test_setting_prog_name_in_extra PASSED [ 86%] tests/test_utils.py::test_echo PASSED [ 87%] tests/test_utils.py::test_echo_custom_file PASSED [ 87%] tests/test_utils.py::test_styling PASSED [ 88%] tests/test_utils.py::test_filename_formatting PASSED [ 88%] tests/test_utils.py::test_prompts PASSED [ 89%] tests/test_utils.py::test_prompts_abort PASSED [ 89%] tests/test_utils.py::test_echo_via_pager[test0-cat] PASSED [ 90%] tests/test_utils.py::test_echo_via_pager[test0-cat 0] PASSED [ 90%] tests/test_utils.py::test_echo_via_pager[test0-cat 1] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test1-cat] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test1-cat 0] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test1-cat 1] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test2-cat] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test2-cat 0] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test2-cat 1] PASSED [ 94%] tests/test_utils.py::test_echo_via_pager[test3-cat] PASSED [ 94%] tests/test_utils.py::test_echo_via_pager[test3-cat 0] PASSED [ 95%] tests/test_utils.py::test_echo_via_pager[test3-cat 1] PASSED [ 95%] tests/test_utils.py::test_echo_via_pager[test4-cat] PASSED [ 96%] tests/test_utils.py::test_echo_via_pager[test4-cat 0] PASSED [ 96%] tests/test_utils.py::test_echo_via_pager[test4-cat 1] PASSED [ 97%] tests/test_utils.py::test_echo_color_flag PASSED [ 97%] tests/test_utils.py::test_echo_writing_to_standard_error PASSED [ 98%] tests/test_utils.py::test_open_file PASSED [ 98%] tests/test_utils.py::test_iter_keepopenfile PASSED [ 99%] tests/test_utils.py::test_iter_lazyfile PASSED [100%] ==================== 196 passed, 1 xfailed in 1.84 seconds ===================== + py.test-3.6 tests --tb=long --verbose ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/libexec/platform-python cachedir: .pytest_cache rootdir: /builddir/build/BUILD/click-7.0, inifile: setup.cfg collecting 0 items collecting 18 items collecting 36 items collecting 58 items collecting 66 items collecting 78 items collecting 80 items collecting 92 items collecting 95 items collecting 107 items collecting 108 items collecting 111 items collecting 148 items collecting 155 items collecting 171 items collecting 197 items collected 197 items tests/test_arguments.py::test_nargs_star PASSED [ 0%] tests/test_arguments.py::test_nargs_default PASSED [ 1%] tests/test_arguments.py::test_nargs_tup PASSED [ 1%] tests/test_arguments.py::test_nargs_tup_composite PASSED [ 2%] tests/test_arguments.py::test_nargs_err PASSED [ 2%] tests/test_arguments.py::test_file_args PASSED [ 3%] tests/test_arguments.py::test_path_args PASSED [ 3%] tests/test_arguments.py::test_file_atomics PASSED [ 4%] tests/test_arguments.py::test_stdout_default PASSED [ 4%] tests/test_arguments.py::test_nargs_envvar PASSED [ 5%] tests/test_arguments.py::test_empty_nargs PASSED [ 5%] tests/test_arguments.py::test_missing_arg PASSED [ 6%] tests/test_arguments.py::test_implicit_non_required PASSED [ 6%] tests/test_arguments.py::test_eat_options PASSED [ 7%] tests/test_arguments.py::test_nargs_star_ordering PASSED [ 7%] tests/test_arguments.py::test_nargs_specified_plus_star_ordering PASSED [ 8%] tests/test_arguments.py::test_defaults_for_nargs PASSED [ 8%] tests/test_arguments.py::test_multiple_param_decls_not_allowed PASSED [ 9%] tests/test_bashcomplete.py::test_single_command PASSED [ 9%] tests/test_bashcomplete.py::test_boolean_flag PASSED [ 10%] tests/test_bashcomplete.py::test_multi_value_option PASSED [ 10%] tests/test_bashcomplete.py::test_multi_option PASSED [ 11%] tests/test_bashcomplete.py::test_small_chain PASSED [ 11%] tests/test_bashcomplete.py::test_long_chain PASSED [ 12%] tests/test_bashcomplete.py::test_chaining PASSED [ 12%] tests/test_bashcomplete.py::test_argument_choice PASSED [ 13%] tests/test_bashcomplete.py::test_option_choice PASSED [ 13%] tests/test_bashcomplete.py::test_option_and_arg_choice PASSED [ 14%] tests/test_bashcomplete.py::test_boolean_flag_choice PASSED [ 14%] tests/test_bashcomplete.py::test_multi_value_option_choice PASSED [ 15%] tests/test_bashcomplete.py::test_multi_option_choice PASSED [ 15%] tests/test_bashcomplete.py::test_variadic_argument_choice PASSED [ 16%] tests/test_bashcomplete.py::test_variadic_argument_complete PASSED [ 16%] tests/test_bashcomplete.py::test_long_chain_choice PASSED [ 17%] tests/test_bashcomplete.py::test_chained_multi PASSED [ 17%] tests/test_bashcomplete.py::test_hidden PASSED [ 18%] tests/test_basic.py::test_basic_functionality PASSED [ 18%] tests/test_basic.py::test_return_values PASSED [ 19%] tests/test_basic.py::test_basic_group PASSED [ 19%] tests/test_basic.py::test_basic_option PASSED [ 20%] tests/test_basic.py::test_int_option PASSED [ 20%] tests/test_basic.py::test_uuid_option PASSED [ 21%] tests/test_basic.py::test_float_option PASSED [ 21%] tests/test_basic.py::test_boolean_option PASSED [ 22%] tests/test_basic.py::test_boolean_conversion PASSED [ 22%] tests/test_basic.py::test_file_option PASSED [ 23%] tests/test_basic.py::test_file_lazy_mode PASSED [ 23%] tests/test_basic.py::test_path_option PASSED [ 24%] tests/test_basic.py::test_choice_option PASSED [ 24%] tests/test_basic.py::test_datetime_option_default PASSED [ 25%] tests/test_basic.py::test_datetime_option_custom PASSED [ 25%] tests/test_basic.py::test_int_range_option PASSED [ 26%] tests/test_basic.py::test_float_range_option PASSED [ 26%] tests/test_basic.py::test_required_option PASSED [ 27%] tests/test_basic.py::test_evaluation_order PASSED [ 27%] tests/test_basic.py::test_hidden_option PASSED [ 28%] tests/test_basic.py::test_hidden_command PASSED [ 28%] tests/test_basic.py::test_hidden_group PASSED [ 29%] tests/test_chain.py::test_basic_chaining PASSED [ 29%] tests/test_chain.py::test_chaining_help PASSED [ 30%] tests/test_chain.py::test_chaining_with_options PASSED [ 30%] tests/test_chain.py::test_chaining_with_arguments PASSED [ 31%] tests/test_chain.py::test_pipeline PASSED [ 31%] tests/test_chain.py::test_args_and_chain PASSED [ 32%] tests/test_chain.py::test_multicommand_arg_behavior PASSED [ 32%] tests/test_chain.py::test_multicommand_chaining xfail [ 33%] tests/test_commands.py::test_other_command_invoke PASSED [ 34%] tests/test_commands.py::test_other_command_forward PASSED [ 34%] tests/test_commands.py::test_auto_shorthelp PASSED [ 35%] tests/test_commands.py::test_default_maps PASSED [ 35%] tests/test_commands.py::test_group_with_args PASSED [ 36%] tests/test_commands.py::test_base_command PASSED [ 36%] tests/test_commands.py::test_object_propagation PASSED [ 37%] tests/test_commands.py::test_other_command_invoke_with_defaults PASSED [ 37%] tests/test_commands.py::test_invoked_subcommand PASSED [ 38%] tests/test_commands.py::test_unprocessed_options PASSED [ 38%] tests/test_commands.py::test_deprecated_in_help_messages PASSED [ 39%] tests/test_commands.py::test_deprecated_in_invocation PASSED [ 39%] tests/test_compat.py::test_legacy_callbacks PASSED [ 40%] tests/test_compat.py::test_bash_func_name PASSED [ 40%] tests/test_context.py::test_ensure_context_objects PASSED [ 41%] tests/test_context.py::test_get_context_objects PASSED [ 41%] tests/test_context.py::test_get_context_objects_no_ensuring PASSED [ 42%] tests/test_context.py::test_get_context_objects_missing PASSED [ 42%] tests/test_context.py::test_multi_enter PASSED [ 43%] tests/test_context.py::test_global_context_object PASSED [ 43%] tests/test_context.py::test_context_meta PASSED [ 44%] tests/test_context.py::test_context_pushing PASSED [ 44%] tests/test_context.py::test_pass_obj PASSED [ 45%] tests/test_context.py::test_close_before_pop PASSED [ 45%] tests/test_context.py::test_make_pass_decorator_args PASSED [ 46%] tests/test_context.py::test_exit_not_standalone PASSED [ 46%] tests/test_defaults.py::test_basic_defaults PASSED [ 47%] tests/test_defaults.py::test_multiple_defaults PASSED [ 47%] tests/test_defaults.py::test_nargs_plus_multiple PASSED [ 48%] tests/test_formatting.py::test_basic_functionality PASSED [ 48%] tests/test_formatting.py::test_wrapping_long_options_strings PASSED [ 49%] tests/test_formatting.py::test_wrapping_long_command_name PASSED [ 49%] tests/test_formatting.py::test_formatting_empty_help_lines PASSED [ 50%] tests/test_formatting.py::test_formatting_usage_error PASSED [ 50%] tests/test_formatting.py::test_formatting_usage_error_metavar_missing_arg PASSED [ 51%] tests/test_formatting.py::test_formatting_usage_error_metavar_bad_arg PASSED [ 51%] tests/test_formatting.py::test_formatting_usage_error_nested PASSED [ 52%] tests/test_formatting.py::test_formatting_usage_error_no_help PASSED [ 52%] tests/test_formatting.py::test_formatting_usage_custom_help PASSED [ 53%] tests/test_formatting.py::test_formatting_custom_type_metavar PASSED [ 53%] tests/test_formatting.py::test_truncating_docstring PASSED [ 54%] tests/test_imports.py::test_light_imports PASSED [ 54%] tests/test_normalization.py::test_option_normalization PASSED [ 55%] tests/test_normalization.py::test_choice_normalization PASSED [ 55%] tests/test_normalization.py::test_command_normalization PASSED [ 56%] tests/test_options.py::test_prefixes PASSED [ 56%] tests/test_options.py::test_invalid_option PASSED [ 57%] tests/test_options.py::test_invalid_nargs PASSED [ 57%] tests/test_options.py::test_nargs_tup_composite_mult PASSED [ 58%] tests/test_options.py::test_counting PASSED [ 58%] tests/test_options.py::test_unknown_options[--foo] PASSED [ 59%] tests/test_options.py::test_unknown_options[-f] PASSED [ 59%] tests/test_options.py::test_multiple_required PASSED [ 60%] tests/test_options.py::test_multiple_envvar PASSED [ 60%] tests/test_options.py::test_multiple_default_help PASSED [ 61%] tests/test_options.py::test_multiple_default_type PASSED [ 61%] tests/test_options.py::test_dynamic_default_help_unset PASSED [ 62%] tests/test_options.py::test_dynamic_default_help_text PASSED [ 62%] tests/test_options.py::test_toupper_envvar_prefix PASSED [ 63%] tests/test_options.py::test_nargs_envvar PASSED [ 63%] tests/test_options.py::test_show_envvar PASSED [ 64%] tests/test_options.py::test_show_envvar_auto_prefix PASSED [ 64%] tests/test_options.py::test_custom_validation PASSED [ 65%] tests/test_options.py::test_winstyle_options PASSED [ 65%] tests/test_options.py::test_legacy_options PASSED [ 66%] tests/test_options.py::test_missing_choice PASSED [ 67%] tests/test_options.py::test_case_insensitive_choice PASSED [ 67%] tests/test_options.py::test_multiline_help PASSED [ 68%] tests/test_options.py::test_argument_custom_class PASSED [ 68%] tests/test_options.py::test_option_custom_class PASSED [ 69%] tests/test_options.py::test_option_custom_class_reusable PASSED [ 69%] tests/test_options.py::test_aliases_for_flags PASSED [ 70%] tests/test_options.py::test_option_names[option_args0-aggressive] PASSED [ 70%] tests/test_options.py::test_option_names[option_args1-first] PASSED [ 71%] tests/test_options.py::test_option_names[option_args2-apple] PASSED [ 71%] tests/test_options.py::test_option_names[option_args3-cantaloupe] PASSED [ 72%] tests/test_options.py::test_option_names[option_args4-a] PASSED [ 72%] tests/test_options.py::test_option_names[option_args5-c] PASSED [ 73%] tests/test_options.py::test_option_names[option_args6-apple] PASSED [ 73%] tests/test_options.py::test_option_names[option_args7-cantaloupe] PASSED [ 74%] tests/test_options.py::test_option_names[option_args8-_from] PASSED [ 74%] tests/test_options.py::test_option_names[option_args9-_ret] PASSED [ 75%] tests/test_termui.py::test_progressbar_strip_regression PASSED [ 75%] tests/test_termui.py::test_progressbar_length_hint PASSED [ 76%] tests/test_termui.py::test_progressbar_hidden PASSED [ 76%] tests/test_termui.py::test_choices_list_in_prompt PASSED [ 77%] tests/test_termui.py::test_secho PASSED [ 77%] tests/test_termui.py::test_progressbar_yields_all_items PASSED [ 78%] tests/test_termui.py::test_progressbar_update PASSED [ 78%] tests/test_testing.py::test_runner PASSED [ 79%] tests/test_testing.py::test_runner_with_stream PASSED [ 79%] tests/test_testing.py::test_prompts PASSED [ 80%] tests/test_testing.py::test_getchar PASSED [ 80%] tests/test_testing.py::test_catch_exceptions PASSED [ 81%] tests/test_testing.py::test_with_color PASSED [ 81%] tests/test_testing.py::test_with_color_but_pause_not_blocking PASSED [ 82%] tests/test_testing.py::test_exit_code_and_output_from_sys_exit PASSED [ 82%] tests/test_testing.py::test_env PASSED [ 83%] tests/test_testing.py::test_stderr PASSED [ 83%] tests/test_testing.py::test_args[None-bar\n] PASSED [ 84%] tests/test_testing.py::test_args[args1-bar\n] PASSED [ 84%] tests/test_testing.py::test_args[-bar\n] PASSED [ 85%] tests/test_testing.py::test_args[args3-one two\n] PASSED [ 85%] tests/test_testing.py::test_args[--foo "one two"-one two\n] PASSED [ 86%] tests/test_testing.py::test_setting_prog_name_in_extra PASSED [ 86%] tests/test_utils.py::test_echo PASSED [ 87%] tests/test_utils.py::test_echo_custom_file PASSED [ 87%] tests/test_utils.py::test_styling PASSED [ 88%] tests/test_utils.py::test_filename_formatting PASSED [ 88%] tests/test_utils.py::test_prompts PASSED [ 89%] tests/test_utils.py::test_prompts_abort PASSED [ 89%] tests/test_utils.py::test_echo_via_pager[test0-cat] PASSED [ 90%] tests/test_utils.py::test_echo_via_pager[test0-cat 0] PASSED [ 90%] tests/test_utils.py::test_echo_via_pager[test0-cat 1] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test1-cat] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test1-cat 0] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test1-cat 1] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test2-cat] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test2-cat 0] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test2-cat 1] PASSED [ 94%] tests/test_utils.py::test_echo_via_pager[test3-cat] PASSED [ 94%] tests/test_utils.py::test_echo_via_pager[test3-cat 0] PASSED [ 95%] tests/test_utils.py::test_echo_via_pager[test3-cat 1] PASSED [ 95%] tests/test_utils.py::test_echo_via_pager[test4-cat] PASSED [ 96%] tests/test_utils.py::test_echo_via_pager[test4-cat 0] PASSED [ 96%] tests/test_utils.py::test_echo_via_pager[test4-cat 1] PASSED [ 97%] tests/test_utils.py::test_echo_color_flag PASSED [ 97%] tests/test_utils.py::test_echo_writing_to_standard_error PASSED [ 98%] tests/test_utils.py::test_open_file PASSED [ 98%] tests/test_utils.py::test_iter_keepopenfile PASSED [ 99%] tests/test_utils.py::test_iter_lazyfile PASSED [100%] ==================== 196 passed, 1 xfailed in 1.48 seconds ===================== + exit 0 Processing files: python2-click-7.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.coHO9X + umask 022 + cd /builddir/build/BUILD + cd click-7.0 + DOCDIR=/builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/doc/python2-click + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/doc/python2-click + cp -pr README.rst /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/doc/python2-click + cp -pr CHANGES.rst /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/doc/python2-click + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.8CXPWr + umask 022 + cd /builddir/build/BUILD + cd click-7.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/licenses/python2-click + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/licenses/python2-click + cp -pr LICENSE.rst /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/licenses/python2-click + exit 0 Provides: python2-click = 7.0-1.el8 python2.7dist(click) = 7.0 python2dist(click) = 7.0 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: python3-click-7.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.o3Xng9 + umask 022 + cd /builddir/build/BUILD + cd click-7.0 + DOCDIR=/builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/doc/python3-click + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/doc/python3-click + cp -pr README.rst /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/doc/python3-click + cp -pr CHANGES.rst /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/doc/python3-click + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uGH0BQ + umask 022 + cd /builddir/build/BUILD + cd click-7.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/licenses/python3-click + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/licenses/python3-click + cp -pr LICENSE.rst /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64/usr/share/licenses/python3-click + exit 0 Provides: python3-click = 7.0-1.el8 python3.6dist(click) = 7.0 python3dist(click) = 7.0 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) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64 Wrote: /builddir/build/RPMS/python2-click-7.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-click-7.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uGE3CM + umask 022 + cd /builddir/build/BUILD + cd click-7.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-click-7.0-1.el8.x86_64 + exit 0 Child return code was: 0