Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/certbot.spec'], chrootPath='/var/lib/mock/f30-build-17359165-1250187/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=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': 'C.UTF-8'} and shell False BUILDSTDERR: warning: Macro expanded in comment on line 258: %{_mandir}/man1/%{name}* Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/certbot-0.37.2-1.fc30.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/certbot.spec'], chrootPath='/var/lib/mock/f30-build-17359165-1250187/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=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': 'C.UTF-8'} and shell False BUILDSTDERR: warning: Macro expanded in comment on line 258: %{_mandir}/man1/%{name}* Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eaHUCB + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf certbot-0.37.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/certbot-0.37.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd certbot-0.37.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.15phhg + umask 022 + cd /builddir/build/BUILD + cd certbot-0.37.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 -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -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 creating build creating build/lib creating build/lib/certbot copying certbot/client.py -> build/lib/certbot copying certbot/eff.py -> build/lib/certbot copying certbot/main.py -> build/lib/certbot copying certbot/lock.py -> build/lib/certbot copying certbot/hooks.py -> build/lib/certbot copying certbot/auth_handler.py -> build/lib/certbot copying certbot/notify.py -> build/lib/certbot copying certbot/updater.py -> build/lib/certbot copying certbot/reporter.py -> build/lib/certbot copying certbot/cli.py -> build/lib/certbot copying certbot/reverter.py -> build/lib/certbot copying certbot/account.py -> build/lib/certbot copying certbot/error_handler.py -> build/lib/certbot copying certbot/util.py -> build/lib/certbot copying certbot/log.py -> build/lib/certbot copying certbot/ocsp.py -> build/lib/certbot copying certbot/crypto_util.py -> build/lib/certbot copying certbot/errors.py -> build/lib/certbot copying certbot/renewal.py -> build/lib/certbot copying certbot/constants.py -> build/lib/certbot copying certbot/achallenges.py -> build/lib/certbot copying certbot/cert_manager.py -> build/lib/certbot copying certbot/configuration.py -> build/lib/certbot copying certbot/interfaces.py -> build/lib/certbot copying certbot/storage.py -> build/lib/certbot copying certbot/__init__.py -> build/lib/certbot creating build/lib/certbot/tests copying certbot/tests/renewupdater_test.py -> build/lib/certbot/tests copying certbot/tests/errors_test.py -> build/lib/certbot/tests copying certbot/tests/cli_test.py -> build/lib/certbot/tests copying certbot/tests/eff_test.py -> build/lib/certbot/tests copying certbot/tests/storage_test.py -> build/lib/certbot/tests copying certbot/tests/account_test.py -> build/lib/certbot/tests copying certbot/tests/main_test.py -> build/lib/certbot/tests copying certbot/tests/hook_test.py -> build/lib/certbot/tests copying certbot/tests/auth_handler_test.py -> build/lib/certbot/tests copying certbot/tests/reverter_test.py -> build/lib/certbot/tests copying certbot/tests/client_test.py -> build/lib/certbot/tests copying certbot/tests/crypto_util_test.py -> build/lib/certbot/tests copying certbot/tests/lock_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/error_handler_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/acme_util.py -> build/lib/certbot/tests copying certbot/tests/ocsp_test.py -> build/lib/certbot/tests copying certbot/tests/log_test.py -> build/lib/certbot/tests copying certbot/tests/configuration_test.py -> build/lib/certbot/tests copying certbot/tests/util_test.py -> build/lib/certbot/tests copying certbot/tests/__init__.py -> build/lib/certbot/tests copying certbot/tests/renewal_test.py -> build/lib/certbot/tests creating build/lib/certbot/compat copying certbot/compat/misc.py -> build/lib/certbot/compat copying certbot/compat/os.py -> build/lib/certbot/compat copying certbot/compat/filesystem.py -> build/lib/certbot/compat copying certbot/compat/_path.py -> build/lib/certbot/compat copying certbot/compat/__init__.py -> build/lib/certbot/compat creating build/lib/certbot/plugins copying certbot/plugins/dns_common_lexicon_test.py -> build/lib/certbot/plugins copying certbot/plugins/common_test.py -> build/lib/certbot/plugins copying certbot/plugins/storage_test.py -> build/lib/certbot/plugins copying certbot/plugins/disco_test.py -> build/lib/certbot/plugins copying certbot/plugins/dns_common_test.py -> build/lib/certbot/plugins copying certbot/plugins/standalone.py -> build/lib/certbot/plugins copying certbot/plugins/selection_test.py -> build/lib/certbot/plugins copying certbot/plugins/dns_common_lexicon.py -> build/lib/certbot/plugins copying certbot/plugins/manual_test.py -> build/lib/certbot/plugins copying certbot/plugins/null_test.py -> build/lib/certbot/plugins copying certbot/plugins/common.py -> build/lib/certbot/plugins copying certbot/plugins/util.py -> build/lib/certbot/plugins copying certbot/plugins/manual.py -> build/lib/certbot/plugins copying certbot/plugins/enhancements_test.py -> build/lib/certbot/plugins copying certbot/plugins/standalone_test.py -> build/lib/certbot/plugins copying certbot/plugins/webroot.py -> build/lib/certbot/plugins copying certbot/plugins/dns_test_common_lexicon.py -> build/lib/certbot/plugins copying certbot/plugins/dns_test_common.py -> build/lib/certbot/plugins copying certbot/plugins/webroot_test.py -> build/lib/certbot/plugins copying certbot/plugins/null.py -> build/lib/certbot/plugins copying certbot/plugins/enhancements.py -> build/lib/certbot/plugins copying certbot/plugins/storage.py -> build/lib/certbot/plugins copying certbot/plugins/disco.py -> build/lib/certbot/plugins copying certbot/plugins/selection.py -> build/lib/certbot/plugins copying certbot/plugins/util_test.py -> build/lib/certbot/plugins copying certbot/plugins/dns_common.py -> build/lib/certbot/plugins copying certbot/plugins/__init__.py -> build/lib/certbot/plugins creating build/lib/certbot/display copying certbot/display/dummy_readline.py -> build/lib/certbot/display copying certbot/display/util.py -> build/lib/certbot/display copying certbot/display/completer.py -> build/lib/certbot/display copying certbot/display/enhancements.py -> build/lib/certbot/display copying certbot/display/ops.py -> build/lib/certbot/display copying certbot/display/__init__.py -> build/lib/certbot/display creating build/lib/certbot/tests/compat copying certbot/tests/compat/os_test.py -> build/lib/certbot/tests/compat copying certbot/tests/compat/filesystem_test.py -> build/lib/certbot/tests/compat copying certbot/tests/compat/__init__.py -> build/lib/certbot/tests/compat creating build/lib/certbot/tests/display copying certbot/tests/display/completer_test.py -> build/lib/certbot/tests/display copying certbot/tests/display/enhancements_test.py -> build/lib/certbot/tests/display copying certbot/tests/display/ops_test.py -> build/lib/certbot/tests/display copying certbot/tests/display/util_test.py -> build/lib/certbot/tests/display copying certbot/tests/display/__init__.py -> build/lib/certbot/tests/display 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/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/ocsp_certificate.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/ocsp_issuer_certificate.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/ocsp_responder_certificate.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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SRkP8V + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch + cd certbot-0.37.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 -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -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.37.2-1.fc30.noarch running install running install_lib creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7 creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/renewupdater_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/errors_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/cli_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/eff_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/storage_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/account_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/main_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/hook_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/auth_handler_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/reverter_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/client_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/crypto_util_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/compat copying build/lib/certbot/tests/compat/os_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/compat copying build/lib/certbot/tests/compat/filesystem_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/compat copying build/lib/certbot/tests/compat/__init__.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/compat copying build/lib/certbot/tests/lock_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/notify_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/util.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/error_handler_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/reporter_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/cert_manager_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/acme_util.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/ocsp_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/log_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr_512.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_fullchain_2048.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/ocsp_issuer_certificate.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/ocsp_certificate.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cli.ini -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_512.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-5sans_512.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-san_512.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_512.conf -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-nosans_nistp256.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_2048.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/README -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-6sans_512.conf -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/webrootconftest.ini -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/ocsp_responder_certificate.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/cert1.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/fullchain1.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/chain1.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/privkey1.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/csr-6sans_512.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa512_key.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nonames_512.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_512.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-san_512.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa2048_key.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/sample-renewal.conf -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/nistp256_key.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa256_key.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/sample-renewal-ancient.conf -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_nistp256.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr_512.der -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_512_bad.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/os-release -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/testdata creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/completer_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/enhancements_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/ops_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/util_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/display/__init__.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display copying build/lib/certbot/tests/configuration_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/util_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/__init__.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/tests/renewal_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests copying build/lib/certbot/client.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/eff.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/main.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/lock.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/hooks.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/auth_handler.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/notify.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/updater.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/reporter.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/cli.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat copying build/lib/certbot/compat/misc.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat copying build/lib/certbot/compat/os.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat copying build/lib/certbot/compat/filesystem.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat copying build/lib/certbot/compat/_path.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat copying build/lib/certbot/compat/__init__.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat copying build/lib/certbot/reverter.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/account.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/error_handler.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common_lexicon_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/common_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/storage_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/disco_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/standalone.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/selection_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common_lexicon.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/manual_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/null_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/common.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/util.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/manual.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/enhancements_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/standalone_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/webroot.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_test_common_lexicon.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_test_common.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/webroot_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/null.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/enhancements.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/storage.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/disco.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/selection.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/util_test.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/plugins/__init__.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins copying build/lib/certbot/util.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/ssl-dhparams.pem -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/log.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/ocsp.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/crypto_util.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/errors.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/renewal.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/constants.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/achallenges.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/cert_manager.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/configuration.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/interfaces.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot copying build/lib/certbot/storage.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot creating /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display copying build/lib/certbot/display/dummy_readline.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display copying build/lib/certbot/display/util.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display copying build/lib/certbot/display/completer.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display copying build/lib/certbot/display/enhancements.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display copying build/lib/certbot/display/ops.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display copying build/lib/certbot/display/__init__.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display copying build/lib/certbot/__init__.py -> /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/renewupdater_test.py to renewupdater_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/errors_test.py to errors_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/cli_test.py to cli_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/eff_test.py to eff_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/storage_test.py to storage_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/account_test.py to account_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/main_test.py to main_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/hook_test.py to hook_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/auth_handler_test.py to auth_handler_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/reverter_test.py to reverter_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/client_test.py to client_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/crypto_util_test.py to crypto_util_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/compat/os_test.py to os_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/compat/filesystem_test.py to filesystem_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/compat/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/lock_test.py to lock_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/notify_test.py to notify_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/util.py to util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/error_handler_test.py to error_handler_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/reporter_test.py to reporter_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/cert_manager_test.py to cert_manager_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/acme_util.py to acme_util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/ocsp_test.py to ocsp_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/log_test.py to log_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display/completer_test.py to completer_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display/enhancements_test.py to enhancements_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display/ops_test.py to ops_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display/util_test.py to util_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/display/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/configuration_test.py to configuration_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/util_test.py to util_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/tests/renewal_test.py to renewal_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/client.py to client.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/eff.py to eff.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/main.py to main.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/lock.py to lock.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/hooks.py to hooks.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/auth_handler.py to auth_handler.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/notify.py to notify.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/updater.py to updater.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/reporter.py to reporter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/cli.py to cli.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat/misc.py to misc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat/os.py to os.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat/filesystem.py to filesystem.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat/_path.py to _path.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/compat/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/reverter.py to reverter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/account.py to account.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/error_handler.py to error_handler.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/dns_common_lexicon_test.py to dns_common_lexicon_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/common_test.py to common_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/storage_test.py to storage_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/disco_test.py to disco_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/dns_common_test.py to dns_common_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/standalone.py to standalone.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/selection_test.py to selection_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/dns_common_lexicon.py to dns_common_lexicon.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/manual_test.py to manual_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/null_test.py to null_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/common.py to common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/util.py to util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/manual.py to manual.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/enhancements_test.py to enhancements_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/standalone_test.py to standalone_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/webroot.py to webroot.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/dns_test_common_lexicon.py to dns_test_common_lexicon.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/dns_test_common.py to dns_test_common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/webroot_test.py to webroot_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/null.py to null.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/enhancements.py to enhancements.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/storage.py to storage.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/disco.py to disco.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/selection.py to selection.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/util_test.py to util_test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/dns_common.py to dns_common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/plugins/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/util.py to util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/log.py to log.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/ocsp.py to ocsp.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/crypto_util.py to crypto_util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/errors.py to errors.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/renewal.py to renewal.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/constants.py to constants.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/achallenges.py to achallenges.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/cert_manager.py to cert_manager.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/configuration.py to configuration.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/interfaces.py to interfaces.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/storage.py to storage.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display/dummy_readline.py to dummy_readline.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display/util.py to util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display/completer.py to completer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display/enhancements.py to enhancements.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display/ops.py to ops.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/display/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmp2f9vcw0d.py' /usr/bin/python3 /tmp/tmp2f9vcw0d.py removing /tmp/tmp2f9vcw0d.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.37.2-1.fc30.noarch/usr/lib/python3.7/site-packages/certbot-0.37.2-py3.7.egg-info running install_scripts Installing certbot script to /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/bin + mv /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/bin/certbot /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/bin/certbot-3 + ln -sf /usr/bin/certbot /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/bin/letsencrypt + ln -s /usr/bin/certbot-3 /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/bin/certbot + install -Dm 0644 /builddir/build/SOURCES/certbot-renew-systemd.service /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/systemd/system/certbot-renew.service + install -Dm 0644 /builddir/build/SOURCES/certbot-renew-systemd.timer /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/systemd/system/certbot-renew.timer + install -Dm 0644 /builddir/build/SOURCES/certbot-sysconfig-certbot /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/etc/sysconfig/certbot + mv /builddir/build/SOURCES/certbot-README.fedora README.fedora + install -dm 0755 /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/etc/letsencrypt + install -dm 0755 /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/var/lib/letsencrypt + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.37.2-1.fc30 --unique-debug-suffix -0.37.2-1.fc30.noarch --unique-debug-src-base certbot-0.37.2-1.fc30.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/certbot-0.37.2 BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 0 Bytecompiling .py files below /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UrxBVJ + umask 022 + cd /builddir/build/BUILD + cd certbot-0.37.2 + /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 session starts ============================== platform linux -- Python 3.7.4, pytest-3.9.3, py-1.7.0, pluggy-0.8.1 rootdir: /builddir/build/BUILD/certbot-0.37.2, inifile: collected 905 items certbot/plugins/common_test.py ................................... [ 3%] certbot/plugins/disco_test.py ............................ [ 6%] certbot/plugins/dns_common_lexicon_test.py ............. [ 8%] certbot/plugins/dns_common_test.py ....................... [ 10%] certbot/plugins/enhancements_test.py .... [ 11%] certbot/plugins/manual_test.py ......... [ 12%] certbot/plugins/null_test.py . [ 12%] certbot/plugins/selection_test.py .................. [ 14%] certbot/plugins/standalone_test.py ............ [ 15%] certbot/plugins/storage_test.py ........ [ 16%] certbot/plugins/util_test.py .. [ 16%] certbot/plugins/webroot_test.py ...................... [ 19%] certbot/tests/account_test.py .................................. [ 23%] certbot/tests/auth_handler_test.py ............................. [ 26%] certbot/tests/cert_manager_test.py ..................................... [ 30%] [ 30%] certbot/tests/cli_test.py ......................................... [ 34%] certbot/tests/client_test.py .......................................... [ 39%] certbot/tests/configuration_test.py ......... [ 40%] certbot/tests/crypto_util_test.py ...................................... [ 44%] . [ 44%] certbot/tests/eff_test.py .......... [ 45%] certbot/tests/error_handler_test.py ............ [ 47%] certbot/tests/errors_test.py .... [ 47%] certbot/tests/hook_test.py .................................. [ 51%] certbot/tests/lock_test.py ......... [ 52%] certbot/tests/log_test.py ........................ [ 55%] certbot/tests/main_test.py ............................................. [ 60%] ..................................................................... [ 67%] certbot/tests/notify_test.py ... [ 68%] certbot/tests/ocsp_test.py ......... [ 69%] certbot/tests/renewal_test.py ......... [ 70%] certbot/tests/renewupdater_test.py .......... [ 71%] certbot/tests/reporter_test.py ....... [ 71%] certbot/tests/reverter_test.py .............................. [ 75%] certbot/tests/storage_test.py .......................................... [ 79%] .... [ 80%] certbot/tests/util_test.py ............................................. [ 85%] ......... [ 86%] certbot/tests/compat/filesystem_test.py sssssssssssssss.s..s........ [ 89%] certbot/tests/compat/os_test.py . [ 89%] certbot/tests/display/completer_test.py ..... [ 90%] certbot/tests/display/enhancements_test.py ..... [ 90%] certbot/tests/display/ops_test.py ...................................... [ 94%] ... [ 95%] certbot/tests/display/util_test.py ..................................... [ 99%] ....... [100%] =============================== warnings summary =============================== certbot/plugins/disco.py:183 /builddir/build/BUILD/certbot-0.37.2/certbot/plugins/disco.py:183: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working class PluginsRegistry(collections.Mapping): certbot/tests/acme_util.py:21 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/acme_util.py:21: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. TLSSNI01 = challenges.TLSSNI01( certbot/plugins/common_test.py:26 /builddir/build/BUILD/certbot-0.37.2/certbot/plugins/common_test.py:26: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. challenges.TLSSNI01(token=b'token1'), "pending"), certbot/plugins/common_test.py:30 /builddir/build/BUILD/certbot-0.37.2/certbot/plugins/common_test.py:30: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. challenges.TLSSNI01(token=b'token2'), "pending"), certbot/plugins/common_test.py::InstallerTest::test_view_config_changes /builddir/build/BUILD/certbot-0.37.2/certbot/plugins/common_test.py:184: DeprecationWarning: The view_config_changes method is no longer part of Certbot's plugin interface, has been deprecated, and will be removed in a future release. installer_func(*passed_args, **passed_kwargs) /usr/lib/python3.7/unittest/case.py:178: DeprecationWarning: The view_config_changes method is no longer part of Certbot's plugin interface, has been deprecated, and will be removed in a future release. callable_obj(*args, **kwargs) certbot/plugins/common_test.py::InstallerTest::test_view_config_changes_warning_supression /builddir/build/BUILD/certbot-0.37.2/certbot/plugins/common_test.py:157: DeprecationWarning: The view_config_changes method is no longer part of Certbot's plugin interface, has been deprecated, and will be removed in a future release. self.installer.view_config_changes() certbot/plugins/common_test.py::TLSSNI01Test::test_setup_challenge_cert /builddir/build/BUILD/certbot-0.37.2/certbot/plugins/common_test.py:326: DeprecationWarning: TLSSNI01Response attribute is deprecated, and will be removed soon. response = challenges.TLSSNI01Response() certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_answer_error /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_best_effort /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_debug_challenges /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_dns_only_challenge_not_supported /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_incomplete_authzr_error /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_max_retries_exceeded /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_name1_tls_sni_01_1_acme_1 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_name1_tls_sni_01_1_acme_2 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_name1_tls_sni_01_1_http_01_1_dns_1_acme_1 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_name1_tls_sni_01_1_http_01_1_dns_1_acme_2 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_name3_tls_sni_01_3_common_acme_1 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_name3_tls_sni_01_3_common_acme_2 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_no_domains /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_perform_error /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_perform_failure /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_preferred_challenge_choice_common_acme_1 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_preferred_challenge_choice_common_acme_2 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_preferred_challenges_not_supported_acme_1 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_preferred_challenges_not_supported_acme_2 /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_tls_sni_logs /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] /builddir/build/BUILD/certbot-0.37.2/certbot/auth_handler.py:185: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): certbot/tests/auth_handler_test.py::HandleAuthorizationsTest::test_validated_challenge_not_rerun /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:76: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. self.mock_auth.get_chall_pref.return_value = [challenges.TLSSNI01] certbot/tests/auth_handler_test.py::GenChallengePathTest::test_common_case /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:422: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. prefs = [challenges.TLSSNI01, challenges.HTTP01] certbot/tests/auth_handler_test.py::GenChallengePathTest::test_not_supported /builddir/build/BUILD/certbot-0.37.2/certbot/tests/auth_handler_test.py:434: DeprecationWarning: TLSSNI01 attribute is deprecated, and will be removed soon. prefs = [challenges.TLSSNI01] certbot/tests/reverter_test.py::TestFullCheckpointsReverter::test_view_config_changes /builddir/build/BUILD/certbot-0.37.2/certbot/tests/reverter_test.py:386: DeprecationWarning: The view_config_changes method has been deprecated and will be removed in a future release. If you were using this method to implement the view_config_changes method of IInstaller, know that that method has been removed from the plugin interface and is no longer used by Certbot. self.reverter.view_config_changes() certbot/tests/reverter_test.py::TestFullCheckpointsReverter::test_view_config_changes_bad_backups_dir /usr/lib/python3.7/unittest/case.py:178: DeprecationWarning: The view_config_changes method has been deprecated and will be removed in a future release. If you were using this method to implement the view_config_changes method of IInstaller, know that that method has been removed from the plugin interface and is no longer used by Certbot. callable_obj(*args, **kwargs) certbot/tests/reverter_test.py::TestFullCheckpointsReverter::test_view_config_changes_no_backups /builddir/build/BUILD/certbot-0.37.2/certbot/tests/reverter_test.py:393: DeprecationWarning: The view_config_changes method has been deprecated and will be removed in a future release. If you were using this method to implement the view_config_changes method of IInstaller, know that that method has been removed from the plugin interface and is no longer used by Certbot. self.reverter.view_config_changes() -- Docs: https://docs.pytest.org/en/latest/warnings.html ============= 888 passed, 17 skipped, 52 warnings in 27.34 seconds ============= + grep -q /usr/bin/python3 /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/bin/certbot-3 + exit 0 Processing files: certbot-0.37.2-1.fc30.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dKRZ1G + umask 022 + cd /builddir/build/BUILD + cd certbot-0.37.2 + DOCDIR=/builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/doc/certbot + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/doc/certbot + cp -pr README.rst /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/doc/certbot + cp -pr README.fedora /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/doc/certbot + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/doc/certbot + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.u3tMaE + umask 022 + cd /builddir/build/BUILD + cd certbot-0.37.2 + LICENSEDIR=/builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/licenses/certbot + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/licenses/certbot + cp -pr LICENSE.txt /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/licenses/certbot + exit 0 Provides: certbot = 0.37.2-1.fc30 config(certbot) = 0.37.2-1.fc30 letsencrypt = 0.37.2-1.fc30 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: python3-certbot-0.37.2-1.fc30.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.M2dQuB + umask 022 + cd /builddir/build/BUILD + cd certbot-0.37.2 + DOCDIR=/builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/doc/python3-certbot + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/doc/python3-certbot + cp -pr README.rst /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/doc/python3-certbot + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/doc/python3-certbot + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SJWqQy + umask 022 + cd /builddir/build/BUILD + cd certbot-0.37.2 + LICENSEDIR=/builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/licenses/python3-certbot + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/licenses/python3-certbot + cp -pr LICENSE.txt /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch/usr/share/licenses/python3-certbot + exit 0 Provides: python3-certbot = 0.37.2-1.fc30 python3.7dist(certbot) = 0.37.2 python3dist(certbot) = 0.37.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.7 python3.7dist(acme) >= 0.29.0 python3.7dist(configargparse) >= 0.9.3 python3.7dist(configobj) python3.7dist(cryptography) >= 1.2.3 python3.7dist(josepy) >= 1.1.0 python3.7dist(mock) python3.7dist(parsedatetime) >= 1.3 python3.7dist(pyrfc3339) python3.7dist(pytz) python3.7dist(setuptools) python3.7dist(zope.component) python3.7dist(zope.interface) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch Wrote: /builddir/build/RPMS/certbot-0.37.2-1.fc30.noarch.rpm Wrote: /builddir/build/RPMS/python3-certbot-0.37.2-1.fc30.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.w5jkPI + umask 022 + cd /builddir/build/BUILD + cd certbot-0.37.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/certbot-0.37.2-1.fc30.noarch + exit 0 Child return code was: 0