Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-certbot.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682104657.135459/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-certbot-2.5.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-certbot.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682104657.135459/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-certbot-2.5.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-certbot.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682104657.135459/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lasHad + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf certbot-2.5.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/certbot-2.5.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd certbot-2.5.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Q2kdJE + umask 022 + cd /builddir/build/BUILD + cd certbot-2.5.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-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/errors.py -> build/lib/certbot copying certbot/main.py -> build/lib/certbot copying certbot/interfaces.py -> build/lib/certbot copying certbot/achallenges.py -> build/lib/certbot copying certbot/__init__.py -> build/lib/certbot copying certbot/reverter.py -> build/lib/certbot copying certbot/crypto_util.py -> build/lib/certbot copying certbot/util.py -> build/lib/certbot copying certbot/ocsp.py -> build/lib/certbot copying certbot/configuration.py -> build/lib/certbot creating build/lib/certbot/tests copying certbot/tests/__init__.py -> build/lib/certbot/tests copying certbot/tests/util.py -> build/lib/certbot/tests copying certbot/tests/acme_util.py -> build/lib/certbot/tests creating build/lib/certbot/display copying certbot/display/__init__.py -> build/lib/certbot/display copying certbot/display/util.py -> build/lib/certbot/display copying certbot/display/ops.py -> build/lib/certbot/display creating build/lib/certbot/compat copying certbot/compat/_path.py -> build/lib/certbot/compat copying certbot/compat/__init__.py -> 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 creating build/lib/certbot/_internal copying certbot/_internal/auth_handler.py -> build/lib/certbot/_internal copying certbot/_internal/constants.py -> build/lib/certbot/_internal copying certbot/_internal/main.py -> build/lib/certbot/_internal copying certbot/_internal/eff.py -> build/lib/certbot/_internal copying certbot/_internal/account.py -> build/lib/certbot/_internal copying certbot/_internal/__init__.py -> build/lib/certbot/_internal copying certbot/_internal/snap_config.py -> build/lib/certbot/_internal copying certbot/_internal/cert_manager.py -> build/lib/certbot/_internal copying certbot/_internal/hooks.py -> build/lib/certbot/_internal copying certbot/_internal/client.py -> build/lib/certbot/_internal copying certbot/_internal/lock.py -> build/lib/certbot/_internal copying certbot/_internal/storage.py -> build/lib/certbot/_internal copying certbot/_internal/renewal.py -> build/lib/certbot/_internal copying certbot/_internal/log.py -> build/lib/certbot/_internal copying certbot/_internal/error_handler.py -> build/lib/certbot/_internal copying certbot/_internal/updater.py -> build/lib/certbot/_internal creating build/lib/certbot/plugins copying certbot/plugins/enhancements.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/dns_common.py -> build/lib/certbot/plugins copying certbot/plugins/common.py -> build/lib/certbot/plugins copying certbot/plugins/__init__.py -> build/lib/certbot/plugins copying certbot/plugins/dns_test_common_lexicon.py -> build/lib/certbot/plugins copying certbot/plugins/util.py -> build/lib/certbot/plugins copying certbot/plugins/storage.py -> build/lib/certbot/plugins creating build/lib/certbot/_internal/tests copying certbot/_internal/tests/renewal_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/main_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/renewupdater_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/reverter_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/cli_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/error_handler_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/hook_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/cert_manager_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/lock_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/crypto_util_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/conftest.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/client_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/__init__.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/storage_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/ocsp_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/account_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/util_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/log_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/eff_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/auth_handler_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/helpful_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/errors_test.py -> build/lib/certbot/_internal/tests copying certbot/_internal/tests/configuration_test.py -> build/lib/certbot/_internal/tests creating build/lib/certbot/_internal/display copying certbot/_internal/display/dummy_readline.py -> build/lib/certbot/_internal/display copying certbot/_internal/display/completer.py -> build/lib/certbot/_internal/display copying certbot/_internal/display/obj.py -> build/lib/certbot/_internal/display copying certbot/_internal/display/__init__.py -> build/lib/certbot/_internal/display copying certbot/_internal/display/util.py -> build/lib/certbot/_internal/display creating build/lib/certbot/_internal/cli copying certbot/_internal/cli/subparsers.py -> build/lib/certbot/_internal/cli copying certbot/_internal/cli/plugins_parsing.py -> build/lib/certbot/_internal/cli copying certbot/_internal/cli/__init__.py -> build/lib/certbot/_internal/cli copying certbot/_internal/cli/group_adder.py -> build/lib/certbot/_internal/cli copying certbot/_internal/cli/helpful.py -> build/lib/certbot/_internal/cli copying certbot/_internal/cli/cli_constants.py -> build/lib/certbot/_internal/cli copying certbot/_internal/cli/paths_parser.py -> build/lib/certbot/_internal/cli copying certbot/_internal/cli/cli_utils.py -> build/lib/certbot/_internal/cli copying certbot/_internal/cli/verb_help.py -> build/lib/certbot/_internal/cli creating build/lib/certbot/_internal/plugins copying certbot/_internal/plugins/selection.py -> build/lib/certbot/_internal/plugins copying certbot/_internal/plugins/webroot.py -> build/lib/certbot/_internal/plugins copying certbot/_internal/plugins/standalone.py -> build/lib/certbot/_internal/plugins copying certbot/_internal/plugins/__init__.py -> build/lib/certbot/_internal/plugins copying certbot/_internal/plugins/manual.py -> build/lib/certbot/_internal/plugins copying certbot/_internal/plugins/null.py -> build/lib/certbot/_internal/plugins copying certbot/_internal/plugins/disco.py -> build/lib/certbot/_internal/plugins creating build/lib/certbot/_internal/tests/display copying certbot/_internal/tests/display/ops_test.py -> build/lib/certbot/_internal/tests/display copying certbot/_internal/tests/display/completer_test.py -> build/lib/certbot/_internal/tests/display copying certbot/_internal/tests/display/__init__.py -> build/lib/certbot/_internal/tests/display copying certbot/_internal/tests/display/obj_test.py -> build/lib/certbot/_internal/tests/display copying certbot/_internal/tests/display/internal_util_test.py -> build/lib/certbot/_internal/tests/display copying certbot/_internal/tests/display/util_test.py -> build/lib/certbot/_internal/tests/display creating build/lib/certbot/_internal/tests/compat copying certbot/_internal/tests/compat/misc_test.py -> build/lib/certbot/_internal/tests/compat copying certbot/_internal/tests/compat/__init__.py -> build/lib/certbot/_internal/tests/compat copying certbot/_internal/tests/compat/filesystem_test.py -> build/lib/certbot/_internal/tests/compat copying certbot/_internal/tests/compat/os_test.py -> build/lib/certbot/_internal/tests/compat creating build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/disco_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/standalone_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/dns_common_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/webroot_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/enhancements_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/__init__.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/storage_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/manual_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/dns_common_lexicon_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/null_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/util_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/selection_test.py -> build/lib/certbot/_internal/tests/plugins copying certbot/_internal/tests/plugins/common_test.py -> build/lib/certbot/_internal/tests/plugins 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' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'certbot.egg-info/SOURCES.txt' copying certbot/py.typed -> build/lib/certbot 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/cert_intermediate_1.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/cert_intermediate_2.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/cert_leaf.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/ec_prime256v1_key.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/ec_secp384r1_key.pem -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/ec_secp521r1_key.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-deprecated-option.conf -> build/lib/certbot/tests/testdata copying certbot/tests/testdata/sample-renewal-ec.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 creating build/lib/certbot/tests/testdata/sample-archive-ec copying certbot/tests/testdata/sample-archive-ec/cert1.pem -> build/lib/certbot/tests/testdata/sample-archive-ec copying certbot/tests/testdata/sample-archive-ec/chain1.pem -> build/lib/certbot/tests/testdata/sample-archive-ec copying certbot/tests/testdata/sample-archive-ec/fullchain1.pem -> build/lib/certbot/tests/testdata/sample-archive-ec copying certbot/tests/testdata/sample-archive-ec/privkey1.pem -> build/lib/certbot/tests/testdata/sample-archive-ec + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uWYHeC + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64 + cd certbot-2.5.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot copying build/lib/certbot/errors.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests copying build/lib/certbot/tests/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests copying build/lib/certbot/tests/util.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests copying build/lib/certbot/tests/acme_util.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_512.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/sample-renewal.conf -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa2048_key.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr_512.der -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-5sans_512.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata/sample-archive-ec copying build/lib/certbot/tests/testdata/sample-archive-ec/cert1.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata/sample-archive-ec copying build/lib/certbot/tests/testdata/sample-archive-ec/chain1.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata/sample-archive-ec copying build/lib/certbot/tests/testdata/sample-archive-ec/fullchain1.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata/sample-archive-ec copying build/lib/certbot/tests/testdata/sample-archive-ec/privkey1.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata/sample-archive-ec copying build/lib/certbot/tests/testdata/ec_secp521r1_key.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cli.ini -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/ocsp_certificate.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-nosans_nistp256.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa256_key.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/os-release -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_512_bad.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/webrootconftest.ini -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/ec_prime256v1_key.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_leaf.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/README -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_nistp256.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/rsa512_key.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/cert1.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/chain1.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/fullchain1.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/sample-archive/privkey1.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata/sample-archive copying build/lib/certbot/tests/testdata/csr-san_512.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr_512.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_fullchain_2048.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/sample-renewal-ancient.conf -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-6sans_512.conf -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/ec_secp384r1_key.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/sample-renewal-ec.conf -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_intermediate_2.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-6sans_512.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nosans_512.conf -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/ocsp_responder_certificate.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/ocsp_issuer_certificate.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/sample-renewal-deprecated-option.conf -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/nistp256_key.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_intermediate_1.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_2048.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert-san_512.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/csr-nonames_512.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/tests/testdata/cert_512.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/testdata copying build/lib/certbot/main.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot copying build/lib/certbot/interfaces.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/display copying build/lib/certbot/display/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/display copying build/lib/certbot/display/util.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/display copying build/lib/certbot/display/ops.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/display copying build/lib/certbot/achallenges.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot copying build/lib/certbot/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat copying build/lib/certbot/compat/_path.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat copying build/lib/certbot/compat/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat copying build/lib/certbot/compat/misc.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat copying build/lib/certbot/compat/os.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat copying build/lib/certbot/compat/filesystem.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat copying build/lib/certbot/reverter.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot copying build/lib/certbot/crypto_util.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot copying build/lib/certbot/util.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/auth_handler.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/constants.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/renewal_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/main_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/renewupdater_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/reverter_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/cli_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/error_handler_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/hook_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/cert_manager_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/lock_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/crypto_util_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/conftest.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/client_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display copying build/lib/certbot/_internal/tests/display/ops_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display copying build/lib/certbot/_internal/tests/display/completer_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display copying build/lib/certbot/_internal/tests/display/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display copying build/lib/certbot/_internal/tests/display/obj_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display copying build/lib/certbot/_internal/tests/display/internal_util_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display copying build/lib/certbot/_internal/tests/display/util_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display copying build/lib/certbot/_internal/tests/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/compat copying build/lib/certbot/_internal/tests/compat/misc_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/compat copying build/lib/certbot/_internal/tests/compat/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/compat copying build/lib/certbot/_internal/tests/compat/filesystem_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/compat copying build/lib/certbot/_internal/tests/compat/os_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/compat copying build/lib/certbot/_internal/tests/storage_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/ocsp_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/account_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/util_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/log_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/disco_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/standalone_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/dns_common_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/webroot_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/enhancements_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/storage_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/manual_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/dns_common_lexicon_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/null_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/util_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/selection_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/plugins/common_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins copying build/lib/certbot/_internal/tests/eff_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/auth_handler_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/helpful_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/errors_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/tests/configuration_test.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests copying build/lib/certbot/_internal/main.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/eff.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/account.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display copying build/lib/certbot/_internal/display/dummy_readline.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display copying build/lib/certbot/_internal/display/completer.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display copying build/lib/certbot/_internal/display/obj.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display copying build/lib/certbot/_internal/display/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display copying build/lib/certbot/_internal/display/util.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display copying build/lib/certbot/_internal/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/snap_config.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/cert_manager.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli copying build/lib/certbot/_internal/cli/subparsers.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli copying build/lib/certbot/_internal/cli/plugins_parsing.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli copying build/lib/certbot/_internal/cli/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli copying build/lib/certbot/_internal/cli/group_adder.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli copying build/lib/certbot/_internal/cli/helpful.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli copying build/lib/certbot/_internal/cli/cli_constants.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli copying build/lib/certbot/_internal/cli/paths_parser.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli copying build/lib/certbot/_internal/cli/cli_utils.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli copying build/lib/certbot/_internal/cli/verb_help.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli copying build/lib/certbot/_internal/hooks.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/client.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/lock.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/storage.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins copying build/lib/certbot/_internal/plugins/selection.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins copying build/lib/certbot/_internal/plugins/webroot.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins copying build/lib/certbot/_internal/plugins/standalone.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins copying build/lib/certbot/_internal/plugins/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins copying build/lib/certbot/_internal/plugins/manual.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins copying build/lib/certbot/_internal/plugins/null.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins copying build/lib/certbot/_internal/plugins/disco.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins copying build/lib/certbot/_internal/renewal.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/log.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/error_handler.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/_internal/updater.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal copying build/lib/certbot/ssl-dhparams.pem -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot creating /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins copying build/lib/certbot/plugins/enhancements.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_test_common.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common_lexicon.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_common.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins copying build/lib/certbot/plugins/common.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins copying build/lib/certbot/plugins/__init__.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins copying build/lib/certbot/plugins/dns_test_common_lexicon.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins copying build/lib/certbot/plugins/util.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins copying build/lib/certbot/plugins/storage.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins copying build/lib/certbot/py.typed -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot copying build/lib/certbot/ocsp.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot copying build/lib/certbot/configuration.py -> /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/errors.py to errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/tests/acme_util.py to acme_util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/interfaces.py to interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/display/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/display/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/display/ops.py to ops.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/achallenges.py to achallenges.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat/_path.py to _path.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat/misc.py to misc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat/os.py to os.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/compat/filesystem.py to filesystem.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/reverter.py to reverter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/crypto_util.py to crypto_util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/auth_handler.py to auth_handler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/renewal_test.py to renewal_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/main_test.py to main_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/renewupdater_test.py to renewupdater_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/reverter_test.py to reverter_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/cli_test.py to cli_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/error_handler_test.py to error_handler_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/hook_test.py to hook_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/cert_manager_test.py to cert_manager_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/lock_test.py to lock_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/crypto_util_test.py to crypto_util_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/client_test.py to client_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display/ops_test.py to ops_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display/completer_test.py to completer_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display/obj_test.py to obj_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display/internal_util_test.py to internal_util_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/display/util_test.py to util_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/compat/misc_test.py to misc_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/compat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/compat/filesystem_test.py to filesystem_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/compat/os_test.py to os_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/storage_test.py to storage_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/ocsp_test.py to ocsp_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/account_test.py to account_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/util_test.py to util_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/log_test.py to log_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/disco_test.py to disco_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/standalone_test.py to standalone_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/dns_common_test.py to dns_common_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/webroot_test.py to webroot_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/enhancements_test.py to enhancements_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/storage_test.py to storage_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/manual_test.py to manual_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/dns_common_lexicon_test.py to dns_common_lexicon_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/null_test.py to null_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/util_test.py to util_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/selection_test.py to selection_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/plugins/common_test.py to common_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/eff_test.py to eff_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/auth_handler_test.py to auth_handler_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/helpful_test.py to helpful_test.cpython-39.pyc /usr/lib/python3.9/site-packages/certbot/_internal/tests/helpful_test.py:80: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/errors_test.py to errors_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/tests/configuration_test.py to configuration_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/eff.py to eff.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/account.py to account.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display/dummy_readline.py to dummy_readline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display/completer.py to completer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display/obj.py to obj.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/display/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/snap_config.py to snap_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cert_manager.py to cert_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli/subparsers.py to subparsers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli/plugins_parsing.py to plugins_parsing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli/group_adder.py to group_adder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli/helpful.py to helpful.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli/cli_constants.py to cli_constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli/paths_parser.py to paths_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli/cli_utils.py to cli_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/cli/verb_help.py to verb_help.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/hooks.py to hooks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/lock.py to lock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/storage.py to storage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins/selection.py to selection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins/webroot.py to webroot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins/standalone.py to standalone.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins/manual.py to manual.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins/null.py to null.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/plugins/disco.py to disco.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/renewal.py to renewal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/log.py to log.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/error_handler.py to error_handler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/_internal/updater.py to updater.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins/enhancements.py to enhancements.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins/dns_test_common.py to dns_test_common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins/dns_common_lexicon.py to dns_common_lexicon.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins/dns_common.py to dns_common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins/dns_test_common_lexicon.py to dns_test_common_lexicon.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/plugins/storage.py to storage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/ocsp.py to ocsp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot/configuration.py to configuration.cpython-39.pyc writing byte-compilation script '/tmp/tmpn_57go04.py' /usr/bin/python3 /tmp/tmpn_57go04.py /usr/lib/python3.9/site-packages/certbot/_internal/tests/helpful_test.py:80: SyntaxWarning: "is" with a literal. Did you mean "=="? removing /tmp/tmpn_57go04.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' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'certbot.egg-info/SOURCES.txt' Copying certbot.egg-info to /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9/site-packages/certbot-2.5.0-py3.9.egg-info running install_scripts Installing certbot script to /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64//usr/share/doc/python-certbot + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64//usr/share/doc/python-certbot + '[' -d example ']' + '[' -d examples ']' + cp -arf examples /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64//usr/share/doc/python-certbot + pushd /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64 ~/build/BUILDROOT/python-certbot-2.5.0-1.x86_64 ~/build/BUILD/certbot-2.5.0 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '/%h/%f\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/certbot-2.5.0 + mv /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.5.0-1 --unique-debug-suffix -2.5.0-1.x86_64 --unique-debug-src-base python-certbot-2.5.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/certbot-2.5.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/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 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 /usr/lib/python3.9/site-packages/certbot/_internal/tests/helpful_test.py:80: SyntaxWarning: "is" with a literal. Did you mean "=="? + /usr/lib/rpm/brp-python-hardlink Processing files: python3-certbot-2.5.0-1.noarch Provides: python-certbot python3-certbot = 2.5.0-1 python3.9dist(certbot) = 2.5 python3dist(certbot) = 2.5 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.9 python3.9dist(acme) >= 2.5 python3.9dist(configargparse) >= 0.9.3 python3.9dist(configobj) >= 5.0.6 python3.9dist(cryptography) >= 2.5 python3.9dist(distro) >= 1.0.1 python3.9dist(josepy) >= 1.13 python3.9dist(parsedatetime) >= 2.4 python3.9dist(pyrfc3339) python3.9dist(pytz) >= 2019.3 python3.9dist(setuptools) >= 41.6 Processing files: python-certbot-help-2.5.0-1.noarch warning: Empty %files file /builddir/build/BUILD/certbot-2.5.0/doclist.lst Provides: python-certbot-help = 2.5.0-1 python3-certbot-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64 Wrote: /builddir/build/RPMS/python-certbot-help-2.5.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-certbot-2.5.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SQUXWT + umask 022 + cd /builddir/build/BUILD + cd certbot-2.5.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-certbot-2.5.0-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0