Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-certbot-nginx.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-a1c76b1b0e9c286bad385bf75774ef4ebff5c5e3/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-certbot-nginx.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-certbot-nginx-0.27.1-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-certbot-nginx.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-a1c76b1b0e9c286bad385bf75774ef4ebff5c5e3/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-certbot-nginx.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.E4quuw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf certbot-nginx-0.27.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/certbot-nginx-0.27.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd certbot-nginx-0.27.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.O4Vf7Z + umask 022 + cd /builddir/build/BUILD + cd certbot-nginx-0.27.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/certbot_nginx copying certbot_nginx/configurator.py -> build/lib/certbot_nginx copying certbot_nginx/parser.py -> build/lib/certbot_nginx copying certbot_nginx/constants.py -> build/lib/certbot_nginx copying certbot_nginx/tls_sni_01.py -> build/lib/certbot_nginx copying certbot_nginx/nginxparser.py -> build/lib/certbot_nginx copying certbot_nginx/http_01.py -> build/lib/certbot_nginx copying certbot_nginx/display_ops.py -> build/lib/certbot_nginx copying certbot_nginx/obj.py -> build/lib/certbot_nginx copying certbot_nginx/__init__.py -> build/lib/certbot_nginx creating build/lib/certbot_nginx/tests copying certbot_nginx/tests/parser_test.py -> build/lib/certbot_nginx/tests copying certbot_nginx/tests/util.py -> build/lib/certbot_nginx/tests copying certbot_nginx/tests/obj_test.py -> build/lib/certbot_nginx/tests copying certbot_nginx/tests/http_01_test.py -> build/lib/certbot_nginx/tests copying certbot_nginx/tests/configurator_test.py -> build/lib/certbot_nginx/tests copying certbot_nginx/tests/__init__.py -> build/lib/certbot_nginx/tests copying certbot_nginx/tests/nginxparser_test.py -> build/lib/certbot_nginx/tests copying certbot_nginx/tests/display_ops_test.py -> build/lib/certbot_nginx/tests copying certbot_nginx/tests/tls_sni_01_test.py -> build/lib/certbot_nginx/tests running egg_info writing requirements to certbot_nginx.egg-info/requires.txt writing certbot_nginx.egg-info/PKG-INFO writing top-level names to certbot_nginx.egg-info/top_level.txt writing dependency_links to certbot_nginx.egg-info/dependency_links.txt writing entry points to certbot_nginx.egg-info/entry_points.txt reading manifest file 'certbot_nginx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'certbot_nginx.egg-info/SOURCES.txt' copying certbot_nginx/options-ssl-nginx.conf -> build/lib/certbot_nginx creating build/lib/certbot_nginx/tests/testdata creating build/lib/certbot_nginx/tests/testdata/etc_nginx copying certbot_nginx/tests/testdata/etc_nginx/broken.conf -> build/lib/certbot_nginx/tests/testdata/etc_nginx copying certbot_nginx/tests/testdata/etc_nginx/comment_in_file.conf -> build/lib/certbot_nginx/tests/testdata/etc_nginx copying certbot_nginx/tests/testdata/etc_nginx/edge_cases.conf -> build/lib/certbot_nginx/tests/testdata/etc_nginx copying certbot_nginx/tests/testdata/etc_nginx/foo.conf -> build/lib/certbot_nginx/tests/testdata/etc_nginx copying certbot_nginx/tests/testdata/etc_nginx/mime.types -> build/lib/certbot_nginx/tests/testdata/etc_nginx copying certbot_nginx/tests/testdata/etc_nginx/minimalistic_comments.conf -> build/lib/certbot_nginx/tests/testdata/etc_nginx copying certbot_nginx/tests/testdata/etc_nginx/multiline_quotes.conf -> build/lib/certbot_nginx/tests/testdata/etc_nginx copying certbot_nginx/tests/testdata/etc_nginx/nginx.conf -> build/lib/certbot_nginx/tests/testdata/etc_nginx copying certbot_nginx/tests/testdata/etc_nginx/server.conf -> build/lib/certbot_nginx/tests/testdata/etc_nginx creating build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying certbot_nginx/tests/testdata/etc_nginx/sites-enabled/default -> build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying certbot_nginx/tests/testdata/etc_nginx/sites-enabled/example.com -> build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying certbot_nginx/tests/testdata/etc_nginx/sites-enabled/globalssl.com -> build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying certbot_nginx/tests/testdata/etc_nginx/sites-enabled/headers.com -> build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying certbot_nginx/tests/testdata/etc_nginx/sites-enabled/ipv6.com -> build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying certbot_nginx/tests/testdata/etc_nginx/sites-enabled/ipv6ssl.com -> build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying certbot_nginx/tests/testdata/etc_nginx/sites-enabled/migration.com -> build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying certbot_nginx/tests/testdata/etc_nginx/sites-enabled/sslon.com -> build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled creating build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6 creating build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost creating build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/fastcgi_params -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/koi-utf -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/koi-win -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/mime.types -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/naxsi-ui.conf.1.4.1 -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/naxsi.rules -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/naxsi_core.rules -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/nginx.conf -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/proxy_params -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/scgi_params -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/uwsgi_params -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/win-utf -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx creating build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-available copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-available/default -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-available creating build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-enabled copying certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-enabled/default -> build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-enabled + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wFERVS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch + cd certbot-nginx-0.27.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running install running install_lib creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx copying build/lib/certbot_nginx/configurator.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx copying build/lib/certbot_nginx/parser.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx copying build/lib/certbot_nginx/constants.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx copying build/lib/certbot_nginx/options-ssl-nginx.conf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx copying build/lib/certbot_nginx/tls_sni_01.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx copying build/lib/certbot_nginx/nginxparser.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx copying build/lib/certbot_nginx/http_01.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx copying build/lib/certbot_nginx/display_ops.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx copying build/lib/certbot_nginx/obj.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx copying build/lib/certbot_nginx/__init__.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests copying build/lib/certbot_nginx/tests/parser_test.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests copying build/lib/certbot_nginx/tests/util.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests copying build/lib/certbot_nginx/tests/obj_test.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests copying build/lib/certbot_nginx/tests/http_01_test.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests copying build/lib/certbot_nginx/tests/configurator_test.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests copying build/lib/certbot_nginx/tests/__init__.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests copying build/lib/certbot_nginx/tests/nginxparser_test.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/minimalistic_comments.conf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/broken.conf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/server.conf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/mime.types -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/foo.conf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6 creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/naxsi_core.rules -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/fastcgi_params -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/mime.types -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-available copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-available/default -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-available copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/naxsi.rules -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/uwsgi_params -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/koi-win -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/scgi_params -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/win-utf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-enabled/default -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/naxsi-ui.conf.1.4.1 -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/nginx.conf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/proxy_params -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/koi-utf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/edge_cases.conf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/comment_in_file.conf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx copying build/lib/certbot_nginx/tests/testdata/etc_nginx/multiline_quotes.conf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx creating /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/ipv6.com -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/ipv6ssl.com -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/migration.com -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/globalssl.com -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/example.com -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/sslon.com -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/default -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/sites-enabled/headers.com -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx/sites-enabled copying build/lib/certbot_nginx/tests/testdata/etc_nginx/nginx.conf -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/testdata/etc_nginx copying build/lib/certbot_nginx/tests/display_ops_test.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests copying build/lib/certbot_nginx/tests/tls_sni_01_test.py -> /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/configurator.py to configurator.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tls_sni_01.py to tls_sni_01.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/nginxparser.py to nginxparser.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/http_01.py to http_01.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/display_ops.py to display_ops.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/obj.py to obj.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/parser_test.py to parser_test.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/obj_test.py to obj_test.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/http_01_test.py to http_01_test.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/configurator_test.py to configurator_test.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/nginxparser_test.py to nginxparser_test.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/display_ops_test.py to display_ops_test.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx/tests/tls_sni_01_test.py to tls_sni_01_test.pyc writing byte-compilation script '/tmp/tmpKsWix_.py' /usr/bin/python2 -O /tmp/tmpKsWix_.py removing /tmp/tmpKsWix_.py running install_egg_info running egg_info writing requirements to certbot_nginx.egg-info/requires.txt writing certbot_nginx.egg-info/PKG-INFO writing top-level names to certbot_nginx.egg-info/top_level.txt writing dependency_links to certbot_nginx.egg-info/dependency_links.txt writing entry points to certbot_nginx.egg-info/entry_points.txt reading manifest file 'certbot_nginx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'certbot_nginx.egg-info/SOURCES.txt' Copying certbot_nginx.egg-info to /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/certbot_nginx-0.27.1-py2.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/certbot-nginx-0.27.1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.oUJiLb + umask 022 + cd /builddir/build/BUILD + cd certbot-nginx-0.27.1 + /usr/bin/python2 setup.py test /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running test running egg_info writing requirements to certbot_nginx.egg-info/requires.txt writing certbot_nginx.egg-info/PKG-INFO writing top-level names to certbot_nginx.egg-info/top_level.txt writing dependency_links to certbot_nginx.egg-info/dependency_links.txt writing entry points to certbot_nginx.egg-info/entry_points.txt reading manifest file 'certbot_nginx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'certbot_nginx.egg-info/SOURCES.txt' running build_ext test__do_for_subarray (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_abs_path (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_add_server_directives (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_comment_directive (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_comment_is_repeatable (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_comment_out_directive (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_duplicate_vhost (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_duplicate_vhost_remove_ipv6only (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_filedump (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_get_best_match (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_get_vhosts (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_get_vhosts_global_ssl (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_has_ssl_on_directive (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_load (certbot_nginx.tests.parser_test.NginxParserTest) Test recursive conf file parsing. ... ok test_parse_server_global_ssl_applied (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_parse_server_raw_ssl (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_parse_server_raw_unix (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_remove_server_directives (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_replace_server_directives (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_root_absolute (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_root_no_trailing_slash (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_root_normalized (certbot_nginx.tests.parser_test.NginxParserTest) ... ok test_eq (certbot_nginx.tests.obj_test.AddrTest) ... ok test_equivalent_any_addresses (certbot_nginx.tests.obj_test.AddrTest) ... ok test_fromstring (certbot_nginx.tests.obj_test.AddrTest) ... ok test_set_inclusion (certbot_nginx.tests.obj_test.AddrTest) ... ok test_str (certbot_nginx.tests.obj_test.AddrTest) ... ok test_to_string (certbot_nginx.tests.obj_test.AddrTest) ... ok test_contains_list (certbot_nginx.tests.obj_test.VirtualHostTest) ... ok test_eq (certbot_nginx.tests.obj_test.VirtualHostTest) ... ok test_has_header (certbot_nginx.tests.obj_test.VirtualHostTest) ... ok test_str (certbot_nginx.tests.obj_test.VirtualHostTest) ... ok test_mod_config (certbot_nginx.tests.http_01_test.HttpPerformTest) ... ok test_perform0 (certbot_nginx.tests.http_01_test.HttpPerformTest) ... ok test_perform1 (certbot_nginx.tests.http_01_test.HttpPerformTest) ... ok test_perform2 (certbot_nginx.tests.http_01_test.HttpPerformTest) ... ok test_docs_value (certbot_nginx.tests.configurator_test.DetermineDefaultServerRootTest) ... ok test_real_values (certbot_nginx.tests.configurator_test.DetermineDefaultServerRootTest) ... ok test_current_file (certbot_nginx.tests.configurator_test.InstallSslOptionsConfTest) ... ok test_current_file_hash_in_all_hashes (certbot_nginx.tests.configurator_test.InstallSslOptionsConfTest) ... ok test_manually_modified_current_file_does_not_update (certbot_nginx.tests.configurator_test.InstallSslOptionsConfTest) ... ok test_manually_modified_past_file_warns (certbot_nginx.tests.configurator_test.InstallSslOptionsConfTest) ... ok test_no_file (certbot_nginx.tests.configurator_test.InstallSslOptionsConfTest) ... ok test_prev_file_updates_to_current (certbot_nginx.tests.configurator_test.InstallSslOptionsConfTest) ... ok test_certbot_redirect_exists (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_choose_vhosts (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_choose_vhosts_wildcard (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_choose_vhosts_wildcard_no_ssl_filter_port (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_choose_vhosts_wildcard_redirect (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_config_test (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_config_test_bad_process (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_cert (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_cert_add_explicit_listen (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_cert_raise_on_add_error (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_cert_requires_fullchain_path (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_cert_wildcard (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_cert_wildcard_no_vhosts (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_no_match_add_redirect (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_no_match_default_set (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_no_match_default_set_multi_level_path (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_no_match_fail_multiple_defaults (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_no_match_multiple_defaults_ok (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_deploy_no_match_no_default_set (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_double_redirect (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_enhance (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_enhance_wildcard_double_redirect (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_enhance_wildcard_ocsp_after_install (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_enhance_wildcard_redirect_or_ocsp_no_install (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_get_all_names (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_get_chall_pref (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_get_snakeoil_paths (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_get_version (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_http_header_hsts (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_http_header_hsts_twice (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_ipv6only (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_ipv6only_detection (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_more_info (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_multiple_headers_hsts (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_nginx_restart (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_nginx_restart_fail (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_no_nginx_start (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_parser_reload_after_config_changes (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_perform_and_cleanup (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_prepare (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_prepare_initializes_version (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_prepare_locked (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_prepare_no_install (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_recovery_routine_throws_error_from_reverter (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_redirect_dont_enhance (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_redirect_enhance (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_revert_challenge_config_throws_error_from_reverter (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_rollback_checkpoints_throws_error_from_reverter (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_save (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_save_throws_error_from_reverter (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_split_for_headers (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_split_for_redirect (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_staple_ocsp (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_staple_ocsp_bad_version (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... No handlers could be found for logger "certbot_nginx.configurator" ok test_staple_ocsp_internal_error (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_staple_ocsp_no_chain_path (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_supported_enhancements (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_view_config_changes_throws_error_from_reverter (certbot_nginx.tests.configurator_test.NginxConfiguratorTest) ... ok test_abort_on_parse_failure (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_access_log (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_add_header (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_assignments (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_blocks (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_comment_in_block (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_comments (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_dump_as_file (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_dump_as_string (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_edge_cases (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_issue_518 (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_map_then_assignment_in_block (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_nested_blocks (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_parse_from_file (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_parse_from_file2 (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_parse_from_file3 (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_variable_name (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_weird_blocks (certbot_nginx.tests.nginxparser_test.TestRawNginxParser) ... ok test_add (certbot_nginx.tests.nginxparser_test.TestUnspacedList) ... ok test_append (certbot_nginx.tests.nginxparser_test.TestUnspacedList) ... ok test_construction (certbot_nginx.tests.nginxparser_test.TestUnspacedList) ... ok test_extend (certbot_nginx.tests.nginxparser_test.TestUnspacedList) ... ok test_get (certbot_nginx.tests.nginxparser_test.TestUnspacedList) ... ok test_insert (certbot_nginx.tests.nginxparser_test.TestUnspacedList) ... ok test_is_dirty (certbot_nginx.tests.nginxparser_test.TestUnspacedList) ... ok test_rawlists (certbot_nginx.tests.nginxparser_test.TestUnspacedList) ... ok test_set (certbot_nginx.tests.nginxparser_test.TestUnspacedList) ... ok test_select_cancel (certbot_nginx.tests.display_ops_test.SelectVhostMultiTest) ... ok test_select_correct (certbot_nginx.tests.display_ops_test.SelectVhostMultiTest) ... ok test_select_no_input (certbot_nginx.tests.display_ops_test.SelectVhostMultiTest) ... ok test_mod_config (certbot_nginx.tests.tls_sni_01_test.TlsSniPerformTest) ... ok test_mod_config_fail (certbot_nginx.tests.tls_sni_01_test.TlsSniPerformTest) ... ok test_perform (certbot_nginx.tests.tls_sni_01_test.TlsSniPerformTest) ... ok test_perform0 (certbot_nginx.tests.tls_sni_01_test.TlsSniPerformTest) ... ok test_perform1 (certbot_nginx.tests.tls_sni_01_test.TlsSniPerformTest) ... ok test_perform2 (certbot_nginx.tests.tls_sni_01_test.TlsSniPerformTest) ... ok ---------------------------------------------------------------------- Ran 138 tests in 345.250s OK + exit 0 Processing files: python2-certbot-nginx-0.27.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Uuw7h3 + umask 022 + cd /builddir/build/BUILD + cd certbot-nginx-0.27.1 + DOCDIR=/builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/share/doc/python2-certbot-nginx-0.27.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/share/doc/python2-certbot-nginx-0.27.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/share/doc/python2-certbot-nginx-0.27.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wqguBV + umask 022 + cd /builddir/build/BUILD + cd certbot-nginx-0.27.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/share/licenses/python2-certbot-nginx-0.27.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/share/licenses/python2-certbot-nginx-0.27.1 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch/usr/share/licenses/python2-certbot-nginx-0.27.1 + exit 0 Provides: certbot-nginx = 0.27.1-1.el7 python-certbot-nginx = 0.27.1-1.el7 python2-certbot-nginx = 0.27.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-certbot-nginx < 0.27.1-1.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-certbot-nginx-0.27.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4aK0Wt + umask 022 + cd /builddir/build/BUILD + cd certbot-nginx-0.27.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-certbot-nginx-0.27.1-1.el7.noarch + exit 0 Child return code was: 0