Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/certbot.spec'], chrootPath='/var/lib/mock/f28-build-13491002-979015/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/certbot.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 warning: Macro expanded in comment on line 237: %{_mandir}/man1/%{name}* Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/certbot-0.26.1-2.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/certbot.spec'], chrootPath='/var/lib/mock/f28-build-13491002-979015/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/certbot.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 warning: Macro expanded in comment on line 237: %{_mandir}/man1/%{name}* Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jDFaan + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf certbot-0.26.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/certbot-0.26.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd certbot-0.26.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1XlZgX + umask 022 + cd /builddir/build/BUILD + cd certbot-0.26.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 -m32 -march=i686 -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/certbot copying certbot/crypto_util.py -> build/lib/certbot copying certbot/ocsp.py -> build/lib/certbot copying certbot/account.py -> build/lib/certbot copying certbot/cli.py -> build/lib/certbot copying certbot/renewal.py -> build/lib/certbot copying certbot/achallenges.py -> build/lib/certbot copying certbot/util.py -> build/lib/certbot copying certbot/constants.py -> build/lib/certbot copying certbot/eff.py -> build/lib/certbot copying certbot/configuration.py -> build/lib/certbot copying certbot/interfaces.py -> build/lib/certbot copying certbot/auth_handler.py -> build/lib/certbot copying certbot/lock.py -> build/lib/certbot copying certbot/storage.py -> build/lib/certbot copying certbot/errors.py -> build/lib/certbot copying certbot/notify.py -> build/lib/certbot copying certbot/__init__.py -> build/lib/certbot copying certbot/client.py -> build/lib/certbot copying certbot/main.py -> build/lib/certbot copying certbot/reverter.py -> build/lib/certbot copying certbot/log.py -> build/lib/certbot copying certbot/hooks.py -> build/lib/certbot copying certbot/reporter.py -> build/lib/certbot copying certbot/cert_manager.py -> build/lib/certbot copying certbot/error_handler.py -> build/lib/certbot copying certbot/updater.py -> build/lib/certbot creating build/lib/certbot/display copying certbot/display/enhancements.py -> build/lib/certbot/display copying certbot/display/completer.py -> build/lib/certbot/display copying certbot/display/util.py -> build/lib/certbot/display copying certbot/display/ops.py -> build/lib/certbot/display copying certbot/display/__init__.py -> build/lib/certbot/display copying certbot/display/dummy_readline.py -> build/lib/certbot/display creating build/lib/certbot/tests copying certbot/tests/configuration_test.py -> build/lib/certbot/tests copying certbot/tests/errors_test.py -> build/lib/certbot/tests copying certbot/tests/storage_test.py -> build/lib/certbot/tests copying certbot/tests/client_test.py -> build/lib/certbot/tests copying certbot/tests/hook_test.py -> build/lib/certbot/tests copying certbot/tests/reporter_test.py -> build/lib/certbot/tests copying certbot/tests/cert_manager_test.py -> build/lib/certbot/tests copying certbot/tests/notify_test.py -> build/lib/certbot/tests copying certbot/tests/util.py -> build/lib/certbot/tests copying certbot/tests/renewupdater_test.py -> build/lib/certbot/tests copying certbot/tests/crypto_util_test.py -> build/lib/certbot/tests copying certbot/tests/error_handler_test.py -> build/lib/certbot/tests copying certbot/tests/reverter_test.py -> build/lib/certbot/tests copying certbot/tests/account_test.py -> build/lib/certbot/tests copying certbot/tests/renewal_test.py -> build/lib/certbot/tests copying certbot/tests/cli_test.py -> build/lib/certbot/tests copying certbot/tests/__init__.py -> build/lib/certbot/tests copying certbot/tests/auth_handler_test.py -> build/lib/certbot/tests copying certbot/tests/log_test.py -> build/lib/certbot/tests copying certbot/tests/util_test.py -> build/lib/certbot/tests copying certbot/tests/main_test.py -> build/lib/certbot/tests copying certbot/tests/lock_test.py -> build/lib/certbot/tests copying certbot/tests/eff_test.py -> build/lib/certbot/tests copying certbot/tests/acme_util.py -> build/lib/certbot/tests copying certbot/tests/ocsp_test.py -> build/lib/certbot/tests creating build/lib/certbot/plugins copying certbot/plugins/storage_test.py -> build/lib/certbot/plugins copying certbot/plugins/manual.py -> build/lib/certbot/plugins copying certbot/plugins/webroot_test.py -> build/lib/certbot/plugins copying certbot/plugins/selection.py -> build/lib/certbot/plugins copying certbot/plugins/null.py -> build/lib/certbot/plugins copying certbot/plugins/standalone.py -> build/lib/certbot/plugins copying certbot/plugins/manual_test.py -> build/lib/certbot/plugins copying certbot/plugins/enhancements.py -> build/lib/certbot/plugins copying certbot/plugins/common.py -> build/lib/certbot/plugins copying certbot/plugins/common_test.py -> build/lib/certbot/plugins copying certbot/plugins/util.py -> build/lib/certbot/plugins copying certbot/plugins/dns_common.py -> build/lib/certbot/plugins copying certbot/plugins/dns_test_common_lexicon.py -> build/lib/certbot/plugins copying certbot/plugins/disco.py -> build/lib/certbot/plugins copying certbot/plugins/storage.py -> build/lib/certbot/plugins copying certbot/plugins/__init__.py -> build/lib/certbot/plugins copying certbot/plugins/enhancements_test.py -> build/lib/certbot/plugins copying certbot/plugins/dns_common_test.py -> build/lib/certbot/plugins copying certbot/plugins/null_test.py -> build/lib/certbot/plugins copying certbot/plugins/util_test.py -> build/lib/certbot/plugins copying certbot/plugins/standalone_test.py -> build/lib/certbot/plugins copying certbot/plugins/dns_common_lexicon_test.py -> build/lib/certbot/plugins copying certbot/plugins/dns_test_common.py -> build/lib/certbot/plugins copying certbot/plugins/dns_common_lexicon.py -> build/lib/certbot/plugins copying certbot/plugins/disco_test.py -> build/lib/certbot/plugins copying certbot/plugins/selection_test.py -> build/lib/certbot/plugins copying certbot/plugins/webroot.py -> build/lib/certbot/plugins creating build/lib/certbot/tests/display copying certbot/tests/display/ops_test.py -> build/lib/certbot/tests/display copying certbot/tests/display/__init__.py -> build/lib/certbot/tests/display copying certbot/tests/display/enhancements_test.py -> build/lib/certbot/tests/display copying certbot/tests/display/util_test.py -> build/lib/certbot/tests/display copying certbot/tests/display/completer_test.py -> build/lib/certbot/tests/display running egg_info writing requirements to certbot.egg-info/requires.txt writing certbot.egg-info/PKG-INFO writing top-level names to certbot.egg-info/top_level.txt writing dependency_links to certbot.egg-info/dependency_links.txt writing entry points to certbot.egg-info/entry_points.txt reading manifest file 'certbot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'certbot.egg-info/SOURCES.txt' copying certbot/ssl-dhparams.pem -> build/lib/certbot creating build/lib/certbot/tests/testdata copying certbot/tests/testdata/README -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/cert-5sans_512.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/cert-nosans_nistp256.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/cert-san_512.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/cert_2048.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/cert_512.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/cert_512_bad.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/cert_fullchain_2048.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/cli.ini -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/csr-6sans_512.conf -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/csr-6sans_512.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/csr-nonames_512.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/csr-nosans_512.conf -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/csr-nosans_512.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/csr-nosans_nistp256.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/csr-san_512.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/csr_512.der -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/csr_512.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/nistp256_key.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/os-release -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/rsa2048_key.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/rsa256_key.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/rsa512_key.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/sample-renewal-ancient.conf -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/sample-renewal.conf -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/webrootconftest.ini -> build/lib/certbot/tests/testdata creating build/lib/certbot/tests/testdata/sample-archive copying certbot/tests/testdata/sample-archive/cert1.pem -> build/lib/certbot/tests/testdata/sample-archive copying certbot/tests/testdata/sample-archive/chain1.pem -> build/lib/certbot/tests/testdata/sample-archive copying certbot/tests/testdata/sample-archive/fullchain1.pem -> build/lib/certbot/tests/testdata/sample-archive copying certbot/tests/testdata/sample-archive/privkey1.pem -> build/lib/certbot/tests/testdata/sample-archive + 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 -m32 -march=i686 -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/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py running egg_info writing certbot.egg-info/PKG-INFO writing dependency_links to certbot.egg-info/dependency_links.txt writing entry points to certbot.egg-info/entry_points.txt writing requirements to certbot.egg-info/requires.txt writing top-level names to certbot.egg-info/top_level.txt reading manifest file 'certbot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'certbot.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CMpbTD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch ++ dirname /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch + cd certbot-0.26.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 -m32 -march=i686 -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/certbot-0.26.1-2.fc28.noarch running install running install_lib creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/crypto_util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/ocsp.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/account.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/cli.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/renewal.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/achallenges.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display copying build/lib/certbot/display/enhancements.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display copying build/lib/certbot/display/completer.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display copying build/lib/certbot/display/util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display copying build/lib/certbot/display/ops.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display copying build/lib/certbot/display/__init__.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display copying build/lib/certbot/display/dummy_readline.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display copying build/lib/certbot/util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/constants.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/eff.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/configuration.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/interfaces.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/auth_handler.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/configuration_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/errors_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/storage_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/client_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/hook_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/reporter_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/cert_manager_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/ops_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/__init__.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/enhancements_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/util_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/completer_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/notify_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/renewupdater_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/crypto_util_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/error_handler_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/reverter_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/account_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/renewal_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/cli_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/__init__.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/auth_handler_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/log_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/util_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/main_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/lock_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/eff_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/acme_util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests copying build/lib/certbot/tests/ocsp_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-san_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-6sans_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-san_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa512_key.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cli.ini -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa2048_key.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/privkey1.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/fullchain1.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/chain1.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/cert1.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/csr-nonames_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_fullchain_2048.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr_512.der -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_nistp256.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/sample-renewal.conf -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/webrootconftest.ini -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_512.conf -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-6sans_512.conf -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-nosans_nistp256.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/sample-renewal-ancient.conf -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa256_key.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_2048.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_512_bad.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/nistp256_key.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-5sans_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/README -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/os-release -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/testdata copying build/lib/certbot/lock.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/ssl-dhparams.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/storage.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/errors.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/notify.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/__init__.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/client.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/main.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/reverter.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/log.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/hooks.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/reporter.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/storage_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/manual.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/webroot_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/selection.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/null.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/standalone.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/manual_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/enhancements.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/common.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/common_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_test_common_lexicon.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/disco.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/storage.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/__init__.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/enhancements_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/null_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/util_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/standalone_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common_lexicon_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_test_common.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common_lexicon.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/disco_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/selection_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/webroot.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins copying build/lib/certbot/cert_manager.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/error_handler.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot copying build/lib/certbot/updater.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/crypto_util.py to crypto_util.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/ocsp.py to ocsp.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/account.py to account.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/renewal.py to renewal.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/achallenges.py to achallenges.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display/enhancements.py to enhancements.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display/completer.py to completer.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display/ops.py to ops.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/display/dummy_readline.py to dummy_readline.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/eff.py to eff.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/configuration.py to configuration.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/auth_handler.py to auth_handler.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/configuration_test.py to configuration_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/errors_test.py to errors_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/storage_test.py to storage_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/client_test.py to client_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/hook_test.py to hook_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/reporter_test.py to reporter_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/cert_manager_test.py to cert_manager_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display/ops_test.py to ops_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display/enhancements_test.py to enhancements_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display/util_test.py to util_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/display/completer_test.py to completer_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/notify_test.py to notify_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/renewupdater_test.py to renewupdater_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/crypto_util_test.py to crypto_util_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/error_handler_test.py to error_handler_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/reverter_test.py to reverter_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/account_test.py to account_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/renewal_test.py to renewal_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/cli_test.py to cli_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/auth_handler_test.py to auth_handler_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/log_test.py to log_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/util_test.py to util_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/main_test.py to main_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/lock_test.py to lock_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/eff_test.py to eff_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/acme_util.py to acme_util.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/tests/ocsp_test.py to ocsp_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/lock.py to lock.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/notify.py to notify.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/reverter.py to reverter.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/reporter.py to reporter.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/storage_test.py to storage_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/manual.py to manual.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/webroot_test.py to webroot_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/selection.py to selection.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/null.py to null.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/standalone.py to standalone.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/manual_test.py to manual_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/enhancements.py to enhancements.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/common_test.py to common_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/dns_common.py to dns_common.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/dns_test_common_lexicon.py to dns_test_common_lexicon.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/disco.py to disco.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/enhancements_test.py to enhancements_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/dns_common_test.py to dns_common_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/null_test.py to null_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/util_test.py to util_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/standalone_test.py to standalone_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/dns_common_lexicon_test.py to dns_common_lexicon_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/dns_test_common.py to dns_test_common.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/dns_common_lexicon.py to dns_common_lexicon.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/disco_test.py to disco_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/selection_test.py to selection_test.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/plugins/webroot.py to webroot.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/cert_manager.py to cert_manager.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/error_handler.py to error_handler.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot/updater.py to updater.pyc writing byte-compilation script '/tmp/tmpeDJiuq.py' /usr/bin/python2 -O /tmp/tmpeDJiuq.py removing /tmp/tmpeDJiuq.py running install_egg_info running egg_info writing requirements to certbot.egg-info/requires.txt writing certbot.egg-info/PKG-INFO writing top-level names to certbot.egg-info/top_level.txt writing dependency_links to certbot.egg-info/dependency_links.txt writing entry points to certbot.egg-info/entry_points.txt reading manifest file 'certbot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'certbot.egg-info/SOURCES.txt' Copying certbot.egg-info to /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7/site-packages/certbot-0.26.1-py2.7.egg-info running install_scripts Installing certbot script to /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/bin + mv /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/bin/certbot /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/bin/certbot-2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -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/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch running install running install_lib creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/crypto_util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/ocsp.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/account.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/cli.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/renewal.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/achallenges.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display copying build/lib/certbot/display/enhancements.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display copying build/lib/certbot/display/completer.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display copying build/lib/certbot/display/util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display copying build/lib/certbot/display/ops.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display copying build/lib/certbot/display/__init__.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display copying build/lib/certbot/display/dummy_readline.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display copying build/lib/certbot/util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/constants.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/eff.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/configuration.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/interfaces.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/auth_handler.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/configuration_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/errors_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/storage_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/client_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/hook_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/reporter_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/cert_manager_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/ops_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/__init__.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/enhancements_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/util_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/completer_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display copying build/lib/certbot/tests/notify_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/renewupdater_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/crypto_util_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/error_handler_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/reverter_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/account_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/renewal_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/cli_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/__init__.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/auth_handler_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/log_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/util_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/main_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/lock_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/eff_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/acme_util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests copying build/lib/certbot/tests/ocsp_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-san_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-6sans_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-san_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa512_key.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cli.ini -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa2048_key.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/privkey1.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/fullchain1.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/chain1.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/cert1.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/csr-nonames_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_fullchain_2048.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr_512.der -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_nistp256.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/sample-renewal.conf -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/webrootconftest.ini -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_512.conf -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-6sans_512.conf -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-nosans_nistp256.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/sample-renewal-ancient.conf -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa256_key.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_2048.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_512_bad.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/nistp256_key.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-5sans_512.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/README -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/os-release -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/testdata copying build/lib/certbot/lock.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/ssl-dhparams.pem -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/storage.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/errors.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/notify.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/__init__.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/client.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/main.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/reverter.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/log.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/hooks.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/reporter.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot creating /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/storage_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/manual.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/webroot_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/selection.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/null.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/standalone.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/manual_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/enhancements.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/common.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/common_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/util.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_test_common_lexicon.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/disco.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/storage.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/__init__.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/enhancements_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/null_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/util_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/standalone_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common_lexicon_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_test_common.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common_lexicon.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/disco_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/selection_test.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/plugins/webroot.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins copying build/lib/certbot/cert_manager.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/error_handler.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot copying build/lib/certbot/updater.py -> /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/crypto_util.py to crypto_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/ocsp.py to ocsp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/account.py to account.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/cli.py to cli.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/renewal.py to renewal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/achallenges.py to achallenges.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display/enhancements.py to enhancements.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display/completer.py to completer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display/ops.py to ops.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/display/dummy_readline.py to dummy_readline.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/eff.py to eff.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/configuration.py to configuration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/interfaces.py to interfaces.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/auth_handler.py to auth_handler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/configuration_test.py to configuration_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/errors_test.py to errors_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/storage_test.py to storage_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/client_test.py to client_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/hook_test.py to hook_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/reporter_test.py to reporter_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/cert_manager_test.py to cert_manager_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display/ops_test.py to ops_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display/enhancements_test.py to enhancements_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display/util_test.py to util_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/display/completer_test.py to completer_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/notify_test.py to notify_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/renewupdater_test.py to renewupdater_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/crypto_util_test.py to crypto_util_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/error_handler_test.py to error_handler_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/reverter_test.py to reverter_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/account_test.py to account_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/renewal_test.py to renewal_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/cli_test.py to cli_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/auth_handler_test.py to auth_handler_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/log_test.py to log_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/util_test.py to util_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/main_test.py to main_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/lock_test.py to lock_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/eff_test.py to eff_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/acme_util.py to acme_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/tests/ocsp_test.py to ocsp_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/lock.py to lock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/storage.py to storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/notify.py to notify.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/reverter.py to reverter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/log.py to log.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/hooks.py to hooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/reporter.py to reporter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/storage_test.py to storage_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/manual.py to manual.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/webroot_test.py to webroot_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/selection.py to selection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/null.py to null.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/standalone.py to standalone.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/manual_test.py to manual_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/enhancements.py to enhancements.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/common_test.py to common_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/dns_common.py to dns_common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/dns_test_common_lexicon.py to dns_test_common_lexicon.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/disco.py to disco.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/storage.py to storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/enhancements_test.py to enhancements_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/dns_common_test.py to dns_common_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/null_test.py to null_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/util_test.py to util_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/standalone_test.py to standalone_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/dns_common_lexicon_test.py to dns_common_lexicon_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/dns_test_common.py to dns_test_common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/dns_common_lexicon.py to dns_common_lexicon.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/disco_test.py to disco_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/selection_test.py to selection_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/plugins/webroot.py to webroot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/cert_manager.py to cert_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/error_handler.py to error_handler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot/updater.py to updater.cpython-36.pyc writing byte-compilation script '/tmp/tmphrd01d_u.py' /usr/bin/python3 /tmp/tmphrd01d_u.py removing /tmp/tmphrd01d_u.py running install_egg_info running egg_info writing certbot.egg-info/PKG-INFO writing dependency_links to certbot.egg-info/dependency_links.txt writing entry points to certbot.egg-info/entry_points.txt writing requirements to certbot.egg-info/requires.txt writing top-level names to certbot.egg-info/top_level.txt reading manifest file 'certbot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'certbot.egg-info/SOURCES.txt' Copying certbot.egg-info to /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6/site-packages/certbot-0.26.1-py3.6.egg-info running install_scripts Installing certbot script to /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/bin + mv /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/bin/certbot /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/bin/certbot-3 + ln -sf /usr/bin/certbot /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/bin/letsencrypt + ln -s /usr/bin/certbot-3 /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/bin/certbot + install -Dm 0644 /builddir/build/SOURCES/certbot-renew-systemd.service /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/systemd/system/certbot-renew.service + install -Dm 0644 /builddir/build/SOURCES/certbot-renew-systemd.timer /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/systemd/system/certbot-renew.timer + install -Dm 0644 /builddir/build/SOURCES/certbot-sysconfig-certbot /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/etc/sysconfig/certbot + mv /builddir/build/SOURCES/certbot-README.fedora README.fedora + install -dm 0755 /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/etc/letsencrypt + install -dm 0755 /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/var/lib/letsencrypt + /usr/lib/rpm/find-debuginfo.sh -j48 --strict-build-id -m -i --build-id-seed 0.26.1-2.fc28 --unique-debug-suffix -0.26.1-2.fc28.noarch --unique-debug-src-base certbot-0.26.1-2.fc28.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/certbot-0.26.1 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: /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/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 /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs '' '' /usr/share/lmod/lmod/init/bash: line 15: __lmod_vx: unbound variable Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GpClNx + umask 022 + cd /builddir/build/BUILD + cd certbot-0.26.1 + /usr/bin/python2 setup.py test running test running egg_info writing requirements to certbot.egg-info/requires.txt writing certbot.egg-info/PKG-INFO writing top-level names to certbot.egg-info/top_level.txt writing dependency_links to certbot.egg-info/dependency_links.txt writing entry points to certbot.egg-info/entry_points.txt reading manifest file 'certbot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'certbot.egg-info/SOURCES.txt' running build_ext test_absolute_paths (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_dynamic_dirs (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_get_and_set_attr (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_hook_directories (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_init_same_ports (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_proxy_getattr (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_renewal_absolute_paths (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_renewal_dynamic_dirs (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_server_path (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_str (certbot.tests.errors_test.FailedChallengesTest) ... ok test_unicode (certbot.tests.errors_test.FailedChallengesTest) ... ok test_instance_args (certbot.tests.errors_test.StandaloneBindErrorTest) ... ok test_str (certbot.tests.errors_test.StandaloneBindErrorTest) ... ok test_no_such_cert_name (certbot.tests.storage_test.CertPathForCertNameTest) ... ok test_simple_cert_name (certbot.tests.storage_test.CertPathForCertNameTest) ... ok test_bad_renewal_config (certbot.tests.storage_test.DeleteFilesTest) ... ok test_delete_all_files (certbot.tests.storage_test.DeleteFilesTest) ... ok test_livedir_not_empty (certbot.tests.storage_test.DeleteFilesTest) ... ok test_no_archive (certbot.tests.storage_test.DeleteFilesTest) ... ok test_no_cert_file (certbot.tests.storage_test.DeleteFilesTest) ... ok test_no_readme_file (certbot.tests.storage_test.DeleteFilesTest) ... ok test_no_renewal_config (certbot.tests.storage_test.DeleteFilesTest) ... ok test_add_time_interval (certbot.tests.storage_test.RenewableCertTests) ... ok test_autodeployment_is_enabled (certbot.tests.storage_test.RenewableCertTests) ... ok test_autorenewal_is_enabled (certbot.tests.storage_test.RenewableCertTests) ... ok test_bad_kind (certbot.tests.storage_test.RenewableCertTests) ... ok test_consistent (certbot.tests.storage_test.RenewableCertTests) ... ok test_current_target (certbot.tests.storage_test.RenewableCertTests) ... ok test_current_version (certbot.tests.storage_test.RenewableCertTests) ... ok test_ensure_deployed (certbot.tests.storage_test.RenewableCertTests) ... ok test_has_pending_deployment (certbot.tests.storage_test.RenewableCertTests) ... ok test_initialization (certbot.tests.storage_test.RenewableCertTests) ... ok test_invalid_config_filename (certbot.tests.storage_test.RenewableCertTests) ... ok test_is_test_cert (certbot.tests.storage_test.RenewableCertTests) ... ok test_latest_and_next_versions (certbot.tests.storage_test.RenewableCertTests) ... ok test_missing_cert (certbot.tests.storage_test.RenewableCertTests) ... ok test_names (certbot.tests.storage_test.RenewableCertTests) ... ok test_new_lineage (certbot.tests.storage_test.RenewableCertTests) Test for new_lineage() class method. ... ok test_new_lineage_nonexistent_dirs (certbot.tests.storage_test.RenewableCertTests) Test that directories can be created if they don't exist. ... ok test_no_current_version (certbot.tests.storage_test.RenewableCertTests) ... ok test_no_renewal_version (certbot.tests.storage_test.RenewableCertTests) ... ok test_ocsp_revoked (certbot.tests.storage_test.RenewableCertTests) ... ok test_relevant_values (certbot.tests.storage_test.RenewableCertTests) Test that relevant_values() can reject an irrelevant value. ... ok test_relevant_values_bool (certbot.tests.storage_test.RenewableCertTests) ... ok test_relevant_values_default (certbot.tests.storage_test.RenewableCertTests) Test that relevant_values() can reject a default value. ... ok test_relevant_values_namespace (certbot.tests.storage_test.RenewableCertTests) ... ok test_relevant_values_nondefault (certbot.tests.storage_test.RenewableCertTests) Test that relevant_values() can retain a non-default value. ... ok test_relevant_values_plugins_none (certbot.tests.storage_test.RenewableCertTests) ... ok test_relevant_values_server (certbot.tests.storage_test.RenewableCertTests) ... ok test_relevant_values_str (certbot.tests.storage_test.RenewableCertTests) ... ok test_renewal_bad_config (certbot.tests.storage_test.RenewableCertTests) Test that the RenewableCert constructor will complain if ... ok test_renewal_incomplete_config (certbot.tests.storage_test.RenewableCertTests) Test that the RenewableCert constructor will complain if ... ok test_renewal_newer_version (certbot.tests.storage_test.RenewableCertTests) ... ok test_save_successor (certbot.tests.storage_test.RenewableCertTests) ... ok test_should_autodeploy (certbot.tests.storage_test.RenewableCertTests) Test should_autodeploy() on the basis of reasons other than ... ok test_should_autorenew (certbot.tests.storage_test.RenewableCertTests) Test should_autorenew on the basis of reasons other than ... ok test_time_interval_judgments (certbot.tests.storage_test.RenewableCertTests) Test should_autodeploy() and should_autorenew() on the basis ... ok test_update_all_links_to_full_failure (certbot.tests.storage_test.RenewableCertTests) ... No handlers could be found for logger "certbot.error_handler" ok test_update_all_links_to_partial_failure (certbot.tests.storage_test.RenewableCertTests) ... ok test_update_all_links_to_success (certbot.tests.storage_test.RenewableCertTests) ... ok test_update_link_to (certbot.tests.storage_test.RenewableCertTests) ... ok test_update_symlinks (certbot.tests.storage_test.RenewableCertTests) ... ok test_version (certbot.tests.storage_test.RenewableCertTests) ... ok test_write_renewal_config (certbot.tests.storage_test.RenewableCertTests) ... ok test_deploy_certificate_failure (certbot.tests.client_test.ClientTest) ... ok test_deploy_certificate_restart_failure (certbot.tests.client_test.ClientTest) ... ok test_deploy_certificate_restart_failure2 (certbot.tests.client_test.ClientTest) ... ok test_deploy_certificate_save_failure (certbot.tests.client_test.ClientTest) ... ok test_deploy_certificate_success (certbot.tests.client_test.ClientTest) ... ok test_init_acme_verify_ssl (certbot.tests.client_test.ClientTest) ... ok test_obtain_and_enroll_certificate (certbot.tests.client_test.ClientTest) ... ok test_obtain_certificate (certbot.tests.client_test.ClientTest) ... ok test_obtain_certificate_dry_run (certbot.tests.client_test.ClientTest) ... ok test_obtain_certificate_from_csr (certbot.tests.client_test.ClientTest) ... ok test_obtain_certificate_partial_success (certbot.tests.client_test.ClientTest) ... ok test_save_certificate (certbot.tests.client_test.ClientTest) ... ok test_docs_value (certbot.tests.client_test.DetermineUserAgentTest) ... ok test_real_values (certbot.tests.client_test.DetermineUserAgentTest) ... ok test_already_exists_header (certbot.tests.client_test.EnhanceConfigTest) ... ok test_already_exists_redirect (certbot.tests.client_test.EnhanceConfigTest) ... ok test_ask (certbot.tests.client_test.EnhanceConfigTest) ... ok test_enhance_failure (certbot.tests.client_test.EnhanceConfigTest) ... ok test_no_ask_hsts (certbot.tests.client_test.EnhanceConfigTest) ... ok test_no_ask_redirect (certbot.tests.client_test.EnhanceConfigTest) ... ok test_no_ask_staple (certbot.tests.client_test.EnhanceConfigTest) ... ok test_no_ask_uir (certbot.tests.client_test.EnhanceConfigTest) ... ok test_no_installer (certbot.tests.client_test.EnhanceConfigTest) ... ok test_restart_failure (certbot.tests.client_test.EnhanceConfigTest) ... ok test_restart_failure2 (certbot.tests.client_test.EnhanceConfigTest) ... ok test_save_failure (certbot.tests.client_test.EnhanceConfigTest) ... ok test_unsupported (certbot.tests.client_test.EnhanceConfigTest) ... ok test_dry_run_no_staging_account (certbot.tests.client_test.RegisterTest) Tests dry-run for no staging account, expect account created with no email ... ok test_email_invalid_noninteractive (certbot.tests.client_test.RegisterTest) ... ok test_email_retry (certbot.tests.client_test.RegisterTest) ... ok test_it (certbot.tests.client_test.RegisterTest) ... ok test_needs_email (certbot.tests.client_test.RegisterTest) ... ok test_no_tos (certbot.tests.client_test.RegisterTest) ... ok test_unsupported_error (certbot.tests.client_test.RegisterTest) ... ok test_without_email (certbot.tests.client_test.RegisterTest) ... ok test_no_installer (certbot.tests.client_test.RollbackTest) ... ok test_no_problems (certbot.tests.client_test.RollbackTest) ... ok test_dry_run (certbot.tests.hook_test.DeployHookTest) ... ok test_no_hook (certbot.tests.hook_test.DeployHookTest) ... ok test_success (certbot.tests.hook_test.DeployHookTest) ... ok test_it (certbot.tests.hook_test.ExecuteTest) ... ok test_empty (certbot.tests.hook_test.ListHooksTest) ... ok test_multiple (certbot.tests.hook_test.ListHooksTest) ... ok test_single (certbot.tests.hook_test.ListHooksTest) ... ok test_cert_only_and_run_without_hook (certbot.tests.hook_test.PostHookTest) ... ok test_certonly_and_run_with_hook (certbot.tests.hook_test.PostHookTest) ... ok test_renew_disabled_dir_hooks (certbot.tests.hook_test.PostHookTest) ... ok test_renew_no_config_hook (certbot.tests.hook_test.PostHookTest) ... ok test_renew_no_dir_hook (certbot.tests.hook_test.PostHookTest) ... ok test_renew_no_hooks (certbot.tests.hook_test.PostHookTest) ... ok test_renew_no_overlap (certbot.tests.hook_test.PostHookTest) ... ok test_renew_with_overlap (certbot.tests.hook_test.PostHookTest) ... ok test_certonly (certbot.tests.hook_test.PreHookTest) ... ok test_no_hooks (certbot.tests.hook_test.PreHookTest) ... ok test_renew_disabled_dir_hooks (certbot.tests.hook_test.PreHookTest) ... ok test_renew_no_overlap (certbot.tests.hook_test.PreHookTest) ... ok test_renew_with_overlap (certbot.tests.hook_test.PreHookTest) ... ok test_run (certbot.tests.hook_test.PreHookTest) ... ok test_disabled_dir_hooks (certbot.tests.hook_test.RenewHookTest) ... ok test_dry_run (certbot.tests.hook_test.RenewHookTest) ... ok test_no_hooks (certbot.tests.hook_test.RenewHookTest) ... ok test_no_overlap (certbot.tests.hook_test.RenewHookTest) ... ok test_overlap (certbot.tests.hook_test.RenewHookTest) ... ok test_empty (certbot.tests.hook_test.RunSavedPostHooksTest) ... ok test_multiple (certbot.tests.hook_test.RunSavedPostHooksTest) ... ok test_single (certbot.tests.hook_test.RunSavedPostHooksTest) ... ok test_not_executable (certbot.tests.hook_test.ValidateHookTest) ... ok test_not_found (certbot.tests.hook_test.ValidateHookTest) ... ok test_unset (certbot.tests.hook_test.ValidateHookTest) ... ok test_it (certbot.tests.hook_test.ValidateHooksTest) ... ok test_multiline_message (certbot.tests.reporter_test.ReporterTest) ... ok test_no_tty_print_empty (certbot.tests.reporter_test.ReporterTest) ... ok test_no_tty_successful_exit (certbot.tests.reporter_test.ReporterTest) ... ok test_no_tty_unsuccessful_exit (certbot.tests.reporter_test.ReporterTest) ... ok test_tty_print_empty (certbot.tests.reporter_test.ReporterTest) ... ok test_tty_successful_exit (certbot.tests.reporter_test.ReporterTest) ... ok test_tty_unsuccessful_exit (certbot.tests.reporter_test.ReporterTest) ... ok test_basic_match (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_no_match_exists (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_options_archive_cert (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_options_archive_fullchain (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_options_cert_path (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_options_fullchain (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_certificates_no_files (certbot.tests.cert_manager_test.CertificatesTest) ... ok test_certificates_parse_fail (certbot.tests.cert_manager_test.CertificatesTest) ... ok test_certificates_parse_success (certbot.tests.cert_manager_test.CertificatesTest) ... ok test_certificates_quiet (certbot.tests.cert_manager_test.CertificatesTest) ... ok test_report_human_readable (certbot.tests.cert_manager_test.CertificatesTest) ... ok test_delete_from_config (certbot.tests.cert_manager_test.DeleteTest) Test delete ... ok test_delete_interactive_multiple (certbot.tests.cert_manager_test.DeleteTest) Test delete ... ok test_delete_interactive_single (certbot.tests.cert_manager_test.DeleteTest) Test delete ... ok test_found_match (certbot.tests.cert_manager_test.DomainsForCertnameTest) ... ok test_no_match (certbot.tests.cert_manager_test.DomainsForCertnameTest) ... ok test_find_duplicative_names (certbot.tests.cert_manager_test.DuplicativeCertsTest) ... ok test_get_certnames (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_get_certnames_allow_multiple (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_get_certnames_allow_multiple_custom_prompt (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_get_certnames_allow_multiple_user_abort (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_get_certnames_custom_prompt (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_get_certnames_user_abort (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_found_match (certbot.tests.cert_manager_test.LineageForCertnameTest) ... ok test_no_match (certbot.tests.cert_manager_test.LineageForCertnameTest) ... ok test_no_renewal_file (certbot.tests.cert_manager_test.LineageForCertnameTest) ... ok test_basic_match (certbot.tests.cert_manager_test.MatchAndCheckOverlaps) ... ok test_no_matches (certbot.tests.cert_manager_test.MatchAndCheckOverlaps) ... ok test_too_many_matches (certbot.tests.cert_manager_test.MatchAndCheckOverlaps) ... ok test_no_certname (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_no_existing_certname (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_no_new_certname (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_rename_cert (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_rename_cert_bad_new_certname (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_rename_cert_interactive_certname (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_cert_storage_error (certbot.tests.cert_manager_test.SearchLineagesTest) ... ok test_update_live_symlinks (certbot.tests.cert_manager_test.UpdateLiveSymlinksTest) Test update_live_symlinks ... ok test_cancel (certbot.tests.display.ops_test.ChooseAccountTest) ... ok test_one (certbot.tests.display.ops_test.ChooseAccountTest) ... ok test_two (certbot.tests.display.ops_test.ChooseAccountTest) ... ok test_choose_manually (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_choose_manually_retry (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_filter_namees_override_question (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_filter_names_cancel (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_filter_names_nothing_selected (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_filter_names_valid_return (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_get_valid_domains (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_no_installer (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_no_installer_cancel (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_no_names_choose (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_sort_names_many (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_sort_names_trivial (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_choose_names_success (certbot.tests.display.ops_test.ChooseValuesTest) ... ok test_choose_names_success_question (certbot.tests.display.ops_test.ChooseValuesTest) ... ok test_choose_names_user_cancel (certbot.tests.display.ops_test.ChooseValuesTest) ... ok test_four (certbot.tests.display.ops_test.GenHttpsNamesTest) ... ok test_one (certbot.tests.display.ops_test.GenHttpsNamesTest) ... ok test_three (certbot.tests.display.ops_test.GenHttpsNamesTest) ... ok test_two (certbot.tests.display.ops_test.GenHttpsNamesTest) ... ok test_zero (certbot.tests.display.ops_test.GenHttpsNamesTest) ... ok test_two (certbot.tests.display.ops_test.GenSSLLabURLs) ... ok test_zero (certbot.tests.display.ops_test.GenSSLLabURLs) ... ok test_cancel_none (certbot.tests.display.ops_test.GetEmailTest) ... ok test_invalid_flag (certbot.tests.display.ops_test.GetEmailTest) ... ok test_ok_not_safe (certbot.tests.display.ops_test.GetEmailTest) ... ok test_ok_safe (certbot.tests.display.ops_test.GetEmailTest) ... ok test_optional_flag (certbot.tests.display.ops_test.GetEmailTest) ... ok test_optional_invalid_unsafe (certbot.tests.display.ops_test.GetEmailTest) ... ok test_success_installation (certbot.tests.display.ops_test.SuccessInstallationTest) ... ok test_success_renewal (certbot.tests.display.ops_test.SuccessRenewalTest) ... ok test_success_revocation (certbot.tests.display.ops_test.SuccessRevocationTest) ... ok test_directory_select_validation (certbot.tests.display.ops_test.ValidatorTests) ... ok test_directory_select_validation_with_bad_default (certbot.tests.display.ops_test.ValidatorTests) ... ok test_directory_select_validation_with_default (certbot.tests.display.ops_test.ValidatorTests) ... ok test_input_blank_with_validator (certbot.tests.display.ops_test.ValidatorTests) ... ok test_input_cancel_with_validator (certbot.tests.display.ops_test.ValidatorTests) ... ok test_input_validation_with_bad_default (certbot.tests.display.ops_test.ValidatorTests) ... ok test_input_validation_with_default (certbot.tests.display.ops_test.ValidatorTests) ... ok test_key_error (certbot.tests.display.enhancements_test.AskTest) ... ok test_redirect (certbot.tests.display.enhancements_test.AskTest) ... ok test_cancel (certbot.tests.display.enhancements_test.RedirectTest) ... ok test_easy (certbot.tests.display.enhancements_test.RedirectTest) ... ok test_secure (certbot.tests.display.enhancements_test.RedirectTest) ... ok test_checklist_empty (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist_miss_quit (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist_miss_valid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist_valid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_directory_select (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_directory_select_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_get_valid_int_ans_invalid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_get_valid_int_ans_valid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_assertion_fail (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_assertion_fail2 (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_cancel (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_normal (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_menu (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_menu_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_methods_take_force_interactive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_notification_no_pause (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_notification_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_notification_noninteractive2 (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_notification_pause (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_print_menu (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_scrub_checklist_input_invalid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_scrub_checklist_input_valid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_wrap_lines (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_yesno (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_yesno_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_eof (certbot.tests.display.util_test.InputWithTimeoutTest) ... ok test_input (certbot.tests.display.util_test.InputWithTimeoutTest) ... ok test_input_with_prompt (certbot.tests.display.util_test.InputWithTimeoutTest) ... ok test_timeout (certbot.tests.display.util_test.InputWithTimeoutTest) ... ok test_checklist (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_directory_select (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_input (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_menu (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_methods_take_kwargs (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_notification_no_pause (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_yesno (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_multiple (certbot.tests.display.util_test.PlaceParensTest) ... ok test_single_letter (certbot.tests.display.util_test.PlaceParensTest) ... ok test_both (certbot.tests.display.util_test.SeparateListInputTest) ... ok test_commas (certbot.tests.display.util_test.SeparateListInputTest) ... ok test_mess (certbot.tests.display.util_test.SeparateListInputTest) ... ok test_spaces (certbot.tests.display.util_test.SeparateListInputTest) ... ok test_complete (certbot.tests.display.completer_test.CompleterTest) ... ok test_context_manager_libedit (certbot.tests.display.completer_test.CompleterTest) ... ok test_context_manager_readline (certbot.tests.display.completer_test.CompleterTest) ... ok test_context_manager_with_unmocked_readline (certbot.tests.display.completer_test.CompleterTest) ... ok test_import_error (certbot.tests.display.completer_test.CompleterTest) ... ok test_everything_fails (certbot.tests.notify_test.NotifyTests) ... ok test_smtp_failure (certbot.tests.notify_test.NotifyTests) ... ok test_smtp_success (certbot.tests.notify_test.NotifyTests) ... ok test_deployer_skip_dry_run (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_deployer (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_deployer_not_called (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_no_deployer (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_no_updater (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_updates (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_updates_not_called (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_renew_deployer (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_server_updates (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_updater_skip_dry_run (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_invalid_false (certbot.tests.crypto_util_test.CSRMatchesPubkeyTest) ... ok test_valid_true (certbot.tests.crypto_util_test.CSRMatchesPubkeyTest) ... ok test_cert_and_chain_from_fullchain (certbot.tests.crypto_util_test.CertAndChainFromFullchainTest) ... ok test_load_invalid_cert (certbot.tests.crypto_util_test.CertLoaderTest) ... ok test_load_valid_cert (certbot.tests.crypto_util_test.CertLoaderTest) ... ok test_common_name_sans_order (certbot.tests.crypto_util_test.GetNamesFromCertTest) ... ok test_parse_non_cert (certbot.tests.crypto_util_test.GetNamesFromCertTest) ... ok test_san (certbot.tests.crypto_util_test.GetNamesFromCertTest) ... ok test_single (certbot.tests.crypto_util_test.GetNamesFromCertTest) ... ok test_san (certbot.tests.crypto_util_test.GetSANsFromCertTest) ... ok test_single (certbot.tests.crypto_util_test.GetSANsFromCertTest) ... ok test_bad_csr (certbot.tests.crypto_util_test.ImportCSRFileTest) ... ok test_der_csr (certbot.tests.crypto_util_test.ImportCSRFileTest) ... ok test_pem_csr (certbot.tests.crypto_util_test.ImportCSRFileTest) ... ok test_it (certbot.tests.crypto_util_test.InitSaveCSRTest) ... ok test_key_failure (certbot.tests.crypto_util_test.InitSaveKeyTest) ... ok test_success (certbot.tests.crypto_util_test.InitSaveKeyTest) ... ok test_it (certbot.tests.crypto_util_test.MakeKeyTest) ... ok test_notAfter (certbot.tests.crypto_util_test.NotAfterTest) ... ok test_notBefore (certbot.tests.crypto_util_test.NotBeforeTest) ... ok test_sha256sum (certbot.tests.crypto_util_test.Sha256sumTest) ... ok test_empty_false (certbot.tests.crypto_util_test.ValidCSRTest) ... ok test_random_false (certbot.tests.crypto_util_test.ValidCSRTest) ... ok test_valid_der_false (certbot.tests.crypto_util_test.ValidCSRTest) ... ok test_valid_pem_san_true (certbot.tests.crypto_util_test.ValidCSRTest) ... ok test_valid_pem_true (certbot.tests.crypto_util_test.ValidCSRTest) ... ok test_empty_false (certbot.tests.crypto_util_test.ValidPrivkeyTest) ... ok test_random_false (certbot.tests.crypto_util_test.ValidPrivkeyTest) ... ok test_valid_true (certbot.tests.crypto_util_test.ValidPrivkeyTest) ... ok test_cert_priv_key_match (certbot.tests.crypto_util_test.VerifyCertMatchesPrivKeyTest) ... ok test_cert_priv_key_mismatch (certbot.tests.crypto_util_test.VerifyCertMatchesPrivKeyTest) ... ok test_fullchain_ioerror (certbot.tests.crypto_util_test.VerifyFullchainTest) ... ok test_fullchain_matches (certbot.tests.crypto_util_test.VerifyFullchainTest) ... ok test_fullchain_mismatch (certbot.tests.crypto_util_test.VerifyFullchainTest) ... ok test_cert_sig_match (certbot.tests.crypto_util_test.VerifyRenewableCertSigTest) ... ok test_cert_sig_match_ec (certbot.tests.crypto_util_test.VerifyRenewableCertSigTest) ... ok test_cert_sig_mismatch (certbot.tests.crypto_util_test.VerifyRenewableCertSigTest) ... ok test_verify_renewable_cert (certbot.tests.crypto_util_test.VerifyRenewableCertTest) ... ok test_verify_renewable_cert_failure (certbot.tests.crypto_util_test.VerifyRenewableCertTest) ... ok test_bad_recovery (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_bad_recovery_with_signal (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_context_manager (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_context_manager_with_signal (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_regular_exit (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_sysexit_ignored (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_bad_recovery (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_bad_recovery_with_signal (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_context_manager (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_context_manager_with_signal (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_regular_exit (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_sysexit_ignored (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_add_to_checkpoint_copy_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_bad_register_undo_command (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_bad_registration (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_basic_add_to_temp_checkpoint (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_checkpoint_conflict (certbot.tests.reverter_test.ReverterCheckpointLocalTest) Make sure that checkpoint errors are thrown appropriately. ... ok test_multiple_registration_fail_and_revert (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_multiple_registration_same_file (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_multiple_saves_and_temp_revert (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_no_change (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_copy_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_missing_new_files (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_remove_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_revert_temp_failures (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_rm_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_rollback_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recovery_routine_in_progress_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recovery_routine_temp_and_perm (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_register_file_creation_write_error (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_register_undo_command (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_run_undo_commands (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_finalize_checkpoint_cannot_title (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_finalize_checkpoint_no_in_progress (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_finalize_checkpoint_no_rename_directory (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_multi_rollback (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_rollback_finalize_checkpoint_valid_inputs (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_rollback_improper_inputs (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_rollback_too_many (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_view_config_changes (certbot.tests.reverter_test.TestFullCheckpointsReverter) This is not strict as this is subject to change. ... ok test_view_config_changes_bad_backups_dir (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_view_config_changes_for_logging (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_view_config_changes_no_backups (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_corrupted_account (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete_folders_down (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete_folders_up (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete_no_account (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete_shared_account_down (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete_shared_account_up (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_accounts_dir_absent (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_find_before_save (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_load_skips (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_neither_exists (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_none_empty_list (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_save_before_find (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_server_downgrade (certbot.tests.account_test.AccountFileStorageTest) ... ok test_init_creates_dir (certbot.tests.account_test.AccountFileStorageTest) ... ok test_load_id_mismatch_raises_error (certbot.tests.account_test.AccountFileStorageTest) ... ok test_load_ioerror (certbot.tests.account_test.AccountFileStorageTest) ... ok test_load_non_existent_raises_error (certbot.tests.account_test.AccountFileStorageTest) ... ok test_save_and_restore (certbot.tests.account_test.AccountFileStorageTest) ... ok test_save_and_restore_old_version (certbot.tests.account_test.AccountFileStorageTest) Saved regr should include a new_authzr_uri for older Certbots ... ok test_save_ioerrors (certbot.tests.account_test.AccountFileStorageTest) ... ok test_save_regr (certbot.tests.account_test.AccountFileStorageTest) ... ok test_upgrade_load (certbot.tests.account_test.AccountFileStorageTest) ... ok test_upgrade_load_single_account (certbot.tests.account_test.AccountFileStorageTest) ... ok test_upgrade_version_production (certbot.tests.account_test.AccountFileStorageTest) ... ok test_upgrade_version_staging (certbot.tests.account_test.AccountFileStorageTest) ... ok test_it (certbot.tests.account_test.AccountMemoryStorageTest) ... ok test_id (certbot.tests.account_test.AccountTest) ... ok test_init (certbot.tests.account_test.AccountTest) ... ok test_repr (certbot.tests.account_test.AccountTest) ... ok test_slug (certbot.tests.account_test.AccountTest) ... ok test_it (certbot.tests.account_test.ReportNewAccountTest) ... ok test_no_reporter (certbot.tests.account_test.ReportNewAccountTest) ... ok test_ancient_webroot_renewal_conf (certbot.tests.renewal_test.RenewalTest) ... ok test_allow_subset_of_names_failure (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_allow_subset_of_names_success (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_must_staple_failure (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_must_staple_success (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_pref_challs_failure (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_pref_challs_list (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_pref_challs_str (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_boolean (certbot.tests.cli_test.DefaultTest) ... ok test_equality (certbot.tests.cli_test.DefaultTest) ... ok test_hash (certbot.tests.cli_test.DefaultTest) ... ok test_allow_subset_with_wildcard (certbot.tests.cli_test.ParseTest) ... ok test_cli_ini_domains (certbot.tests.cli_test.ParseTest) ... ok test_delete_after_revoke (certbot.tests.cli_test.ParseTest) ... ok test_delete_after_revoke_default (certbot.tests.cli_test.ParseTest) ... ok test_deploy_hook_conflict (certbot.tests.cli_test.ParseTest) ... ok test_deploy_hook_matches_renew_hook (certbot.tests.cli_test.ParseTest) ... ok test_deploy_hook_sets_renew_hook (certbot.tests.cli_test.ParseTest) ... ok test_dry_run_flag (certbot.tests.cli_test.ParseTest) ... ok test_encode_revocation_reason (certbot.tests.cli_test.ParseTest) ... ok test_force_interactive (certbot.tests.cli_test.ParseTest) ... ok test_help (certbot.tests.cli_test.ParseTest) ... ok test_help_no_dashes (certbot.tests.cli_test.ParseTest) ... ok test_install_abspath (certbot.tests.cli_test.ParseTest) ... ok test_max_log_backups_error (certbot.tests.cli_test.ParseTest) ... ok test_max_log_backups_success (certbot.tests.cli_test.ParseTest) ... ok test_must_staple_flag (certbot.tests.cli_test.ParseTest) ... ok test_no_args (certbot.tests.cli_test.ParseTest) ... ok test_no_delete_after_revoke (certbot.tests.cli_test.ParseTest) ... ok test_no_directory_hooks_set (certbot.tests.cli_test.ParseTest) ... ok test_no_directory_hooks_unset (certbot.tests.cli_test.ParseTest) ... ok test_no_gui (certbot.tests.cli_test.ParseTest) ... ok test_option_was_set (certbot.tests.cli_test.ParseTest) ... ok test_parse_domains (certbot.tests.cli_test.ParseTest) ... ok test_preferred_challenges (certbot.tests.cli_test.ParseTest) ... ok test_renew_hook_conflict (certbot.tests.cli_test.ParseTest) ... ok test_renew_hook_does_not_set_renew_hook (certbot.tests.cli_test.ParseTest) ... ok test_renew_hook_matches_deploy_hook (certbot.tests.cli_test.ParseTest) ... ok test_server_flag (certbot.tests.cli_test.ParseTest) ... ok test_staging_flag (certbot.tests.cli_test.ParseTest) ... ok test_unchanging_defaults (certbot.tests.cli_test.ParseTest) ... ok test_deploy_hook (certbot.tests.cli_test.SetByCliTest) ... ok test_report_config_interaction_iterable (certbot.tests.cli_test.SetByCliTest) ... ok test_report_config_interaction_str (certbot.tests.cli_test.SetByCliTest) ... ok test_webroot_map (certbot.tests.cli_test.SetByCliTest) ... ok test_read_file (certbot.tests.cli_test.TestReadFile) ... ok test_it (certbot.tests.auth_handler_test.ChallbToAchallTest) ... ok test_all (certbot.tests.auth_handler_test.ChallengeFactoryTest) ... ok test_one_tls_sni (certbot.tests.auth_handler_test.ChallengeFactoryTest) ... ok test_unrecognized (certbot.tests.auth_handler_test.ChallengeFactoryTest) ... ok test_common_case (certbot.tests.auth_handler_test.GenChallengePathTest) Given TLSSNI01 and HTTP01 with appropriate combos. ... ok test_not_supported (certbot.tests.auth_handler_test.GenChallengePathTest) ... ok test_debug_challenges (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_dns_only_challenge_not_supported (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_incomplete_authzr_error (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name1_tls_sni_01_1_acme_1 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name1_tls_sni_01_1_acme_2 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name1_tls_sni_01_1_http_01_1_dns_1_acme_1 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name1_tls_sni_01_1_http_01_1_dns_1_acme_2 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name3_tls_sni_01_3_common_acme_1 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name3_tls_sni_01_3_common_acme_2 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_no_domains (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_perform_error (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_perform_failure (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_preferred_challenge_choice_common_acme_1 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_preferred_challenge_choice_common_acme_2 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_preferred_challenges_not_supported_acme_1 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_preferred_challenges_not_supported_acme_2 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_respond_error (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_poll_challenges (certbot.tests.auth_handler_test.PollChallengesTest) ... ok test_poll_challenges_failure (certbot.tests.auth_handler_test.PollChallengesTest) ... ok test_poll_challenges_failure_best_effort (certbot.tests.auth_handler_test.PollChallengesTest) ... ok test_unable_to_find_challenge_status (certbot.tests.auth_handler_test.PollChallengesTest) ... ok test_verify_authzr_failure (certbot.tests.auth_handler_test.PollChallengesTest) ... ok test_different_errors_and_domains (certbot.tests.auth_handler_test.ReportFailedChallsTest) ... ok test_same_error_and_domain (certbot.tests.auth_handler_test.ReportFailedChallsTest) ... ok test_format (certbot.tests.log_test.ColoredStreamHandlerTest) ... ok test_format_and_red_level (certbot.tests.log_test.ColoredStreamHandlerTest) ... ok test_log_dir (certbot.tests.log_test.ExitWithLogPathTest) ... ok test_log_file (certbot.tests.log_test.ExitWithLogPathTest) ... ok test_flush (certbot.tests.log_test.MemoryHandlerTest) ... ok test_not_flushed (certbot.tests.log_test.MemoryHandlerTest) ... ok test_target_reset (certbot.tests.log_test.MemoryHandlerTest) ... ok test_acme_error (certbot.tests.log_test.PostArgParseExceptHookTest) ... ok test_base_exception (certbot.tests.log_test.PostArgParseExceptHookTest) ... ok test_custom_error (certbot.tests.log_test.PostArgParseExceptHookTest) ... ok test_debug (certbot.tests.log_test.PostArgParseExceptHookTest) ... ok test_other_error (certbot.tests.log_test.PostArgParseExceptHookTest) ... ok test_common (certbot.tests.log_test.PostArgParseSetupTest) ... ok test_debug (certbot.tests.log_test.PostArgParseSetupTest) ... ok test_quiet (certbot.tests.log_test.PostArgParseSetupTest) ... ok test_it (certbot.tests.log_test.PreArgParseExceptHookTest) ... ok test_it (certbot.tests.log_test.PreArgParseSetupTest) ... ok test_failure (certbot.tests.log_test.SetupLogFileHandlerTest) ... ok test_max_log_backups_used (certbot.tests.log_test.SetupLogFileHandlerTest) ... ok test_success_with_rollover (certbot.tests.log_test.SetupLogFileHandlerTest) ... ok test_success_without_rollover (certbot.tests.log_test.SetupLogFileHandlerTest) ... ok test_delete (certbot.tests.log_test.TempHandlerTest) ... ok test_no_delete (certbot.tests.log_test.TempHandlerTest) ... ok test_permissions (certbot.tests.log_test.TempHandlerTest) ... ok test_help (certbot.tests.util_test.AddDeprecatedArgumentTest) ... ok test_set_constant (certbot.tests.util_test.AddDeprecatedArgumentTest) Test when ACTION_TYPES_THAT_DONT_NEED_A_VALUE is a set. ... ok test_tuple_constant (certbot.tests.util_test.AddDeprecatedArgumentTest) Test when ACTION_TYPES_THAT_DONT_NEED_A_VALUE is a tuple. ... ok test_warning_no_arg (certbot.tests.util_test.AddDeprecatedArgumentTest) ... ok test_warning_with_arg (certbot.tests.util_test.AddDeprecatedArgumentTest) ... ok test_called (certbot.tests.util_test.AtexitRegisterTest) ... ok test_not_called (certbot.tests.util_test.AtexitRegisterTest) ... ok test_ok_mode (certbot.tests.util_test.CheckPermissionsTest) ... ok test_wrong_mode (certbot.tests.util_test.CheckPermissionsTest) ... ok test_empty_domain (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_empty_label (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_empty_trailing_label (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_long_label_1 (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_long_label_2 (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_nonascii_str (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_nonascii_unicode (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_not_long_label (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_not_too_long (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_punycode_ok (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_too_long (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_input_with_scheme (certbot.tests.util_test.EnforceLeValidity) ... ok test_invalid_chars (certbot.tests.util_test.EnforceLeValidity) ... ok test_leading_hyphen (certbot.tests.util_test.EnforceLeValidity) ... ok test_one_label (certbot.tests.util_test.EnforceLeValidity) ... ok test_sanity (certbot.tests.util_test.EnforceLeValidity) ... ok test_trailing_hyphen (certbot.tests.util_test.EnforceLeValidity) ... ok test_valid_domain (certbot.tests.util_test.EnforceLeValidity) ... ok test_valid_input_with_scheme_name (certbot.tests.util_test.EnforceLeValidity) ... ok test_full_path (certbot.tests.util_test.ExeExistsTest) ... ok test_not_found (certbot.tests.util_test.ExeExistsTest) ... ok test_on_path (certbot.tests.util_test.ExeExistsTest) ... ok test_no_wildcard (certbot.tests.util_test.IsWildcardDomainTest) ... ok test_wildcard (certbot.tests.util_test.IsWildcardDomainTest) ... ok test_it (certbot.tests.util_test.LockDirUntilExit) ... ok test_creates_dir_when_missing (certbot.tests.util_test.MakeOrVerifyDirTest) ... ok test_existing_correct_mode_does_not_fail (certbot.tests.util_test.MakeOrVerifyDirTest) ... ok test_existing_wrong_mode_fails (certbot.tests.util_test.MakeOrVerifyDirTest) ... ok test_reraises_os_error (certbot.tests.util_test.MakeOrVerifyDirTest) ... ok test_non_systemd_os_info (certbot.tests.util_test.OsInfoTest) ... ok test_systemd_os_release (certbot.tests.util_test.OsInfoTest) ... ok test_systemd_os_release_like (certbot.tests.util_test.OsInfoTest) ... ok test_bad_process (certbot.tests.util_test.RunScriptTest) ... ok test_default (certbot.tests.util_test.RunScriptTest) These will be changed soon enough with reload. ... ok test_failure (certbot.tests.util_test.RunScriptTest) ... ok test_invalid_emails (certbot.tests.util_test.SafeEmailTest) ... ok test_valid_emails (certbot.tests.util_test.SafeEmailTest) ... ok test_exists (certbot.tests.util_test.SafelyRemoveTest) ... ok test_missing (certbot.tests.util_test.SafelyRemoveTest) ... ok test_other_error_passthrough (certbot.tests.util_test.SafelyRemoveTest) ... ok test_failure (certbot.tests.util_test.SetUpCoreDirTest) ... ok test_success (certbot.tests.util_test.SetUpCoreDirTest) ... ok test_default_exists (certbot.tests.util_test.UniqueFileTest) ... ok test_returns_fd_for_writing (certbot.tests.util_test.UniqueFileTest) ... ok test_right_mode (certbot.tests.util_test.UniqueFileTest) ... ok test_basic (certbot.tests.util_test.UniqueLineageNameTest) ... ok test_failure (certbot.tests.util_test.UniqueLineageNameTest) ... ok test_multiple (certbot.tests.util_test.UniqueLineageNameTest) ... ok test_subsequent_failure (certbot.tests.util_test.UniqueLineageNameTest) ... ok test_find_lineage_for_domains_and_certname (certbot.tests.main_test.CertonlyTest) ... ok test_find_lineage_for_domains_new_certname (certbot.tests.main_test.CertonlyTest) ... ok test_no_reinstall_text_pause (certbot.tests.main_test.CertonlyTest) ... ok test_cert_name_only (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_cert_path_only (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_certname_and_cert_path_match (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_certname_and_cert_path_mismatch (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_delete_flag_opt_out (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_delete_prompt_opt_out (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_no_certname_or_cert_path (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_noninteractive_certname_cert_path_mismatch (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_noninteractive_deletion (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_opt_in_deletion (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_overlapping_archive_dirs (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_args_account_set (certbot.tests.main_test.DetermineAccountTest) ... ok test_multiple_accounts (certbot.tests.main_test.DetermineAccountTest) ... ok test_no_accounts_email (certbot.tests.main_test.DetermineAccountTest) ... ok test_no_accounts_no_email (certbot.tests.main_test.DetermineAccountTest) ... ok test_single_account (certbot.tests.main_test.DetermineAccountTest) ... ok test_enhance_config_call (certbot.tests.main_test.EnhanceTest) ... ok test_enhance_noninteractive (certbot.tests.main_test.EnhanceTest) ... ok test_enhancement_enable (certbot.tests.main_test.EnhanceTest) ... ok test_enhancement_enable_conflict (certbot.tests.main_test.EnhanceTest) ... ok test_enhancement_enable_not_supported (certbot.tests.main_test.EnhanceTest) ... ok test_no_enhancements_defined (certbot.tests.main_test.EnhanceTest) ... ok test_plugin_selection_error (certbot.tests.main_test.EnhanceTest) ... ok test_selection_auth_warning (certbot.tests.main_test.EnhanceTest) ... ok test_selection_question (certbot.tests.main_test.EnhanceTest) ... ok test_user_abort_domains (certbot.tests.main_test.EnhanceTest) ... ok test_display_ops (certbot.tests.main_test.FindDomainsOrCertnameTest) ... ok test_grab_domains (certbot.tests.main_test.FindDomainsOrCertnameTest) ... ok test_no_results (certbot.tests.main_test.FindDomainsOrCertnameTest) ... ok test_install_enhancement_no_certname (certbot.tests.main_test.InstallTest) ... ok test_install_enhancement_not_supported (certbot.tests.main_test.InstallTest) ... ok test_agree_dev_preview_config (certbot.tests.main_test.MainTest) ... ok test_certificates (certbot.tests.main_test.MainTest) ... ok test_certonly_abspath (certbot.tests.main_test.MainTest) ... ok test_certonly_bad_args (certbot.tests.main_test.MainTest) ... ok test_certonly_csr (certbot.tests.main_test.MainTest) ... ok test_certonly_csr_dry_run (certbot.tests.main_test.MainTest) ... ok test_certonly_dry_run_new_request_success (certbot.tests.main_test.MainTest) ... ok test_certonly_new_request_failure (certbot.tests.main_test.MainTest) ... ok test_certonly_new_request_success (certbot.tests.main_test.MainTest) ... ok test_certonly_reinstall (certbot.tests.main_test.MainTest) ... ok test_certonly_renewal (certbot.tests.main_test.MainTest) ... ok test_certonly_renewal_triggers (certbot.tests.main_test.MainTest) ... ok test_check_config_sanity_domain (certbot.tests.main_test.MainTest) ... ok test_config_changes (certbot.tests.main_test.MainTest) ... ok test_configurator_selection (certbot.tests.main_test.MainTest) ... ok test_csr_with_besteffort (certbot.tests.main_test.MainTest) ... ok test_csr_with_inconsistent_domains (certbot.tests.main_test.MainTest) ... ok test_csr_with_no_domains (certbot.tests.main_test.MainTest) ... ok test_delete (certbot.tests.main_test.MainTest) ... ok test_installer_certname (certbot.tests.main_test.MainTest) ... ok test_installer_param_error (certbot.tests.main_test.MainTest) ... ok test_installer_param_override (certbot.tests.main_test.MainTest) ... ok test_installer_select_cert (certbot.tests.main_test.MainTest) ... ok test_installer_selection (certbot.tests.main_test.MainTest) ... ok test_no_flags (certbot.tests.main_test.MainTest) ... ok test_no_renewal_with_hooks (certbot.tests.main_test.MainTest) ... ok test_noninteractive (certbot.tests.main_test.MainTest) ... ok test_plugin_selection_error (certbot.tests.main_test.MainTest) ... ok test_plugins (certbot.tests.main_test.MainTest) ... ok test_plugins_init (certbot.tests.main_test.MainTest) ... ok test_plugins_no_args (certbot.tests.main_test.MainTest) ... ok test_plugins_no_args_unprivileged (certbot.tests.main_test.MainTest) ... ok test_plugins_prepare (certbot.tests.main_test.MainTest) ... ok test_quiet_renew (certbot.tests.main_test.MainTest) ... ok test_register (certbot.tests.main_test.MainTest) ... ok test_renew_hook_validation (certbot.tests.main_test.MainTest) ... ok test_renew_no_authenticator (certbot.tests.main_test.MainTest) ... ok test_renew_no_hook_validation (certbot.tests.main_test.MainTest) ... ok test_renew_no_renewalparams (certbot.tests.main_test.MainTest) ... ok test_renew_obtain_cert_error (certbot.tests.main_test.MainTest) ... ok test_renew_plugin_config_restoration (certbot.tests.main_test.MainTest) ... ok test_renew_reconstitute_error (certbot.tests.main_test.MainTest) ... ok test_renew_skips_recent_certs (certbot.tests.main_test.MainTest) ... ok test_renew_verb (certbot.tests.main_test.MainTest) ... ok test_renew_verb_empty_config (certbot.tests.main_test.MainTest) ... ok test_renew_with_bad_certname (certbot.tests.main_test.MainTest) ... ok test_renew_with_bad_cli_args (certbot.tests.main_test.MainTest) ... ok test_renew_with_bad_domain (certbot.tests.main_test.MainTest) ... ok test_renew_with_bad_int (certbot.tests.main_test.MainTest) ... ok test_renew_with_certname (certbot.tests.main_test.MainTest) ... ok test_renew_with_configurator (certbot.tests.main_test.MainTest) ... ok test_renew_with_nonetype_http01 (certbot.tests.main_test.MainTest) ... ok test_renew_with_webroot_map (certbot.tests.main_test.MainTest) ... ok test_reuse_key (certbot.tests.main_test.MainTest) ... ok test_reuse_key_no_dry_run (certbot.tests.main_test.MainTest) ... ok test_revoke_with_key (certbot.tests.main_test.MainTest) ... ok test_revoke_with_key_mismatch (certbot.tests.main_test.MainTest) ... ok test_revoke_without_key (certbot.tests.main_test.MainTest) ... ok test_rollback (certbot.tests.main_test.MainTest) ... ok test_run_with_csr (certbot.tests.main_test.MainTest) ... ok test_update_registration_no_existing_accounts (certbot.tests.main_test.MainTest) ... ok test_update_registration_unsafely (certbot.tests.main_test.MainTest) ... ok test_update_registration_with_email (certbot.tests.main_test.MainTest) ... ok test_update_symlinks (certbot.tests.main_test.MainTest) ... ok test_user_agent (certbot.tests.main_test.MainTest) ... ok test_version_string_program_name (certbot.tests.main_test.MainTest) ... ok test_it (certbot.tests.main_test.MakeOrVerifyNeededDirs) ... ok test_revocation_error (certbot.tests.main_test.RevokeTest) ... ok test_revocation_success (certbot.tests.main_test.RevokeTest) ... ok test_revocation_with_prompt (certbot.tests.main_test.RevokeTest) ... ok test_revoke_with_reason (certbot.tests.main_test.RevokeTest) ... ok test_newcert_success (certbot.tests.main_test.RunTest) ... ok test_reinstall_success (certbot.tests.main_test.RunTest) ... ok test_renewal_success (certbot.tests.main_test.RunTest) ... ok test_run_enhancement_not_supported (certbot.tests.main_test.RunTest) ... ok test_handle_identical_cert_request_pending (certbot.tests.main_test.TestHandleIdenticalCerts) ... ok test_abort_unregister (certbot.tests.main_test.UnregisterTest) ... ok test_unregister (certbot.tests.main_test.UnregisterTest) ... ok test_unregister_no_account (certbot.tests.main_test.UnregisterTest) ... ok test_it (certbot.tests.lock_test.LockDirTest) ... ok test_acquire_without_deletion (certbot.tests.lock_test.LockFileTest) ... ok test_contention (certbot.tests.lock_test.LockFileTest) ... ok test_locked_repr (certbot.tests.lock_test.LockFileTest) ... ok test_race (certbot.tests.lock_test.LockFileTest) ... ok test_released_repr (certbot.tests.lock_test.LockFileTest) ... ok test_removed (certbot.tests.lock_test.LockFileTest) ... ok test_unexpected_lockf_err (certbot.tests.lock_test.LockFileTest) ... ok test_unexpected_stat_err (certbot.tests.lock_test.LockFileTest) ... ok test_failure (certbot.tests.eff_test.HandleSubscriptionTest) ... ok test_no_subscribe_with_no_prompt (certbot.tests.eff_test.HandleSubscriptionTest) ... ok test_no_subscribe_with_prompt (certbot.tests.eff_test.HandleSubscriptionTest) ... ok test_subscribe_with_no_prompt (certbot.tests.eff_test.HandleSubscriptionTest) ... ok test_subscribe_with_prompt (certbot.tests.eff_test.HandleSubscriptionTest) ... ok test_bad_status (certbot.tests.eff_test.SubscribeTest) ... ok test_not_ok (certbot.tests.eff_test.SubscribeTest) ... ok test_response_json_missing_status_element (certbot.tests.eff_test.SubscribeTest) ... ok test_response_not_json (certbot.tests.eff_test.SubscribeTest) ... ok test_subscribe (certbot.tests.eff_test.SubscribeTest) ... ok test_determine_ocsp_server (certbot.tests.ocsp_test.OCSPTest) ... ok test_init (certbot.tests.ocsp_test.OCSPTest) ... ok test_ocsp_revoked (certbot.tests.ocsp_test.OCSPTest) ... ok test_translate_ocsp (certbot.tests.ocsp_test.OCSPTest) ... ok test_load_errors_cant_read (certbot.plugins.storage_test.PluginStorageTest) ... ok test_load_errors_corrupted (certbot.plugins.storage_test.PluginStorageTest) ... ok test_load_errors_empty (certbot.plugins.storage_test.PluginStorageTest) ... ok test_namespace_isolation (certbot.plugins.storage_test.PluginStorageTest) ... ok test_save_errors_cant_serialize (certbot.plugins.storage_test.PluginStorageTest) ... ok test_save_errors_unable_to_write_file (certbot.plugins.storage_test.PluginStorageTest) ... ok test_save_uninitialized (certbot.plugins.storage_test.PluginStorageTest) ... ok test_saved_state (certbot.plugins.storage_test.PluginStorageTest) ... ok test_add_parser_arguments (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_cleanup_failure (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_cleanup_leftovers (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_failed_chown (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_more_info (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_new_webroot (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_new_webroot_empty_map_cancel (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_cleanup (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_cleanup_existing_dirs (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_cleanup_multiple_challenges (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_missing_root (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_new_webroot_not_in_map (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_permissions (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_reraises_other_errors (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_prepare (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_webroot_from_list (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_webroot_from_list_help_and_cancel (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_domain_before_webroot (certbot.plugins.webroot_test.WebrootActionTest) ... ok test_domain_before_webroot_error (certbot.plugins.webroot_test.WebrootActionTest) ... ok test_multiwebroot (certbot.plugins.webroot_test.WebrootActionTest) ... ok test_webroot_map_action (certbot.plugins.webroot_test.WebrootActionTest) ... ok test_cleanup (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_get_chall_pref (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_ip_logging_not_ok (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_ip_logging_ok (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_manual_perform (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_more_info (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_prepare_bad_hook (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_prepare_no_hook_noninteractive (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_script_perform (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_eq (certbot.plugins.common_test.AddrTest) ... ok test_fromstring (certbot.plugins.common_test.AddrTest) ... ok test_get_addr_obj (certbot.plugins.common_test.AddrTest) ... ok test_set_inclusion (certbot.plugins.common_test.AddrTest) ... ok test_str (certbot.plugins.common_test.AddrTest) ... ok test_add_chall (certbot.plugins.common_test.ChallengePerformerTest) ... ok test_perform (certbot.plugins.common_test.ChallengePerformerTest) ... ok test_current_file (certbot.plugins.common_test.InstallVersionControlledFileTest) ... ok test_manually_modified_current_file_does_not_update (certbot.plugins.common_test.InstallVersionControlledFileTest) ... ok test_manually_modified_past_file_warns (certbot.plugins.common_test.InstallVersionControlledFileTest) ... ok test_no_file (certbot.plugins.common_test.InstallVersionControlledFileTest) ... ok test_prev_file_updates_to_current (certbot.plugins.common_test.InstallVersionControlledFileTest) ... ok test_add_to_real_checkpoint (certbot.plugins.common_test.InstallerTest) ... ok test_add_to_real_checkpoint2 (certbot.plugins.common_test.InstallerTest) ... ok test_add_to_temporary_checkpoint (certbot.plugins.common_test.InstallerTest) ... ok test_current_file_hash_in_all_hashes (certbot.plugins.common_test.InstallerTest) ... ok test_finalize_checkpoint (certbot.plugins.common_test.InstallerTest) ... ok test_install_ssl_dhparams (certbot.plugins.common_test.InstallerTest) ... ok test_recovery_routine (certbot.plugins.common_test.InstallerTest) ... ok test_revert_temporary_config (certbot.plugins.common_test.InstallerTest) ... ok test_rollback_checkpoints (certbot.plugins.common_test.InstallerTest) ... ok test_view_config_changes (certbot.plugins.common_test.InstallerTest) ... ok test_dest_namespace (certbot.plugins.common_test.NamespaceFunctionsTest) ... ok test_dest_namespace_with_dashes (certbot.plugins.common_test.NamespaceFunctionsTest) ... ok test_option_namespace (certbot.plugins.common_test.NamespaceFunctionsTest) ... ok test_conf (certbot.plugins.common_test.PluginTest) ... ok test_dest (certbot.plugins.common_test.PluginTest) ... ok test_dest_namespace (certbot.plugins.common_test.PluginTest) ... ok test_init (certbot.plugins.common_test.PluginTest) ... ok test_inject_parser_options (certbot.plugins.common_test.PluginTest) ... ok test_option_name (certbot.plugins.common_test.PluginTest) ... ok test_option_namespace (certbot.plugins.common_test.PluginTest) ... ok test_get_z_domain (certbot.plugins.common_test.TLSSNI01Test) ... ok test_setup_challenge_cert (certbot.plugins.common_test.TLSSNI01Test) ... ok test_are_requested (certbot.plugins.enhancements_test.EnhancementTest) ... ok test_are_supported (certbot.plugins.enhancements_test.EnhancementTest) ... ok test_enable (certbot.plugins.enhancements_test.EnhancementTest) ... ok test_enhancement_enabled_enhancements (certbot.plugins.enhancements_test.EnhancementTest) ... ok test_blank (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_missing (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_typo (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_valid (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_valid_but_extra (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_valid_empty (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_nonexistent_file (certbot.plugins.dns_common_test.CredentialsConfigurationTest) ... ok test_valid_file (certbot.plugins.dns_common_test.CredentialsConfigurationTest) ... ok test_valid_file_with_unsafe_permissions (certbot.plugins.dns_common_test.CredentialsConfigurationTest) ... ok test_cleanup (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_configure_credentials (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_get_chall_pref (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_more_info (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_parser_arguments (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_perform (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_prompt (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_prompt_canceled (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_prompt_credentials (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_prompt_file (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_prompt_file_canceled (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_second_level_domain (certbot.plugins.dns_common_test.DomainNameGuessTest) ... ok test_simple_case (certbot.plugins.dns_common_test.DomainNameGuessTest) ... ok test_sub_domain (certbot.plugins.dns_common_test.DomainNameGuessTest) ... ok test_it (certbot.plugins.null_test.InstallerTest) ... ok test_get_prefix (certbot.plugins.util_test.GetPrefixTest) ... ok test_path_surgery (certbot.plugins.util_test.PathSurgeryTest) ... ok test_cleanup (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_get_chall_pref (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_get_chall_pref_configured (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_more_info (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_perform (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_eacces (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_eaddrinuse_no_retry (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_eaddrinuse_retry (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_unexpected_socket_error (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_supported_challenges (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_supported_challenges_configured (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_init (certbot.plugins.standalone_test.ServerManagerTest) ... ok test_run_bind_error (certbot.plugins.standalone_test.ServerManagerTest) ... ok test_run_idempotent (certbot.plugins.standalone_test.ServerManagerTest) ... ok test_run_stop_http_01 (certbot.plugins.standalone_test.ServerManagerTest) ... ok test_run_stop_tls_sni_01 (certbot.plugins.standalone_test.ServerManagerTest) ... ok test_correct (certbot.plugins.standalone_test.SupportedChallengesActionTest) ... ok test_dvsni (certbot.plugins.standalone_test.SupportedChallengesActionTest) ... ok test_not_subset (certbot.plugins.standalone_test.SupportedChallengesActionTest) ... ok test_unrecognized (certbot.plugins.standalone_test.SupportedChallengesActionTest) ... ok test_add_txt_record (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_error_adding_record (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_error_finding_domain (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_fail_to_authenticate (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_fail_to_authenticate_with_unknown_error (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_fail_to_find_domain (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_try_twice_to_find_domain (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record_error_deleting_record (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record_error_finding_domain (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record_fail_to_authenticate (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record_fail_to_authenticate_with_unknown_error (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record_fail_to_find_domain (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test__init__ (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_description (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_description_with_name (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_entry_point_to_plugin_name (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_ifaces (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_init (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_long_description (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_long_description_nonexistent (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_prepare (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_prepare_generic_plugin_error (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_prepare_misconfigured (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_prepare_no_installation (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_repr (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_verify (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_available (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_filter (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_find_all (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_find_init (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_getitem (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_ifaces (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_init (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_iter (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_len (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_prepare (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_prepare_order (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_repr (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_str (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_verify (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_more_info (certbot.plugins.selection_test.ChoosePluginTest) ... ok test_new_interaction_avoidance (certbot.plugins.selection_test.ChoosePluginTest) ... ok test_no_choice (certbot.plugins.selection_test.ChoosePluginTest) ... ok test_selection (certbot.plugins.selection_test.ChoosePluginTest) ... ok test_authenticator (certbot.plugins.selection_test.ConveniencePickPluginTest) ... ok test_configurator (certbot.plugins.selection_test.ConveniencePickPluginTest) ... ok test_installer (certbot.plugins.selection_test.ConveniencePickPluginTest) ... ok test_get_plugin (certbot.plugins.selection_test.GetUnpreparedInstallerTest) ... ok test_multiple_installers_returned (certbot.plugins.selection_test.GetUnpreparedInstallerTest) ... ok test_no_available_installers (certbot.plugins.selection_test.GetUnpreparedInstallerTest) ... ok test_no_installer_defined (certbot.plugins.selection_test.GetUnpreparedInstallerTest) ... ok test_choose_plugin_none (certbot.plugins.selection_test.PickPluginTest) ... ok test_default_provided (certbot.plugins.selection_test.PickPluginTest) ... ok test_multiple (certbot.plugins.selection_test.PickPluginTest) ... ok test_no_candidate (certbot.plugins.selection_test.PickPluginTest) ... ok test_no_default (certbot.plugins.selection_test.PickPluginTest) ... ok test_single (certbot.plugins.selection_test.PickPluginTest) ... ok test_single_misconfigured (certbot.plugins.selection_test.PickPluginTest) ... ok ---------------------------------------------------------------------- Ran 877 tests in 25.463s OK + /usr/bin/python3 setup.py test running test running egg_info writing certbot.egg-info/PKG-INFO writing dependency_links to certbot.egg-info/dependency_links.txt writing entry points to certbot.egg-info/entry_points.txt writing requirements to certbot.egg-info/requires.txt writing top-level names to certbot.egg-info/top_level.txt reading manifest file 'certbot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'certbot.egg-info/SOURCES.txt' running build_ext test_absolute_paths (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_dynamic_dirs (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_get_and_set_attr (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_hook_directories (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_init_same_ports (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_proxy_getattr (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_renewal_absolute_paths (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_renewal_dynamic_dirs (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_server_path (certbot.tests.configuration_test.NamespaceConfigTest) ... ok test_str (certbot.tests.errors_test.FailedChallengesTest) ... ok test_unicode (certbot.tests.errors_test.FailedChallengesTest) ... ok test_instance_args (certbot.tests.errors_test.StandaloneBindErrorTest) ... ok test_str (certbot.tests.errors_test.StandaloneBindErrorTest) ... ok test_no_such_cert_name (certbot.tests.storage_test.CertPathForCertNameTest) ... ok test_simple_cert_name (certbot.tests.storage_test.CertPathForCertNameTest) ... ok test_bad_renewal_config (certbot.tests.storage_test.DeleteFilesTest) ... ok test_delete_all_files (certbot.tests.storage_test.DeleteFilesTest) ... ok test_livedir_not_empty (certbot.tests.storage_test.DeleteFilesTest) ... ok test_no_archive (certbot.tests.storage_test.DeleteFilesTest) ... ok test_no_cert_file (certbot.tests.storage_test.DeleteFilesTest) ... ok test_no_readme_file (certbot.tests.storage_test.DeleteFilesTest) ... ok test_no_renewal_config (certbot.tests.storage_test.DeleteFilesTest) ... ok test_add_time_interval (certbot.tests.storage_test.RenewableCertTests) ... ok test_autodeployment_is_enabled (certbot.tests.storage_test.RenewableCertTests) ... ok test_autorenewal_is_enabled (certbot.tests.storage_test.RenewableCertTests) ... ok test_bad_kind (certbot.tests.storage_test.RenewableCertTests) ... ok test_consistent (certbot.tests.storage_test.RenewableCertTests) ... ok test_current_target (certbot.tests.storage_test.RenewableCertTests) ... ok test_current_version (certbot.tests.storage_test.RenewableCertTests) ... ok test_ensure_deployed (certbot.tests.storage_test.RenewableCertTests) ... ok test_has_pending_deployment (certbot.tests.storage_test.RenewableCertTests) ... ok test_initialization (certbot.tests.storage_test.RenewableCertTests) ... ok test_invalid_config_filename (certbot.tests.storage_test.RenewableCertTests) ... ok test_is_test_cert (certbot.tests.storage_test.RenewableCertTests) ... ok test_latest_and_next_versions (certbot.tests.storage_test.RenewableCertTests) ... ok test_missing_cert (certbot.tests.storage_test.RenewableCertTests) ... ok test_names (certbot.tests.storage_test.RenewableCertTests) ... ok test_new_lineage (certbot.tests.storage_test.RenewableCertTests) Test for new_lineage() class method. ... /usr/lib/python3.6/traceback.py:216: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w' encoding='UTF-8'> tb.tb_frame.clear() ok test_new_lineage_nonexistent_dirs (certbot.tests.storage_test.RenewableCertTests) Test that directories can be created if they don't exist. ... ok test_no_current_version (certbot.tests.storage_test.RenewableCertTests) ... ok test_no_renewal_version (certbot.tests.storage_test.RenewableCertTests) ... ok test_ocsp_revoked (certbot.tests.storage_test.RenewableCertTests) ... ok test_relevant_values (certbot.tests.storage_test.RenewableCertTests) Test that relevant_values() can reject an irrelevant value. ... ok test_relevant_values_bool (certbot.tests.storage_test.RenewableCertTests) ... ok test_relevant_values_default (certbot.tests.storage_test.RenewableCertTests) Test that relevant_values() can reject a default value. ... ok test_relevant_values_namespace (certbot.tests.storage_test.RenewableCertTests) ... ok test_relevant_values_nondefault (certbot.tests.storage_test.RenewableCertTests) Test that relevant_values() can retain a non-default value. ... ok test_relevant_values_plugins_none (certbot.tests.storage_test.RenewableCertTests) ... ok test_relevant_values_server (certbot.tests.storage_test.RenewableCertTests) ... ok test_relevant_values_str (certbot.tests.storage_test.RenewableCertTests) ... ok test_renewal_bad_config (certbot.tests.storage_test.RenewableCertTests) Test that the RenewableCert constructor will complain if ... ok test_renewal_incomplete_config (certbot.tests.storage_test.RenewableCertTests) Test that the RenewableCert constructor will complain if ... ok test_renewal_newer_version (certbot.tests.storage_test.RenewableCertTests) ... ok test_save_successor (certbot.tests.storage_test.RenewableCertTests) ... ok test_should_autodeploy (certbot.tests.storage_test.RenewableCertTests) Test should_autodeploy() on the basis of reasons other than ... ok test_should_autorenew (certbot.tests.storage_test.RenewableCertTests) Test should_autorenew on the basis of reasons other than ... ok test_time_interval_judgments (certbot.tests.storage_test.RenewableCertTests) Test should_autodeploy() and should_autorenew() on the basis ... ok test_update_all_links_to_full_failure (certbot.tests.storage_test.RenewableCertTests) ... Encountered exception during recovery: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/storage.py", line 833, in update_all_links_to self._update_link_to(kind, version) File "/builddir/build/BUILD/certbot-0.26.1/certbot/storage.py", line 818, in _update_link_to os.unlink(link) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1128, in _mock_call ret_val = effect(*args, **kwargs) File "/builddir/build/BUILD/certbot-0.26.1/certbot/tests/storage_test.py", line 335, in unlink_or_raise raise ValueError ValueError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/error_handler.py", line 108, in _call_registered self.funcs[-1]() File "/builddir/build/BUILD/certbot-0.26.1/certbot/storage.py", line 628, in _fix_symlinks os.unlink(current_link) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1128, in _mock_call ret_val = effect(*args, **kwargs) File "/builddir/build/BUILD/certbot-0.26.1/certbot/tests/storage_test.py", line 335, in unlink_or_raise raise ValueError ValueError ok test_update_all_links_to_partial_failure (certbot.tests.storage_test.RenewableCertTests) ... Encountered exception during recovery: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/storage.py", line 836, in update_all_links_to os.unlink(link) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1128, in _mock_call ret_val = effect(*args, **kwargs) File "/builddir/build/BUILD/certbot-0.26.1/certbot/tests/storage_test.py", line 319, in unlink_or_raise raise ValueError ValueError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/error_handler.py", line 108, in _call_registered self.funcs[-1]() File "/builddir/build/BUILD/certbot-0.26.1/certbot/storage.py", line 633, in _fix_symlinks os.unlink(link) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1128, in _mock_call ret_val = effect(*args, **kwargs) File "/builddir/build/BUILD/certbot-0.26.1/certbot/tests/storage_test.py", line 319, in unlink_or_raise raise ValueError ValueError ok test_update_all_links_to_success (certbot.tests.storage_test.RenewableCertTests) ... ok test_update_link_to (certbot.tests.storage_test.RenewableCertTests) ... ok test_update_symlinks (certbot.tests.storage_test.RenewableCertTests) ... ok test_version (certbot.tests.storage_test.RenewableCertTests) ... ok test_write_renewal_config (certbot.tests.storage_test.RenewableCertTests) ... ok test_deploy_certificate_failure (certbot.tests.client_test.ClientTest) ... Encountered exception during recovery: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/client.py", line 497, in deploy_certificate fullchain_path=fullchain_path) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1118, in _mock_call raise effect certbot.errors.PluginError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/error_handler.py", line 108, in _call_registered self.funcs[-1]() File "/builddir/build/BUILD/certbot-0.26.1/certbot/client.py", line 594, in _recovery_routine_with_msg reporter = zope.component.getUtility(interfaces.IReporter) File "/usr/lib/python3.6/site-packages/zope/component/_api.py", line 169, in getUtility raise ComponentLookupError(interface, name) zope.interface.interfaces.ComponentLookupError: (, '') ok test_deploy_certificate_restart_failure (certbot.tests.client_test.ClientTest) ... Rolling back to previous server configuration... ok test_deploy_certificate_restart_failure2 (certbot.tests.client_test.ClientTest) ... Rolling back to previous server configuration... Encountered exception during recovery: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/client.py", line 507, in deploy_certificate self.installer.restart() File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1118, in _mock_call raise effect certbot.errors.PluginError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/error_handler.py", line 108, in _call_registered self.funcs[-1]() File "/builddir/build/BUILD/certbot-0.26.1/certbot/client.py", line 606, in _rollback_and_restart self.installer.rollback_checkpoints() File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1118, in _mock_call raise effect certbot.errors.ReverterError ok test_deploy_certificate_save_failure (certbot.tests.client_test.ClientTest) ... Encountered exception during recovery: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/client.py", line 498, in deploy_certificate self.installer.save() # needed by the Apache plugin File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1118, in _mock_call raise effect certbot.errors.PluginError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/error_handler.py", line 108, in _call_registered self.funcs[-1]() File "/builddir/build/BUILD/certbot-0.26.1/certbot/client.py", line 594, in _recovery_routine_with_msg reporter = zope.component.getUtility(interfaces.IReporter) File "/usr/lib/python3.6/site-packages/zope/component/_api.py", line 169, in getUtility raise ComponentLookupError(interface, name) zope.interface.interfaces.ComponentLookupError: (, '') ok test_deploy_certificate_success (certbot.tests.client_test.ClientTest) ... No installer specified, client is unable to deploythe certificate ok test_init_acme_verify_ssl (certbot.tests.client_test.ClientTest) ... ok test_obtain_and_enroll_certificate (certbot.tests.client_test.ClientTest) ... ok test_obtain_certificate (certbot.tests.client_test.ClientTest) ... ok test_obtain_certificate_dry_run (certbot.tests.client_test.ClientTest) ... ok test_obtain_certificate_from_csr (certbot.tests.client_test.ClientTest) ... ok test_obtain_certificate_partial_success (certbot.tests.client_test.ClientTest) ... ok test_save_certificate (certbot.tests.client_test.ClientTest) ... ok test_docs_value (certbot.tests.client_test.DetermineUserAgentTest) ... ok test_real_values (certbot.tests.client_test.DetermineUserAgentTest) ... ok test_already_exists_header (certbot.tests.client_test.EnhanceConfigTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/client_test.py:491: DeprecationWarning: Please use assertEqual instead. 'Strict-Transport-Security') ok test_already_exists_redirect (certbot.tests.client_test.EnhanceConfigTest) ... ok test_ask (certbot.tests.client_test.EnhanceConfigTest) ... ok test_enhance_failure (certbot.tests.client_test.EnhanceConfigTest) ... Unable to set enhancement redirect for example.org ok test_no_ask_hsts (certbot.tests.client_test.EnhanceConfigTest) ... ok test_no_ask_redirect (certbot.tests.client_test.EnhanceConfigTest) ... ok test_no_ask_staple (certbot.tests.client_test.EnhanceConfigTest) ... ok test_no_ask_uir (certbot.tests.client_test.EnhanceConfigTest) ... ok test_no_installer (certbot.tests.client_test.EnhanceConfigTest) ... No installer is specified, there isn't any configuration to enhance. ok test_restart_failure (certbot.tests.client_test.EnhanceConfigTest) ... Rolling back to previous server configuration... ok test_restart_failure2 (certbot.tests.client_test.EnhanceConfigTest) ... Rolling back to previous server configuration... Encountered exception during recovery: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/client.py", line 550, in enhance_config self.installer.restart() File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1118, in _mock_call raise effect certbot.errors.PluginError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/error_handler.py", line 108, in _call_registered self.funcs[-1]() File "/builddir/build/BUILD/certbot-0.26.1/certbot/client.py", line 606, in _rollback_and_restart self.installer.rollback_checkpoints() File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1118, in _mock_call raise effect certbot.errors.ReverterError ok test_save_failure (certbot.tests.client_test.EnhanceConfigTest) ... ok test_unsupported (certbot.tests.client_test.EnhanceConfigTest) ... ok test_dry_run_no_staging_account (certbot.tests.client_test.RegisterTest) Tests dry-run for no staging account, expect account created with no email ... ok test_email_invalid_noninteractive (certbot.tests.client_test.RegisterTest) ... ok test_email_retry (certbot.tests.client_test.RegisterTest) ... ok test_it (certbot.tests.client_test.RegisterTest) ... ok test_needs_email (certbot.tests.client_test.RegisterTest) ... No email was provided and --register-unsafely-without-email was not present. ok test_no_tos (certbot.tests.client_test.RegisterTest) ... ok test_unsupported_error (certbot.tests.client_test.RegisterTest) ... ok test_without_email (certbot.tests.client_test.RegisterTest) ... ok test_no_installer (certbot.tests.client_test.RollbackTest) ... ok test_no_problems (certbot.tests.client_test.RollbackTest) ... ok test_dry_run (certbot.tests.hook_test.DeployHookTest) ... ok test_no_hook (certbot.tests.hook_test.DeployHookTest) ... ok test_success (certbot.tests.hook_test.DeployHookTest) ... ok test_it (certbot.tests.hook_test.ExecuteTest) ... ok test_empty (certbot.tests.hook_test.ListHooksTest) ... ok test_multiple (certbot.tests.hook_test.ListHooksTest) ... ok test_single (certbot.tests.hook_test.ListHooksTest) ... ok test_cert_only_and_run_without_hook (certbot.tests.hook_test.PostHookTest) ... ok test_certonly_and_run_with_hook (certbot.tests.hook_test.PostHookTest) ... ok test_renew_disabled_dir_hooks (certbot.tests.hook_test.PostHookTest) ... ok test_renew_no_config_hook (certbot.tests.hook_test.PostHookTest) ... ok test_renew_no_dir_hook (certbot.tests.hook_test.PostHookTest) ... ok test_renew_no_hooks (certbot.tests.hook_test.PostHookTest) ... ok test_renew_no_overlap (certbot.tests.hook_test.PostHookTest) ... ok test_renew_with_overlap (certbot.tests.hook_test.PostHookTest) ... ok test_certonly (certbot.tests.hook_test.PreHookTest) ... ok test_no_hooks (certbot.tests.hook_test.PreHookTest) ... ok test_renew_disabled_dir_hooks (certbot.tests.hook_test.PreHookTest) ... ok test_renew_no_overlap (certbot.tests.hook_test.PreHookTest) ... ok test_renew_with_overlap (certbot.tests.hook_test.PreHookTest) ... ok test_run (certbot.tests.hook_test.PreHookTest) ... ok test_disabled_dir_hooks (certbot.tests.hook_test.RenewHookTest) ... ok test_dry_run (certbot.tests.hook_test.RenewHookTest) ... ok test_no_hooks (certbot.tests.hook_test.RenewHookTest) ... ok test_no_overlap (certbot.tests.hook_test.RenewHookTest) ... ok test_overlap (certbot.tests.hook_test.RenewHookTest) ... ok test_empty (certbot.tests.hook_test.RunSavedPostHooksTest) ... ok test_multiple (certbot.tests.hook_test.RunSavedPostHooksTest) ... ok test_single (certbot.tests.hook_test.RunSavedPostHooksTest) ... ok test_not_executable (certbot.tests.hook_test.ValidateHookTest) ... ok test_not_found (certbot.tests.hook_test.ValidateHookTest) ... ok test_unset (certbot.tests.hook_test.ValidateHookTest) ... ok test_it (certbot.tests.hook_test.ValidateHooksTest) ... ok test_multiline_message (certbot.tests.reporter_test.ReporterTest) ... ok test_no_tty_print_empty (certbot.tests.reporter_test.ReporterTest) ... ok test_no_tty_successful_exit (certbot.tests.reporter_test.ReporterTest) ... ok test_no_tty_unsuccessful_exit (certbot.tests.reporter_test.ReporterTest) ... ok test_tty_print_empty (certbot.tests.reporter_test.ReporterTest) ... ok test_tty_successful_exit (certbot.tests.reporter_test.ReporterTest) ... ok test_tty_unsuccessful_exit (certbot.tests.reporter_test.ReporterTest) ... ok test_basic_match (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_no_match_exists (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_options_archive_cert (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_options_archive_fullchain (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_options_cert_path (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_options_fullchain (certbot.tests.cert_manager_test.CertPathToLineageTest) ... ok test_certificates_no_files (certbot.tests.cert_manager_test.CertificatesTest) ... ok test_certificates_parse_fail (certbot.tests.cert_manager_test.CertificatesTest) ... ok test_certificates_parse_success (certbot.tests.cert_manager_test.CertificatesTest) ... ok test_certificates_quiet (certbot.tests.cert_manager_test.CertificatesTest) ... ok test_report_human_readable (certbot.tests.cert_manager_test.CertificatesTest) ... ok test_delete_from_config (certbot.tests.cert_manager_test.DeleteTest) Test delete ... ok test_delete_interactive_multiple (certbot.tests.cert_manager_test.DeleteTest) Test delete ... ok test_delete_interactive_single (certbot.tests.cert_manager_test.DeleteTest) Test delete ... ok test_found_match (certbot.tests.cert_manager_test.DomainsForCertnameTest) ... ok test_no_match (certbot.tests.cert_manager_test.DomainsForCertnameTest) ... ok test_find_duplicative_names (certbot.tests.cert_manager_test.DuplicativeCertsTest) ... ok test_get_certnames (certbot.tests.cert_manager_test.GetCertnameTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/cert_manager_test.py:594: DeprecationWarning: Please use assertEqual instead. self.config, "verb", allow_multiple=False), ['example.com']) ok test_get_certnames_allow_multiple (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_get_certnames_allow_multiple_custom_prompt (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_get_certnames_allow_multiple_user_abort (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_get_certnames_custom_prompt (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_get_certnames_user_abort (certbot.tests.cert_manager_test.GetCertnameTest) ... ok test_found_match (certbot.tests.cert_manager_test.LineageForCertnameTest) ... ok test_no_match (certbot.tests.cert_manager_test.LineageForCertnameTest) ... ok test_no_renewal_file (certbot.tests.cert_manager_test.LineageForCertnameTest) ... ok test_basic_match (certbot.tests.cert_manager_test.MatchAndCheckOverlaps) ... ok test_no_matches (certbot.tests.cert_manager_test.MatchAndCheckOverlaps) ... ok test_too_many_matches (certbot.tests.cert_manager_test.MatchAndCheckOverlaps) ... ok test_no_certname (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_no_existing_certname (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_no_new_certname (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_rename_cert (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_rename_cert_bad_new_certname (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_rename_cert_interactive_certname (certbot.tests.cert_manager_test.RenameLineageTest) ... ok test_cert_storage_error (certbot.tests.cert_manager_test.SearchLineagesTest) ... ok test_update_live_symlinks (certbot.tests.cert_manager_test.UpdateLiveSymlinksTest) Test update_live_symlinks ... ok test_cancel (certbot.tests.display.ops_test.ChooseAccountTest) ... ok test_one (certbot.tests.display.ops_test.ChooseAccountTest) ... ok test_two (certbot.tests.display.ops_test.ChooseAccountTest) ... ok test_choose_manually (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_choose_manually_retry (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_filter_namees_override_question (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_filter_names_cancel (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_filter_names_nothing_selected (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_filter_names_valid_return (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_get_valid_domains (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_no_installer (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_no_installer_cancel (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_no_names_choose (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_sort_names_many (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_sort_names_trivial (certbot.tests.display.ops_test.ChooseNamesTest) ... ok test_choose_names_success (certbot.tests.display.ops_test.ChooseValuesTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/display/ops_test.py:505: DeprecationWarning: Please use assertEqual instead. self.assertEquals(result, [items[2]]) ok test_choose_names_success_question (certbot.tests.display.ops_test.ChooseValuesTest) ... ok test_choose_names_user_cancel (certbot.tests.display.ops_test.ChooseValuesTest) ... ok test_four (certbot.tests.display.ops_test.GenHttpsNamesTest) ... ok test_one (certbot.tests.display.ops_test.GenHttpsNamesTest) ... ok test_three (certbot.tests.display.ops_test.GenHttpsNamesTest) ... ok test_two (certbot.tests.display.ops_test.GenHttpsNamesTest) ... ok test_zero (certbot.tests.display.ops_test.GenHttpsNamesTest) ... ok test_two (certbot.tests.display.ops_test.GenSSLLabURLs) ... ok test_zero (certbot.tests.display.ops_test.GenSSLLabURLs) ... ok test_cancel_none (certbot.tests.display.ops_test.GetEmailTest) ... ok test_invalid_flag (certbot.tests.display.ops_test.GetEmailTest) ... ok test_ok_not_safe (certbot.tests.display.ops_test.GetEmailTest) ... ok test_ok_safe (certbot.tests.display.ops_test.GetEmailTest) ... ok test_optional_flag (certbot.tests.display.ops_test.GetEmailTest) ... ok test_optional_invalid_unsafe (certbot.tests.display.ops_test.GetEmailTest) ... ok test_success_installation (certbot.tests.display.ops_test.SuccessInstallationTest) ... ok test_success_renewal (certbot.tests.display.ops_test.SuccessRenewalTest) ... ok test_success_revocation (certbot.tests.display.ops_test.SuccessRevocationTest) ... ok test_directory_select_validation (certbot.tests.display.ops_test.ValidatorTests) ... ok test_directory_select_validation_with_bad_default (certbot.tests.display.ops_test.ValidatorTests) ... ok test_directory_select_validation_with_default (certbot.tests.display.ops_test.ValidatorTests) ... ok test_input_blank_with_validator (certbot.tests.display.ops_test.ValidatorTests) ... ok test_input_cancel_with_validator (certbot.tests.display.ops_test.ValidatorTests) ... ok test_input_validation_with_bad_default (certbot.tests.display.ops_test.ValidatorTests) ... ok test_input_validation_with_default (certbot.tests.display.ops_test.ValidatorTests) ... ok test_key_error (certbot.tests.display.enhancements_test.AskTest) ... ok test_redirect (certbot.tests.display.enhancements_test.AskTest) ... ok test_cancel (certbot.tests.display.enhancements_test.RedirectTest) ... ok test_easy (certbot.tests.display.enhancements_test.RedirectTest) ... ok test_secure (certbot.tests.display.enhancements_test.RedirectTest) ... ok test_checklist_empty (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist_miss_quit (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist_miss_valid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist_valid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_directory_select (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_directory_select_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_get_valid_int_ans_invalid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_get_valid_int_ans_valid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_assertion_fail (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_assertion_fail2 (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_cancel (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_normal (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_menu (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_menu_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_methods_take_force_interactive (certbot.tests.display.util_test.FileOutputDisplayTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/display/util_test.py:319: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() arg_spec = inspect.getargspec(getattr(self.displayer, name)) ok test_notification_no_pause (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_notification_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_notification_noninteractive2 (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_notification_pause (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_print_menu (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_scrub_checklist_input_invalid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_scrub_checklist_input_valid (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_wrap_lines (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_yesno (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_yesno_noninteractive (certbot.tests.display.util_test.FileOutputDisplayTest) ... ok test_eof (certbot.tests.display.util_test.InputWithTimeoutTest) ... ok test_input (certbot.tests.display.util_test.InputWithTimeoutTest) ... ok test_input_with_prompt (certbot.tests.display.util_test.InputWithTimeoutTest) ... ok test_timeout (certbot.tests.display.util_test.InputWithTimeoutTest) ... /usr/lib/python3.6/unittest/case.py:622: ResourceWarning: unclosed testMethod() ok test_checklist (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_directory_select (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_input (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_menu (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_methods_take_kwargs (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/display/util_test.py:380: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() self.assertFalse(inspect.getargspec(method).keywords is None) ok test_notification_no_pause (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_yesno (certbot.tests.display.util_test.NoninteractiveDisplayTest) ... ok test_multiple (certbot.tests.display.util_test.PlaceParensTest) ... ok test_single_letter (certbot.tests.display.util_test.PlaceParensTest) ... ok test_both (certbot.tests.display.util_test.SeparateListInputTest) ... ok test_commas (certbot.tests.display.util_test.SeparateListInputTest) ... ok test_mess (certbot.tests.display.util_test.SeparateListInputTest) ... ok test_spaces (certbot.tests.display.util_test.SeparateListInputTest) ... ok test_complete (certbot.tests.display.completer_test.CompleterTest) ... ok test_context_manager_libedit (certbot.tests.display.completer_test.CompleterTest) ... ok test_context_manager_readline (certbot.tests.display.completer_test.CompleterTest) ... ok test_context_manager_with_unmocked_readline (certbot.tests.display.completer_test.CompleterTest) ... ok test_import_error (certbot.tests.display.completer_test.CompleterTest) ... ok test_everything_fails (certbot.tests.notify_test.NotifyTests) ... ok test_smtp_failure (certbot.tests.notify_test.NotifyTests) ... ok test_smtp_success (certbot.tests.notify_test.NotifyTests) ... ok test_deployer_skip_dry_run (certbot.tests.renewupdater_test.RenewUpdaterTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/renewupdater_test.py:65: DeprecationWarning: Please use assertEqual instead. "Skipping renewal deployer in dry-run mode.") ok test_enhancement_deployer (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_deployer_not_called (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_no_deployer (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_no_updater (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_updates (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_enhancement_updates_not_called (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_renew_deployer (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_server_updates (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_updater_skip_dry_run (certbot.tests.renewupdater_test.RenewUpdaterTest) ... ok test_invalid_false (certbot.tests.crypto_util_test.CSRMatchesPubkeyTest) ... ok test_valid_true (certbot.tests.crypto_util_test.CSRMatchesPubkeyTest) ... ok test_cert_and_chain_from_fullchain (certbot.tests.crypto_util_test.CertAndChainFromFullchainTest) ... ok test_load_invalid_cert (certbot.tests.crypto_util_test.CertLoaderTest) ... ok test_load_valid_cert (certbot.tests.crypto_util_test.CertLoaderTest) ... ok test_common_name_sans_order (certbot.tests.crypto_util_test.GetNamesFromCertTest) ... ok test_parse_non_cert (certbot.tests.crypto_util_test.GetNamesFromCertTest) ... Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/crypto_util.py", line 333, in _load_cert_or_req return load_func(typ, cert_or_req_str) File "/usr/lib/python3.6/site-packages/OpenSSL/crypto.py", line 1756, in load_certificate _raise_current_error() File "/usr/lib/python3.6/site-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue raise exception_type(errors) OpenSSL.crypto.Error: [('PEM routines', 'PEM_read_bio', 'no start line')] ok test_san (certbot.tests.crypto_util_test.GetNamesFromCertTest) ... ok test_single (certbot.tests.crypto_util_test.GetNamesFromCertTest) ... ok test_san (certbot.tests.crypto_util_test.GetSANsFromCertTest) ... ok test_single (certbot.tests.crypto_util_test.GetSANsFromCertTest) ... ok test_bad_csr (certbot.tests.crypto_util_test.ImportCSRFileTest) ... ok test_der_csr (certbot.tests.crypto_util_test.ImportCSRFileTest) ... ok test_pem_csr (certbot.tests.crypto_util_test.ImportCSRFileTest) ... ok test_it (certbot.tests.crypto_util_test.InitSaveCSRTest) ... ok test_key_failure (certbot.tests.crypto_util_test.InitSaveKeyTest) ... ok test_success (certbot.tests.crypto_util_test.InitSaveKeyTest) ... ok test_it (certbot.tests.crypto_util_test.MakeKeyTest) ... ok test_notAfter (certbot.tests.crypto_util_test.NotAfterTest) ... ok test_notBefore (certbot.tests.crypto_util_test.NotBeforeTest) ... ok test_sha256sum (certbot.tests.crypto_util_test.Sha256sumTest) ... ok test_empty_false (certbot.tests.crypto_util_test.ValidCSRTest) ... ok test_random_false (certbot.tests.crypto_util_test.ValidCSRTest) ... ok test_valid_der_false (certbot.tests.crypto_util_test.ValidCSRTest) ... ok test_valid_pem_san_true (certbot.tests.crypto_util_test.ValidCSRTest) ... ok test_valid_pem_true (certbot.tests.crypto_util_test.ValidCSRTest) ... ok test_empty_false (certbot.tests.crypto_util_test.ValidPrivkeyTest) ... ok test_random_false (certbot.tests.crypto_util_test.ValidPrivkeyTest) ... ok test_valid_true (certbot.tests.crypto_util_test.ValidPrivkeyTest) ... ok test_cert_priv_key_match (certbot.tests.crypto_util_test.VerifyCertMatchesPrivKeyTest) ... ok test_cert_priv_key_mismatch (certbot.tests.crypto_util_test.VerifyCertMatchesPrivKeyTest) ... verifying the cert located at /builddir/build/BUILD/certbot-0.26.1/certbot/tests/testdata/cert_2048.pem matches the private key located at /builddir/build/BUILD/certbot-0.26.1/certbot/tests/testdata/rsa256_key.pem has failed. Details: [('x509 certificate routines', 'X509_check_private_key', 'key values mismatch')] Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/crypto_util.py", line 275, in verify_cert_matches_priv_key context.use_privatekey_file(key_path) File "/usr/lib/python3.6/site-packages/OpenSSL/SSL.py", line 875, in use_privatekey_file self._raise_passphrase_exception() File "/usr/lib/python3.6/site-packages/OpenSSL/SSL.py", line 854, in _raise_passphrase_exception _raise_current_error() File "/usr/lib/python3.6/site-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue raise exception_type(errors) OpenSSL.SSL.Error: [('x509 certificate routines', 'X509_check_private_key', 'key values mismatch')] ok test_fullchain_ioerror (certbot.tests.crypto_util_test.VerifyFullchainTest) ... reading one of cert, chain, or fullchain has failed: [Errno 2] No such file or directory: 'dog' Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/crypto_util.py", line 294, in verify_fullchain with open(renewable_cert.chain) as chain_file: # type: IO[str] FileNotFoundError: [Errno 2] No such file or directory: 'dog' ok test_fullchain_matches (certbot.tests.crypto_util_test.VerifyFullchainTest) ... ok test_fullchain_mismatch (certbot.tests.crypto_util_test.VerifyFullchainTest) ... ok test_cert_sig_match (certbot.tests.crypto_util_test.VerifyRenewableCertSigTest) ... ok test_cert_sig_match_ec (certbot.tests.crypto_util_test.VerifyRenewableCertSigTest) ... ok test_cert_sig_mismatch (certbot.tests.crypto_util_test.VerifyRenewableCertSigTest) ... verifying the signature of the cert located at /builddir/build/BUILD/certbot-0.26.1/certbot/tests/testdata/cert_512_bad.pem has failed. Details: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/crypto_util.py", line 248, in verify_renewable_cert_sig verifier.verify() File "/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/rsa.py", line 324, in verify self._hash_ctx.finalize() File "/usr/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/rsa.py", line 268, in _rsa_sig_verify raise InvalidSignature cryptography.exceptions.InvalidSignature ok test_verify_renewable_cert (certbot.tests.crypto_util_test.VerifyRenewableCertTest) ... ok test_verify_renewable_cert_failure (certbot.tests.crypto_util_test.VerifyRenewableCertTest) ... ok test_bad_recovery (certbot.tests.error_handler_test.ErrorHandlerTest) ... Encountered exception during recovery: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/tests/error_handler_test.py", line 91, in test_bad_recovery raise ValueError ValueError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/error_handler.py", line 108, in _call_registered self.funcs[-1]() File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1123, in _mock_call raise result ValueError ok test_bad_recovery_with_signal (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_context_manager (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_context_manager_with_signal (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_regular_exit (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_sysexit_ignored (certbot.tests.error_handler_test.ErrorHandlerTest) ... ok test_bad_recovery (certbot.tests.error_handler_test.ExitHandlerTest) ... Encountered exception during recovery: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/tests/error_handler_test.py", line 91, in test_bad_recovery raise ValueError ValueError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/certbot-0.26.1/certbot/error_handler.py", line 108, in _call_registered self.funcs[-1]() File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1123, in _mock_call raise result ValueError ok test_bad_recovery_with_signal (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_context_manager (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_context_manager_with_signal (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_regular_exit (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_sysexit_ignored (certbot.tests.error_handler_test.ExitHandlerTest) ... ok test_add_to_checkpoint_copy_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_bad_register_undo_command (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_bad_registration (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_basic_add_to_temp_checkpoint (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_checkpoint_conflict (certbot.tests.reverter_test.ReverterCheckpointLocalTest) Make sure that checkpoint errors are thrown appropriately. ... ok test_multiple_registration_fail_and_revert (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_multiple_registration_same_file (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_multiple_saves_and_temp_revert (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_no_change (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_copy_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_missing_new_files (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_remove_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_revert_temp_failures (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_rm_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_rollback_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recovery_routine_in_progress_failure (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recovery_routine_temp_and_perm (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_register_file_creation_write_error (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_register_undo_command (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_run_undo_commands (certbot.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_finalize_checkpoint_cannot_title (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_finalize_checkpoint_no_in_progress (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_finalize_checkpoint_no_rename_directory (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_multi_rollback (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_rollback_finalize_checkpoint_valid_inputs (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_rollback_improper_inputs (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_rollback_too_many (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_view_config_changes (certbot.tests.reverter_test.TestFullCheckpointsReverter) This is not strict as this is subject to change. ... ok test_view_config_changes_bad_backups_dir (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_view_config_changes_for_logging (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_view_config_changes_no_backups (certbot.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_corrupted_account (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete_folders_down (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete_folders_up (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete_no_account (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete_shared_account_down (certbot.tests.account_test.AccountFileStorageTest) ... ok test_delete_shared_account_up (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_accounts_dir_absent (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_find_before_save (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_load_skips (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_neither_exists (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_none_empty_list (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_save_before_find (certbot.tests.account_test.AccountFileStorageTest) ... ok test_find_all_server_downgrade (certbot.tests.account_test.AccountFileStorageTest) ... ok test_init_creates_dir (certbot.tests.account_test.AccountFileStorageTest) ... ok test_load_id_mismatch_raises_error (certbot.tests.account_test.AccountFileStorageTest) ... ok test_load_ioerror (certbot.tests.account_test.AccountFileStorageTest) ... ok test_load_non_existent_raises_error (certbot.tests.account_test.AccountFileStorageTest) ... ok test_save_and_restore (certbot.tests.account_test.AccountFileStorageTest) ... ok test_save_and_restore_old_version (certbot.tests.account_test.AccountFileStorageTest) Saved regr should include a new_authzr_uri for older Certbots ... ok test_save_ioerrors (certbot.tests.account_test.AccountFileStorageTest) ... ok test_save_regr (certbot.tests.account_test.AccountFileStorageTest) ... ok test_upgrade_load (certbot.tests.account_test.AccountFileStorageTest) ... ok test_upgrade_load_single_account (certbot.tests.account_test.AccountFileStorageTest) ... ok test_upgrade_version_production (certbot.tests.account_test.AccountFileStorageTest) ... ok test_upgrade_version_staging (certbot.tests.account_test.AccountFileStorageTest) ... ok test_it (certbot.tests.account_test.AccountMemoryStorageTest) ... ok test_id (certbot.tests.account_test.AccountTest) ... ok test_init (certbot.tests.account_test.AccountTest) ... ok test_repr (certbot.tests.account_test.AccountTest) ... ok test_slug (certbot.tests.account_test.AccountTest) ... ok test_it (certbot.tests.account_test.ReportNewAccountTest) ... ok test_no_reporter (certbot.tests.account_test.ReportNewAccountTest) ... ok test_ancient_webroot_renewal_conf (certbot.tests.renewal_test.RenewalTest) ... ok test_allow_subset_of_names_failure (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_allow_subset_of_names_success (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_must_staple_failure (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_must_staple_success (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_pref_challs_failure (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_pref_challs_list (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_pref_challs_str (certbot.tests.renewal_test.RestoreRequiredConfigElementsTest) ... ok test_boolean (certbot.tests.cli_test.DefaultTest) ... ok test_equality (certbot.tests.cli_test.DefaultTest) ... ok test_hash (certbot.tests.cli_test.DefaultTest) ... ok test_allow_subset_with_wildcard (certbot.tests.cli_test.ParseTest) ... ok test_cli_ini_domains (certbot.tests.cli_test.ParseTest) ... ok test_delete_after_revoke (certbot.tests.cli_test.ParseTest) ... ok test_delete_after_revoke_default (certbot.tests.cli_test.ParseTest) ... ok test_deploy_hook_conflict (certbot.tests.cli_test.ParseTest) ... ok test_deploy_hook_matches_renew_hook (certbot.tests.cli_test.ParseTest) ... ok test_deploy_hook_sets_renew_hook (certbot.tests.cli_test.ParseTest) ... ok test_dry_run_flag (certbot.tests.cli_test.ParseTest) ... ok test_encode_revocation_reason (certbot.tests.cli_test.ParseTest) ... ok test_force_interactive (certbot.tests.cli_test.ParseTest) ... ok test_help (certbot.tests.cli_test.ParseTest) ... ok test_help_no_dashes (certbot.tests.cli_test.ParseTest) ... ok test_install_abspath (certbot.tests.cli_test.ParseTest) ... ok test_max_log_backups_error (certbot.tests.cli_test.ParseTest) ... ok test_max_log_backups_success (certbot.tests.cli_test.ParseTest) ... ok test_must_staple_flag (certbot.tests.cli_test.ParseTest) ... ok test_no_args (certbot.tests.cli_test.ParseTest) ... ok test_no_delete_after_revoke (certbot.tests.cli_test.ParseTest) ... ok test_no_directory_hooks_set (certbot.tests.cli_test.ParseTest) ... ok test_no_directory_hooks_unset (certbot.tests.cli_test.ParseTest) ... ok test_no_gui (certbot.tests.cli_test.ParseTest) ... ok test_option_was_set (certbot.tests.cli_test.ParseTest) ... ok test_parse_domains (certbot.tests.cli_test.ParseTest) ... ok test_preferred_challenges (certbot.tests.cli_test.ParseTest) ... ok test_renew_hook_conflict (certbot.tests.cli_test.ParseTest) ... ok test_renew_hook_does_not_set_renew_hook (certbot.tests.cli_test.ParseTest) ... ok test_renew_hook_matches_deploy_hook (certbot.tests.cli_test.ParseTest) ... ok test_server_flag (certbot.tests.cli_test.ParseTest) ... ok test_staging_flag (certbot.tests.cli_test.ParseTest) ... ok test_unchanging_defaults (certbot.tests.cli_test.ParseTest) ... ok test_deploy_hook (certbot.tests.cli_test.SetByCliTest) ... ok test_report_config_interaction_iterable (certbot.tests.cli_test.SetByCliTest) ... ok test_report_config_interaction_str (certbot.tests.cli_test.SetByCliTest) ... ok test_webroot_map (certbot.tests.cli_test.SetByCliTest) ... ok test_read_file (certbot.tests.cli_test.TestReadFile) ... /builddir/build/BUILD/certbot-0.26.1/certbot/cli.py:289: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/tmp60y_lq0n/foo'> return filename, open(filename, mode).read() ok test_it (certbot.tests.auth_handler_test.ChallbToAchallTest) ... ok test_all (certbot.tests.auth_handler_test.ChallengeFactoryTest) ... ok test_one_tls_sni (certbot.tests.auth_handler_test.ChallengeFactoryTest) ... ok test_unrecognized (certbot.tests.auth_handler_test.ChallengeFactoryTest) ... ok test_common_case (certbot.tests.auth_handler_test.GenChallengePathTest) Given TLSSNI01 and HTTP01 with appropriate combos. ... ok test_not_supported (certbot.tests.auth_handler_test.GenChallengePathTest) ... ok test_debug_challenges (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_dns_only_challenge_not_supported (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_incomplete_authzr_error (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name1_tls_sni_01_1_acme_1 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name1_tls_sni_01_1_acme_2 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name1_tls_sni_01_1_http_01_1_dns_1_acme_1 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name1_tls_sni_01_1_http_01_1_dns_1_acme_2 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name3_tls_sni_01_3_common_acme_1 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_name3_tls_sni_01_3_common_acme_2 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_no_domains (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_perform_error (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_perform_failure (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_preferred_challenge_choice_common_acme_1 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_preferred_challenge_choice_common_acme_2 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_preferred_challenges_not_supported_acme_1 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_preferred_challenges_not_supported_acme_2 (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_respond_error (certbot.tests.auth_handler_test.HandleAuthorizationsTest) ... ok test_poll_challenges (certbot.tests.auth_handler_test.PollChallengesTest) ... ok test_poll_challenges_failure (certbot.tests.auth_handler_test.PollChallengesTest) ... ok test_poll_challenges_failure_best_effort (certbot.tests.auth_handler_test.PollChallengesTest) ... Challenge failed for domain 0 Challenge failed for domain 1 Challenge failed for domain 2 ok test_unable_to_find_challenge_status (certbot.tests.auth_handler_test.PollChallengesTest) ... ok test_verify_authzr_failure (certbot.tests.auth_handler_test.PollChallengesTest) ... ok test_different_errors_and_domains (certbot.tests.auth_handler_test.ReportFailedChallsTest) ... ok test_same_error_and_domain (certbot.tests.auth_handler_test.ReportFailedChallsTest) ... ok test_format (certbot.tests.log_test.ColoredStreamHandlerTest) ... ok test_format_and_red_level (certbot.tests.log_test.ColoredStreamHandlerTest) ... ok test_log_dir (certbot.tests.log_test.ExitWithLogPathTest) ... ok test_log_file (certbot.tests.log_test.ExitWithLogPathTest) ... ok test_flush (certbot.tests.log_test.MemoryHandlerTest) ... ok test_not_flushed (certbot.tests.log_test.MemoryHandlerTest) ... ok test_target_reset (certbot.tests.log_test.MemoryHandlerTest) ... ok test_acme_error (certbot.tests.log_test.PostArgParseExceptHookTest) ... ok test_base_exception (certbot.tests.log_test.PostArgParseExceptHookTest) ... ok test_custom_error (certbot.tests.log_test.PostArgParseExceptHookTest) ... ok test_debug (certbot.tests.log_test.PostArgParseExceptHookTest) ... ok test_other_error (certbot.tests.log_test.PostArgParseExceptHookTest) ... ok test_common (certbot.tests.log_test.PostArgParseSetupTest) ... ok /usr/lib/python3.6/unittest/suite.py:107: ResourceWarning: unclosed file <_io.TextIOWrapper name='/dev/null' mode='w' encoding='UTF-8'> for index, test in enumerate(self): test_debug (certbot.tests.log_test.PostArgParseSetupTest) ... /usr/lib/python3.6/site-packages/mock/mock.py:1986: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpi8ui7ah0/logs/letsencrypt.log' mode='a' encoding='UTF-8'> setattr(_type, entry, MagicProxy(entry, self)) ok test_quiet (certbot.tests.log_test.PostArgParseSetupTest) ... ok /usr/lib/python3.6/unittest/suite.py:84: ResourceWarning: unclosed file <_io.TextIOWrapper name='/dev/null' mode='w' encoding='UTF-8'> return self.run(*args, **kwds) test_it (certbot.tests.log_test.PreArgParseExceptHookTest) ... ok test_it (certbot.tests.log_test.PreArgParseSetupTest) ... ok test_failure (certbot.tests.log_test.SetupLogFileHandlerTest) ... ok test_max_log_backups_used (certbot.tests.log_test.SetupLogFileHandlerTest) ... ok test_success_with_rollover (certbot.tests.log_test.SetupLogFileHandlerTest) ... ok test_success_without_rollover (certbot.tests.log_test.SetupLogFileHandlerTest) ... ok test_delete (certbot.tests.log_test.TempHandlerTest) ... ok test_no_delete (certbot.tests.log_test.TempHandlerTest) ... /usr/lib/python3.6/site-packages/mock/mock.py:2027: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpn50srgwo/logs/letsencrypt.log' mode='a' encoding='UTF-8'> self.name = name /usr/lib/python3.6/site-packages/mock/mock.py:2027: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w' encoding='UTF-8'> self.name = name --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 995, in emit stream.write(msg) File "/usr/lib/python3.6/tempfile.py", line 485, in func_wrapper return func(*args, **kwargs) TypeError: write() argument must be str, not MagicMock Call stack: File "setup.py", line 133, in 'webroot = certbot.plugins.webroot:Authenticator', File "/usr/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup return distutils.core.setup(**attrs) File "/usr/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/usr/lib/python3.6/site-packages/setuptools/command/test.py", line 226, in run self.run_tests() File "/usr/lib/python3.6/site-packages/setuptools/command/test.py", line 248, in run_tests exit=False, File "/usr/lib/python3.6/unittest/main.py", line 95, in __init__ self.runTests() File "/usr/lib/python3.6/unittest/main.py", line 256, in runTests self.result = testRunner.run(self.test) File "/usr/lib/python3.6/unittest/runner.py", line 176, in run test(result) File "/usr/lib/python3.6/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/lib/python3.6/unittest/suite.py", line 122, in run test(result) File "/usr/lib/python3.6/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/lib/python3.6/unittest/suite.py", line 122, in run test(result) File "/usr/lib/python3.6/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/lib/python3.6/unittest/suite.py", line 122, in run test(result) File "/usr/lib/python3.6/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/lib/python3.6/unittest/suite.py", line 122, in run test(result) File "/usr/lib/python3.6/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/lib/python3.6/unittest/suite.py", line 122, in run test(result) File "/usr/lib/python3.6/unittest/case.py", line 670, in __call__ return self.run(*args, **kwds) File "/usr/lib/python3.6/unittest/case.py", line 622, in run testMethod() File "/builddir/build/BUILD/certbot-0.26.1/certbot/tests/log_test.py", line 269, in test_no_delete self.handler.emit(mock.MagicMock()) File "/builddir/build/BUILD/certbot-0.26.1/certbot/log.py", line 254, in emit super(TempHandler, self).emit(record) Message: Arguments: ok test_permissions (certbot.tests.log_test.TempHandlerTest) ... ok test_help (certbot.tests.util_test.AddDeprecatedArgumentTest) ... ok test_set_constant (certbot.tests.util_test.AddDeprecatedArgumentTest) Test when ACTION_TYPES_THAT_DONT_NEED_A_VALUE is a set. ... ok test_tuple_constant (certbot.tests.util_test.AddDeprecatedArgumentTest) Test when ACTION_TYPES_THAT_DONT_NEED_A_VALUE is a tuple. ... ok test_warning_no_arg (certbot.tests.util_test.AddDeprecatedArgumentTest) ... ok test_warning_with_arg (certbot.tests.util_test.AddDeprecatedArgumentTest) ... ok test_called (certbot.tests.util_test.AtexitRegisterTest) ... ok test_not_called (certbot.tests.util_test.AtexitRegisterTest) ... ok test_ok_mode (certbot.tests.util_test.CheckPermissionsTest) ... ok test_wrong_mode (certbot.tests.util_test.CheckPermissionsTest) ... ok test_empty_domain (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_empty_label (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_empty_trailing_label (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_long_label_1 (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_long_label_2 (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_nonascii_str (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_nonascii_unicode (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_not_long_label (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_not_too_long (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_punycode_ok (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_too_long (certbot.tests.util_test.EnforceDomainSanityTest) ... ok test_input_with_scheme (certbot.tests.util_test.EnforceLeValidity) ... ok test_invalid_chars (certbot.tests.util_test.EnforceLeValidity) ... ok test_leading_hyphen (certbot.tests.util_test.EnforceLeValidity) ... ok test_one_label (certbot.tests.util_test.EnforceLeValidity) ... ok test_sanity (certbot.tests.util_test.EnforceLeValidity) ... ok test_trailing_hyphen (certbot.tests.util_test.EnforceLeValidity) ... ok test_valid_domain (certbot.tests.util_test.EnforceLeValidity) ... ok test_valid_input_with_scheme_name (certbot.tests.util_test.EnforceLeValidity) ... ok test_full_path (certbot.tests.util_test.ExeExistsTest) ... ok test_not_found (certbot.tests.util_test.ExeExistsTest) ... ok test_on_path (certbot.tests.util_test.ExeExistsTest) ... ok test_no_wildcard (certbot.tests.util_test.IsWildcardDomainTest) ... ok test_wildcard (certbot.tests.util_test.IsWildcardDomainTest) ... ok test_it (certbot.tests.util_test.LockDirUntilExit) ... ok test_creates_dir_when_missing (certbot.tests.util_test.MakeOrVerifyDirTest) ... ok test_existing_correct_mode_does_not_fail (certbot.tests.util_test.MakeOrVerifyDirTest) ... ok test_existing_wrong_mode_fails (certbot.tests.util_test.MakeOrVerifyDirTest) ... ok test_reraises_os_error (certbot.tests.util_test.MakeOrVerifyDirTest) ... ok test_non_systemd_os_info (certbot.tests.util_test.OsInfoTest) ... ok test_systemd_os_release (certbot.tests.util_test.OsInfoTest) ... ok test_systemd_os_release_like (certbot.tests.util_test.OsInfoTest) ... ok test_bad_process (certbot.tests.util_test.RunScriptTest) ... ok test_default (certbot.tests.util_test.RunScriptTest) These will be changed soon enough with reload. ... ok test_failure (certbot.tests.util_test.RunScriptTest) ... ok test_invalid_emails (certbot.tests.util_test.SafeEmailTest) ... ok test_valid_emails (certbot.tests.util_test.SafeEmailTest) ... ok test_exists (certbot.tests.util_test.SafelyRemoveTest) ... ok test_missing (certbot.tests.util_test.SafelyRemoveTest) ... ok test_other_error_passthrough (certbot.tests.util_test.SafelyRemoveTest) ... ok test_failure (certbot.tests.util_test.SetUpCoreDirTest) ... ok test_success (certbot.tests.util_test.SetUpCoreDirTest) ... ok test_default_exists (certbot.tests.util_test.UniqueFileTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/util_test.py:218: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w' encoding='UTF-8'> name1 = self._call()[1] # create 0000_foo.txt /builddir/build/BUILD/certbot-0.26.1/certbot/tests/util_test.py:219: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w' encoding='UTF-8'> name2 = self._call()[1] /builddir/build/BUILD/certbot-0.26.1/certbot/tests/util_test.py:220: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w' encoding='UTF-8'> name3 = self._call()[1] ok test_returns_fd_for_writing (certbot.tests.util_test.UniqueFileTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/util_test.py:211: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpkc9yi0ei/0000_foo.txt' mode='r' encoding='UTF-8'> self.assertEqual(open(name).read(), "bar") ok test_right_mode (certbot.tests.util_test.UniqueFileTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/util_test.py:214: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w' encoding='UTF-8'> self.assertEqual(0o700, os.stat(self._call(0o700)[1]).st_mode & 0o777) /builddir/build/BUILD/certbot-0.26.1/certbot/tests/util_test.py:215: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w' encoding='UTF-8'> self.assertEqual(0o100, os.stat(self._call(0o100)[1]).st_mode & 0o777) ok test_basic (certbot.tests.util_test.UniqueLineageNameTest) ... /usr/lib/python3.6/unittest/case.py:622: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w' encoding='UTF-8'> testMethod() ok test_failure (certbot.tests.util_test.UniqueLineageNameTest) ... ok test_multiple (certbot.tests.util_test.UniqueLineageNameTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/util_test.py:259: ResourceWarning: unclosed file <_io.TextIOWrapper name=9 mode='w' encoding='UTF-8'> f, name = self._call("wow") /builddir/build/BUILD/certbot-0.26.1/certbot/tests/util_test.py:259: ResourceWarning: unclosed file <_io.TextIOWrapper name=13 mode='w' encoding='UTF-8'> f, name = self._call("wow") /usr/lib/python3.6/unittest/case.py:622: ResourceWarning: unclosed file <_io.TextIOWrapper name=13 mode='w' encoding='UTF-8'> testMethod() ok test_subsequent_failure (certbot.tests.util_test.UniqueLineageNameTest) ... ok test_find_lineage_for_domains_and_certname (certbot.tests.main_test.CertonlyTest) ... ok test_find_lineage_for_domains_new_certname (certbot.tests.main_test.CertonlyTest) ... /usr/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/version.py:353: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmp_0rk8i5n/logs/letsencrypt.log' mode='a' encoding='UTF-8'> reversed(release), ok test_no_reinstall_text_pause (certbot.tests.main_test.CertonlyTest) ... ok test_cert_name_only (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_cert_path_only (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_certname_and_cert_path_match (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_certname_and_cert_path_mismatch (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_delete_flag_opt_out (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_delete_prompt_opt_out (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_no_certname_or_cert_path (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_noninteractive_certname_cert_path_mismatch (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_noninteractive_deletion (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_opt_in_deletion (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_overlapping_archive_dirs (certbot.tests.main_test.DeleteIfAppropriateTest) ... ok test_args_account_set (certbot.tests.main_test.DetermineAccountTest) ... ok test_multiple_accounts (certbot.tests.main_test.DetermineAccountTest) ... ok test_no_accounts_email (certbot.tests.main_test.DetermineAccountTest) ... ok test_no_accounts_no_email (certbot.tests.main_test.DetermineAccountTest) ... ok test_single_account (certbot.tests.main_test.DetermineAccountTest) ... ok test_enhance_config_call (certbot.tests.main_test.EnhanceTest) ... ok test_enhance_noninteractive (certbot.tests.main_test.EnhanceTest) ... ok test_enhancement_enable (certbot.tests.main_test.EnhanceTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/tests/main_test.py:1716: DeprecationWarning: Please use assertEqual instead. ["example.com", "another.tld"]) ok test_enhancement_enable_conflict (certbot.tests.main_test.EnhanceTest) ... ok test_enhancement_enable_not_supported (certbot.tests.main_test.EnhanceTest) ... ok test_no_enhancements_defined (certbot.tests.main_test.EnhanceTest) ... ok test_plugin_selection_error (certbot.tests.main_test.EnhanceTest) ... ok test_selection_auth_warning (certbot.tests.main_test.EnhanceTest) ... ok test_selection_question (certbot.tests.main_test.EnhanceTest) ... ok test_user_abort_domains (certbot.tests.main_test.EnhanceTest) ... ok test_display_ops (certbot.tests.main_test.FindDomainsOrCertnameTest) ... ok test_grab_domains (certbot.tests.main_test.FindDomainsOrCertnameTest) ... ok test_no_results (certbot.tests.main_test.FindDomainsOrCertnameTest) ... ok test_install_enhancement_no_certname (certbot.tests.main_test.InstallTest) ... ok test_install_enhancement_not_supported (certbot.tests.main_test.InstallTest) ... ok test_agree_dev_preview_config (certbot.tests.main_test.MainTest) ... ok test_certificates (certbot.tests.main_test.MainTest) ... ok test_certonly_abspath (certbot.tests.main_test.MainTest) ... ok test_certonly_bad_args (certbot.tests.main_test.MainTest) ... ok test_certonly_csr (certbot.tests.main_test.MainTest) ... ok test_certonly_csr_dry_run (certbot.tests.main_test.MainTest) ... ok test_certonly_dry_run_new_request_success (certbot.tests.main_test.MainTest) ... ok test_certonly_new_request_failure (certbot.tests.main_test.MainTest) ... ok test_certonly_new_request_success (certbot.tests.main_test.MainTest) ... ok test_certonly_reinstall (certbot.tests.main_test.MainTest) ... ok test_certonly_renewal (certbot.tests.main_test.MainTest) ... ok test_certonly_renewal_triggers (certbot.tests.main_test.MainTest) ... ok test_check_config_sanity_domain (certbot.tests.main_test.MainTest) ... ok test_config_changes (certbot.tests.main_test.MainTest) ... ok test_configurator_selection (certbot.tests.main_test.MainTest) ... ok test_csr_with_besteffort (certbot.tests.main_test.MainTest) ... ok test_csr_with_inconsistent_domains (certbot.tests.main_test.MainTest) ... ok test_csr_with_no_domains (certbot.tests.main_test.MainTest) ... ok test_delete (certbot.tests.main_test.MainTest) ... ok test_installer_certname (certbot.tests.main_test.MainTest) ... ok test_installer_param_error (certbot.tests.main_test.MainTest) ... ok test_installer_param_override (certbot.tests.main_test.MainTest) ... ok test_installer_select_cert (certbot.tests.main_test.MainTest) ... ok test_installer_selection (certbot.tests.main_test.MainTest) ... ok test_no_flags (certbot.tests.main_test.MainTest) ... ok test_no_renewal_with_hooks (certbot.tests.main_test.MainTest) ... ok test_noninteractive (certbot.tests.main_test.MainTest) ... ok test_plugin_selection_error (certbot.tests.main_test.MainTest) ... ok test_plugins (certbot.tests.main_test.MainTest) ... ok test_plugins_init (certbot.tests.main_test.MainTest) ... ok test_plugins_no_args (certbot.tests.main_test.MainTest) ... ok test_plugins_no_args_unprivileged (certbot.tests.main_test.MainTest) ... ok test_plugins_prepare (certbot.tests.main_test.MainTest) ... ok test_quiet_renew (certbot.tests.main_test.MainTest) ... ok test_register (certbot.tests.main_test.MainTest) ... ok test_renew_hook_validation (certbot.tests.main_test.MainTest) ... ok test_renew_no_authenticator (certbot.tests.main_test.MainTest) ... ok test_renew_no_hook_validation (certbot.tests.main_test.MainTest) ... ok test_renew_no_renewalparams (certbot.tests.main_test.MainTest) ... ok test_renew_obtain_cert_error (certbot.tests.main_test.MainTest) ... ok test_renew_plugin_config_restoration (certbot.tests.main_test.MainTest) ... ok test_renew_reconstitute_error (certbot.tests.main_test.MainTest) ... ok test_renew_skips_recent_certs (certbot.tests.main_test.MainTest) ... ok test_renew_verb (certbot.tests.main_test.MainTest) ... ok test_renew_verb_empty_config (certbot.tests.main_test.MainTest) ... ok test_renew_with_bad_certname (certbot.tests.main_test.MainTest) ... ok test_renew_with_bad_cli_args (certbot.tests.main_test.MainTest) ... ok test_renew_with_bad_domain (certbot.tests.main_test.MainTest) ... ok test_renew_with_bad_int (certbot.tests.main_test.MainTest) ... ok test_renew_with_certname (certbot.tests.main_test.MainTest) ... ok test_renew_with_configurator (certbot.tests.main_test.MainTest) ... ok test_renew_with_nonetype_http01 (certbot.tests.main_test.MainTest) ... ok test_renew_with_webroot_map (certbot.tests.main_test.MainTest) ... ok test_reuse_key (certbot.tests.main_test.MainTest) ... ok test_reuse_key_no_dry_run (certbot.tests.main_test.MainTest) ... ok test_revoke_with_key (certbot.tests.main_test.MainTest) ... ok test_revoke_with_key_mismatch (certbot.tests.main_test.MainTest) ... ok test_revoke_without_key (certbot.tests.main_test.MainTest) ... ok test_rollback (certbot.tests.main_test.MainTest) ... ok test_run_with_csr (certbot.tests.main_test.MainTest) ... ok test_update_registration_no_existing_accounts (certbot.tests.main_test.MainTest) ... ok test_update_registration_unsafely (certbot.tests.main_test.MainTest) ... ok test_update_registration_with_email (certbot.tests.main_test.MainTest) ... ok test_update_symlinks (certbot.tests.main_test.MainTest) ... ok test_user_agent (certbot.tests.main_test.MainTest) ... ok test_version_string_program_name (certbot.tests.main_test.MainTest) ... ok test_it (certbot.tests.main_test.MakeOrVerifyNeededDirs) ... ok test_revocation_error (certbot.tests.main_test.RevokeTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/cli.py:289: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/tmprr52qtjd/cert_512.pem'> return filename, open(filename, mode).read() ok test_revocation_success (certbot.tests.main_test.RevokeTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/cli.py:289: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/tmp0mzewgig/cert_512.pem'> return filename, open(filename, mode).read() ok test_revocation_with_prompt (certbot.tests.main_test.RevokeTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/cli.py:289: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/tmps7xjvose/cert_512.pem'> return filename, open(filename, mode).read() ok test_revoke_with_reason (certbot.tests.main_test.RevokeTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/cli.py:289: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/tmpkzq5g9le/cert_512.pem'> return filename, open(filename, mode).read() ok test_newcert_success (certbot.tests.main_test.RunTest) ... ok test_reinstall_success (certbot.tests.main_test.RunTest) ... ok test_renewal_success (certbot.tests.main_test.RunTest) ... ok test_run_enhancement_not_supported (certbot.tests.main_test.RunTest) ... ok test_handle_identical_cert_request_pending (certbot.tests.main_test.TestHandleIdenticalCerts) ... ok test_abort_unregister (certbot.tests.main_test.UnregisterTest) ... ok test_unregister (certbot.tests.main_test.UnregisterTest) ... ok test_unregister_no_account (certbot.tests.main_test.UnregisterTest) ... ok test_it (certbot.tests.lock_test.LockDirTest) ... ok test_acquire_without_deletion (certbot.tests.lock_test.LockFileTest) ... ok test_contention (certbot.tests.lock_test.LockFileTest) ... ok test_locked_repr (certbot.tests.lock_test.LockFileTest) ... ok test_race (certbot.tests.lock_test.LockFileTest) ... ok test_released_repr (certbot.tests.lock_test.LockFileTest) ... ok test_removed (certbot.tests.lock_test.LockFileTest) ... ok test_unexpected_lockf_err (certbot.tests.lock_test.LockFileTest) ... ok test_unexpected_stat_err (certbot.tests.lock_test.LockFileTest) ... ok test_failure (certbot.tests.eff_test.HandleSubscriptionTest) ... ok test_no_subscribe_with_no_prompt (certbot.tests.eff_test.HandleSubscriptionTest) ... ok test_no_subscribe_with_prompt (certbot.tests.eff_test.HandleSubscriptionTest) ... ok test_subscribe_with_no_prompt (certbot.tests.eff_test.HandleSubscriptionTest) ... ok test_subscribe_with_prompt (certbot.tests.eff_test.HandleSubscriptionTest) ... ok test_bad_status (certbot.tests.eff_test.SubscribeTest) ... ok test_not_ok (certbot.tests.eff_test.SubscribeTest) ... ok test_response_json_missing_status_element (certbot.tests.eff_test.SubscribeTest) ... ok test_response_not_json (certbot.tests.eff_test.SubscribeTest) ... ok test_subscribe (certbot.tests.eff_test.SubscribeTest) ... ok test_determine_ocsp_server (certbot.tests.ocsp_test.OCSPTest) ... ok test_init (certbot.tests.ocsp_test.OCSPTest) ... ok test_ocsp_revoked (certbot.tests.ocsp_test.OCSPTest) ... ok test_translate_ocsp (certbot.tests.ocsp_test.OCSPTest) ... ok test_load_errors_cant_read (certbot.plugins.storage_test.PluginStorageTest) ... ok test_load_errors_corrupted (certbot.plugins.storage_test.PluginStorageTest) ... ok test_load_errors_empty (certbot.plugins.storage_test.PluginStorageTest) ... ok test_namespace_isolation (certbot.plugins.storage_test.PluginStorageTest) ... ok test_save_errors_cant_serialize (certbot.plugins.storage_test.PluginStorageTest) ... ok test_save_errors_unable_to_write_file (certbot.plugins.storage_test.PluginStorageTest) ... ok test_save_uninitialized (certbot.plugins.storage_test.PluginStorageTest) ... ok test_saved_state (certbot.plugins.storage_test.PluginStorageTest) ... ok test_add_parser_arguments (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_cleanup_failure (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_cleanup_leftovers (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_failed_chown (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_more_info (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_new_webroot (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_new_webroot_empty_map_cancel (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_cleanup (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_cleanup_existing_dirs (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_cleanup_multiple_challenges (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_missing_root (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_new_webroot_not_in_map (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_permissions (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_perform_reraises_other_errors (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_prepare (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_webroot_from_list (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_webroot_from_list_help_and_cancel (certbot.plugins.webroot_test.AuthenticatorTest) ... ok test_domain_before_webroot (certbot.plugins.webroot_test.WebrootActionTest) ... ok test_domain_before_webroot_error (certbot.plugins.webroot_test.WebrootActionTest) ... ok test_multiwebroot (certbot.plugins.webroot_test.WebrootActionTest) ... ok test_webroot_map_action (certbot.plugins.webroot_test.WebrootActionTest) ... ok test_cleanup (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_get_chall_pref (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_ip_logging_not_ok (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_ip_logging_ok (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_manual_perform (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_more_info (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_prepare_bad_hook (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_prepare_no_hook_noninteractive (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_script_perform (certbot.plugins.manual_test.AuthenticatorTest) ... ok test_eq (certbot.plugins.common_test.AddrTest) ... ok test_fromstring (certbot.plugins.common_test.AddrTest) ... ok test_get_addr_obj (certbot.plugins.common_test.AddrTest) ... ok test_set_inclusion (certbot.plugins.common_test.AddrTest) ... ok test_str (certbot.plugins.common_test.AddrTest) ... ok test_add_chall (certbot.plugins.common_test.ChallengePerformerTest) ... ok test_perform (certbot.plugins.common_test.ChallengePerformerTest) ... ok test_current_file (certbot.plugins.common_test.InstallVersionControlledFileTest) ... ok test_manually_modified_current_file_does_not_update (certbot.plugins.common_test.InstallVersionControlledFileTest) ... ok test_manually_modified_past_file_warns (certbot.plugins.common_test.InstallVersionControlledFileTest) ... ok test_no_file (certbot.plugins.common_test.InstallVersionControlledFileTest) ... ok test_prev_file_updates_to_current (certbot.plugins.common_test.InstallVersionControlledFileTest) ... ok test_add_to_real_checkpoint (certbot.plugins.common_test.InstallerTest) ... ok test_add_to_real_checkpoint2 (certbot.plugins.common_test.InstallerTest) ... ok test_add_to_temporary_checkpoint (certbot.plugins.common_test.InstallerTest) ... ok test_current_file_hash_in_all_hashes (certbot.plugins.common_test.InstallerTest) ... ok test_finalize_checkpoint (certbot.plugins.common_test.InstallerTest) ... ok test_install_ssl_dhparams (certbot.plugins.common_test.InstallerTest) ... ok test_recovery_routine (certbot.plugins.common_test.InstallerTest) ... ok test_revert_temporary_config (certbot.plugins.common_test.InstallerTest) ... ok test_rollback_checkpoints (certbot.plugins.common_test.InstallerTest) ... ok test_view_config_changes (certbot.plugins.common_test.InstallerTest) ... ok test_dest_namespace (certbot.plugins.common_test.NamespaceFunctionsTest) ... ok test_dest_namespace_with_dashes (certbot.plugins.common_test.NamespaceFunctionsTest) ... ok test_option_namespace (certbot.plugins.common_test.NamespaceFunctionsTest) ... ok test_conf (certbot.plugins.common_test.PluginTest) ... ok test_dest (certbot.plugins.common_test.PluginTest) ... ok test_dest_namespace (certbot.plugins.common_test.PluginTest) ... ok test_init (certbot.plugins.common_test.PluginTest) ... ok test_inject_parser_options (certbot.plugins.common_test.PluginTest) ... ok test_option_name (certbot.plugins.common_test.PluginTest) ... ok test_option_namespace (certbot.plugins.common_test.PluginTest) ... ok test_get_z_domain (certbot.plugins.common_test.TLSSNI01Test) ... ok test_setup_challenge_cert (certbot.plugins.common_test.TLSSNI01Test) ... ok test_are_requested (certbot.plugins.enhancements_test.EnhancementTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/plugins/enhancements_test.py:41: DeprecationWarning: Please use assertEqual instead. len([i for i in enhancements.enabled_enhancements(self.config)]), 0) ok test_are_supported (certbot.plugins.enhancements_test.EnhancementTest) ... ok test_enable (certbot.plugins.enhancements_test.EnhancementTest) ... ok test_enhancement_enabled_enhancements (certbot.plugins.enhancements_test.EnhancementTest) ... ok test_blank (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_missing (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_typo (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_valid (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_valid_but_extra (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_valid_empty (certbot.plugins.dns_common_test.CredentialsConfigurationRequireTest) ... ok test_nonexistent_file (certbot.plugins.dns_common_test.CredentialsConfigurationTest) ... ok test_valid_file (certbot.plugins.dns_common_test.CredentialsConfigurationTest) ... ok test_valid_file_with_unsafe_permissions (certbot.plugins.dns_common_test.CredentialsConfigurationTest) ... ok test_cleanup (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_configure_credentials (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_get_chall_pref (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_more_info (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_parser_arguments (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_perform (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_prompt (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_prompt_canceled (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_prompt_credentials (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_prompt_file (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_prompt_file_canceled (certbot.plugins.dns_common_test.DNSAuthenticatorTest) ... ok test_second_level_domain (certbot.plugins.dns_common_test.DomainNameGuessTest) ... ok test_simple_case (certbot.plugins.dns_common_test.DomainNameGuessTest) ... ok test_sub_domain (certbot.plugins.dns_common_test.DomainNameGuessTest) ... ok test_it (certbot.plugins.null_test.InstallerTest) ... ok test_get_prefix (certbot.plugins.util_test.GetPrefixTest) ... ok test_path_surgery (certbot.plugins.util_test.PathSurgeryTest) ... ok test_cleanup (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_get_chall_pref (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_get_chall_pref_configured (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_more_info (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_perform (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_eacces (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_eaddrinuse_no_retry (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_eaddrinuse_retry (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_unexpected_socket_error (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_supported_challenges (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_supported_challenges_configured (certbot.plugins.standalone_test.AuthenticatorTest) ... ok test_init (certbot.plugins.standalone_test.ServerManagerTest) ... ok test_run_bind_error (certbot.plugins.standalone_test.ServerManagerTest) ... /usr/lib/python3.6/unittest/case.py:622: ResourceWarning: unclosed testMethod() /usr/lib/python3.6/unittest/case.py:622: ResourceWarning: unclosed testMethod() ok test_run_idempotent (certbot.plugins.standalone_test.ServerManagerTest) ... ok test_run_stop_http_01 (certbot.plugins.standalone_test.ServerManagerTest) ... ok test_run_stop_tls_sni_01 (certbot.plugins.standalone_test.ServerManagerTest) ... ok test_correct (certbot.plugins.standalone_test.SupportedChallengesActionTest) ... ok test_dvsni (certbot.plugins.standalone_test.SupportedChallengesActionTest) ... ok test_not_subset (certbot.plugins.standalone_test.SupportedChallengesActionTest) ... ok test_unrecognized (certbot.plugins.standalone_test.SupportedChallengesActionTest) ... ok test_add_txt_record (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_error_adding_record (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_error_finding_domain (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_fail_to_authenticate (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_fail_to_authenticate_with_unknown_error (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_fail_to_find_domain (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_add_txt_record_try_twice_to_find_domain (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record_error_deleting_record (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record_error_finding_domain (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record_fail_to_authenticate (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record_fail_to_authenticate_with_unknown_error (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test_del_txt_record_fail_to_find_domain (certbot.plugins.dns_common_lexicon_test.LexiconClientTest) ... ok test__init__ (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_description (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_description_with_name (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_entry_point_to_plugin_name (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_ifaces (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_init (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_long_description (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_long_description_nonexistent (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_prepare (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_prepare_generic_plugin_error (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_prepare_misconfigured (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_prepare_no_installation (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_repr (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_verify (certbot.plugins.disco_test.PluginEntryPointTest) ... ok test_available (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_filter (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_find_all (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_find_init (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_getitem (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_ifaces (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_init (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_iter (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_len (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_prepare (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_prepare_order (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_repr (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_str (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_verify (certbot.plugins.disco_test.PluginsRegistryTest) ... ok test_more_info (certbot.plugins.selection_test.ChoosePluginTest) ... ok test_new_interaction_avoidance (certbot.plugins.selection_test.ChoosePluginTest) ... ok test_no_choice (certbot.plugins.selection_test.ChoosePluginTest) ... ok test_selection (certbot.plugins.selection_test.ChoosePluginTest) ... ok test_authenticator (certbot.plugins.selection_test.ConveniencePickPluginTest) ... ok test_configurator (certbot.plugins.selection_test.ConveniencePickPluginTest) ... ok test_installer (certbot.plugins.selection_test.ConveniencePickPluginTest) ... ok test_get_plugin (certbot.plugins.selection_test.GetUnpreparedInstallerTest) ... ok test_multiple_installers_returned (certbot.plugins.selection_test.GetUnpreparedInstallerTest) ... ok test_no_available_installers (certbot.plugins.selection_test.GetUnpreparedInstallerTest) ... ok test_no_installer_defined (certbot.plugins.selection_test.GetUnpreparedInstallerTest) ... /builddir/build/BUILD/certbot-0.26.1/certbot/plugins/selection_test.py:200: DeprecationWarning: Please use assertEqual instead. self.assertEquals(self._call(), None) ok test_choose_plugin_none (certbot.plugins.selection_test.PickPluginTest) ... ok test_default_provided (certbot.plugins.selection_test.PickPluginTest) ... ok test_multiple (certbot.plugins.selection_test.PickPluginTest) ... ok test_no_candidate (certbot.plugins.selection_test.PickPluginTest) ... ok test_no_default (certbot.plugins.selection_test.PickPluginTest) ... ok test_single (certbot.plugins.selection_test.PickPluginTest) ... ok test_single_misconfigured (certbot.plugins.selection_test.PickPluginTest) ... ok ---------------------------------------------------------------------- Ran 877 tests in 23.910s OK + grep -q /usr/bin/python2 /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/bin/certbot-2 + grep -q /usr/bin/python3 /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/bin/certbot-3 + exit 0 Processing files: certbot-0.26.1-2.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RMsGpx + umask 022 + cd /builddir/build/BUILD + cd certbot-0.26.1 + DOCDIR=/builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/doc/certbot + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/doc/certbot + cp -pr README.rst /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/doc/certbot + cp -pr README.fedora /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/doc/certbot + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QtIz3w + umask 022 + cd /builddir/build/BUILD + cd certbot-0.26.1 + LICENSEDIR=/builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/licenses/certbot + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/licenses/certbot + cp -pr LICENSE.txt /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/licenses/certbot + exit 0 Provides: certbot = 0.26.1-2.fc28 config(certbot) = 0.26.1-2.fc28 letsencrypt = 0.26.1-2.fc28 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /usr/sbin/restorecon systemd Requires(preun): systemd Requires(postun): systemd Obsoletes: letsencrypt < 0.6.0 Processing files: python2-certbot-0.26.1-2.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.diztPw + umask 022 + cd /builddir/build/BUILD + cd certbot-0.26.1 + DOCDIR=/builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/doc/python2-certbot + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/doc/python2-certbot + cp -pr README.rst /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/doc/python2-certbot + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Gr9uCw + umask 022 + cd /builddir/build/BUILD + cd certbot-0.26.1 + LICENSEDIR=/builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/licenses/python2-certbot + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/licenses/python2-certbot + cp -pr LICENSE.txt /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/licenses/python2-certbot + exit 0 Provides: python-certbot = 0.26.1-2.fc28 python-letsencrypt = 0.26.1-2.fc28 python2-certbot = 0.26.1-2.fc28 python2-letsencrypt = 0.26.1-2.fc28 python2.7dist(certbot) = 0.26.1 python2dist(certbot) = 0.26.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 python(abi) = 2.7 Obsoletes: python-certbot < 0.26.1-2.fc28 python-letsencrypt < 0.6.0 python2-letsencrypt < 0.6.0 Processing files: python3-certbot-0.26.1-2.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.f0nGWb + umask 022 + cd /builddir/build/BUILD + cd certbot-0.26.1 + DOCDIR=/builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/doc/python3-certbot + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/doc/python3-certbot + cp -pr README.rst /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/doc/python3-certbot + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.IiLThR + umask 022 + cd /builddir/build/BUILD + cd certbot-0.26.1 + LICENSEDIR=/builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/licenses/python3-certbot + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/licenses/python3-certbot + cp -pr LICENSE.txt /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch/usr/share/licenses/python3-certbot + exit 0 Provides: python3-certbot = 0.26.1-2.fc28 python3.6dist(certbot) = 0.26.1 python3dist(certbot) = 0.26.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch Wrote: /builddir/build/RPMS/certbot-0.26.1-2.fc28.noarch.rpm Wrote: /builddir/build/RPMS/python2-certbot-0.26.1-2.fc28.noarch.rpm Wrote: /builddir/build/RPMS/python3-certbot-0.26.1-2.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GTlVfe + umask 022 + cd /builddir/build/BUILD + cd certbot-0.26.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/certbot-0.26.1-2.fc28.noarch + exit 0 Child return code was: 0