Source: python-certbot
Version: 2.1.0-4
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to do build a binary-only build (not source) after a
successful build (dpkg-buildpackage ; dpkg-buildpackage -b).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -b
> -----------------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package python-certbot
> dpkg-buildpackage: info: source version 2.1.0-4
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Harlan Lieberman-Berg 
> <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --with python3,sphinxdoc --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:291: python3.11 setup.py clean 
> /<<PKGBUILDDIR>>/setup.py:6: DeprecationWarning: pkg_resources is deprecated 
> as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
>   from pkg_resources import parse_version
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build' (and 
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.11' does not exist -- can't clean it
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>  debian/rules binary
> dh binary --with python3,sphinxdoc --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:291: python3.11 setup.py config 
> /<<PKGBUILDDIR>>/setup.py:6: DeprecationWarning: pkg_resources is deprecated 
> as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
>   from pkg_resources import parse_version
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:291: /usr/bin/python3 setup.py build 
> /<<PKGBUILDDIR>>/setup.py:6: DeprecationWarning: pkg_resources is deprecated 
> as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
>   from pkg_resources import parse_version
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/configuration.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/errors.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/main.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/interfaces.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/ocsp.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/achallenges.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/reverter.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/crypto_util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat
> copying certbot/compat/misc.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat
> copying certbot/compat/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat
> copying certbot/compat/_path.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat
> copying certbot/compat/os.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat
> copying certbot/compat/filesystem.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests
> copying certbot/tests/acme_util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests
> copying certbot/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests
> copying certbot/tests/util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/hooks.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/eff.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/account.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/constants.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/main.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/cert_manager.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/snap_config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/renewal.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/updater.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/client.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/log.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/auth_handler.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/storage.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/error_handler.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> copying certbot/_internal/lock.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/display
> copying certbot/display/ops.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/display
> copying certbot/display/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/display
> copying certbot/display/util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/display
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins
> copying certbot/plugins/dns_common_lexicon.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins
> copying certbot/plugins/dns_common.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins
> copying certbot/plugins/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins
> copying certbot/plugins/dns_test_common_lexicon.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins
> copying certbot/plugins/dns_test_common.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins
> copying certbot/plugins/common.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins
> copying certbot/plugins/util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins
> copying certbot/plugins/storage.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins
> copying certbot/plugins/enhancements.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display
> copying certbot/_internal/display/obj.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display
> copying certbot/_internal/display/dummy_readline.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display
> copying certbot/_internal/display/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display
> copying certbot/_internal/display/completer.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display
> copying certbot/_internal/display/util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins
> copying certbot/_internal/plugins/standalone.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins
> copying certbot/_internal/plugins/disco.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins
> copying certbot/_internal/plugins/webroot.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins
> copying certbot/_internal/plugins/manual.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins
> copying certbot/_internal/plugins/selection.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins
> copying certbot/_internal/plugins/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins
> copying certbot/_internal/plugins/null.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli
> copying certbot/_internal/cli/cli_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli
> copying certbot/_internal/cli/group_adder.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli
> copying certbot/_internal/cli/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli
> copying certbot/_internal/cli/subparsers.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli
> copying certbot/_internal/cli/helpful.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli
> copying certbot/_internal/cli/cli_constants.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli
> copying certbot/_internal/cli/plugins_parsing.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli
> copying certbot/_internal/cli/verb_help.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli
> copying certbot/_internal/cli/paths_parser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli
> 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'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'certbot.tests.testdata' is absent from the `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'certbot.tests.testdata' as an importable 
> package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 'certbot.tests.testdata' is explicitly 
> added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'certbot.tests.testdata' to be distributed and are
>         already explicitly excluding 'certbot.tests.testdata' via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> copying certbot/py.typed -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> copying certbot/ssl-dhparams.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/README -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cert-5sans_512.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cert-nosans_nistp256.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cert-san_512.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cert_2048.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cert_512.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cert_512_bad.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cert_fullchain_2048.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cert_intermediate_1.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cert_intermediate_2.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cert_leaf.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/cli.ini -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/csr-6sans_512.conf -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/csr-6sans_512.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/csr-nonames_512.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/csr-nosans_512.conf -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/csr-nosans_512.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/csr-nosans_nistp256.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/csr-san_512.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/csr_512.der -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/csr_512.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/ec_prime256v1_key.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/ec_secp384r1_key.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/ec_secp521r1_key.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/nistp256_key.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/ocsp_certificate.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/ocsp_issuer_certificate.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/ocsp_responder_certificate.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/os-release -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/rsa2048_key.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/rsa256_key.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/rsa512_key.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/sample-renewal-ancient.conf -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/sample-renewal-deprecated-option.conf -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/sample-renewal-ec.conf -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/sample-renewal.conf -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> copying certbot/tests/testdata/webrootconftest.ini -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive
> copying certbot/tests/testdata/sample-archive/cert1.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive
> copying certbot/tests/testdata/sample-archive/chain1.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive
> copying certbot/tests/testdata/sample-archive/fullchain1.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive
> copying certbot/tests/testdata/sample-archive/privkey1.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive-ec
> copying certbot/tests/testdata/sample-archive-ec/cert1.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive-ec
> copying certbot/tests/testdata/sample-archive-ec/chain1.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive-ec
> copying certbot/tests/testdata/sample-archive-ec/fullchain1.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive-ec
> copying certbot/tests/testdata/sample-archive-ec/privkey1.pem -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive-ec
>    debian/rules override_dh_auto_test
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> echo "Skipping until after install."
> Skipping until after install.
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    create-stamp debian/debhelper-build-stamp
>    dh_testroot -O--buildsystem=pybuild
>    dh_prep -O--buildsystem=pybuild
>    dh_auto_install -O--buildsystem=pybuild
> I: pybuild base:291: /usr/bin/python3 setup.py install --root 
> /<<PKGBUILDDIR>>/debian/python3-certbot 
> /<<PKGBUILDDIR>>/setup.py:6: DeprecationWarning: pkg_resources is deprecated 
> as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
>   from pkg_resources import parse_version
> running install
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` directly.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
> for details.
>         
> ********************************************************************************
> 
> !!
>   self.initialize_options()
> running build
> running build_py
> running egg_info
> writing certbot.egg-info/PKG-INFO
> writing dependency_links to certbot.egg-info/dependency_links.txt
> writing entry points to certbot.egg-info/entry_points.txt
> writing requirements to certbot.egg-info/requires.txt
> writing top-level names to certbot.egg-info/top_level.txt
> reading manifest file 'certbot.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> 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'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'certbot.tests.testdata' is absent from the `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'certbot.tests.testdata' as an importable 
> package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 'certbot.tests.testdata' is explicitly 
> added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'certbot.tests.testdata' to be distributed and are
>         already explicitly excluding 'certbot.tests.testdata' via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/python3-certbot
> creating /<<PKGBUILDDIR>>/debian/python3-certbot/usr
> creating /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib
> creating /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/configuration.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/errors.py -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat/misc.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat/_path.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat/os.py -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/compat/filesystem.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/ssl-dhparams.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/main.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/interfaces.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/ocsp.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/achallenges.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/acme_util.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/ec_prime256v1_key.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/nistp256_key.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/os-release
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/csr-san_512.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/csr-nosans_512.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/csr_512.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-renewal.conf
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cert_512_bad.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cli.ini
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/ocsp_issuer_certificate.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/csr-nosans_nistp256.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/ocsp_responder_certificate.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/ocsp_certificate.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/csr-nosans_512.conf
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata/sample-archive-ec
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive-ec/cert1.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata/sample-archive-ec
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive-ec/fullchain1.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata/sample-archive-ec
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive-ec/privkey1.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata/sample-archive-ec
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive-ec/chain1.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata/sample-archive-ec
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cert-san_512.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/rsa512_key.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/csr_512.der
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cert-5sans_512.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cert-nosans_nistp256.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cert_fullchain_2048.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/csr-nonames_512.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/csr-6sans_512.conf
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cert_leaf.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/rsa2048_key.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cert_2048.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cert_intermediate_1.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-renewal-ec.conf
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-renewal-deprecated-option.conf
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cert_intermediate_2.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-renewal-ancient.conf
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/ec_secp521r1_key.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/ec_secp384r1_key.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/rsa256_key.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/csr-6sans_512.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/README
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/cert_512.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/webrootconftest.ini
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata/sample-archive
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive/cert1.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata/sample-archive
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive/fullchain1.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata/sample-archive
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive/privkey1.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata/sample-archive
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/testdata/sample-archive/chain1.pem
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/testdata/sample-archive
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/tests/util.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/reverter.py -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/hooks.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/eff.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/account.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/constants.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/main.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cert_manager.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/snap_config.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/renewal.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/updater.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/client.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/log.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/auth_handler.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display/obj.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display/dummy_readline.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display/completer.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/display/util.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/storage.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins/standalone.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins/disco.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins/webroot.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins/manual.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins/selection.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/plugins/null.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/error_handler.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/lock.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli/cli_utils.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli/group_adder.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli/subparsers.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli/helpful.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli/cli_constants.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli/plugins_parsing.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli/verb_help.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/_internal/cli/paths_parser.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/util.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/crypto_util.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/display
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/display/ops.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/display
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/display/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/display
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/display/util.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/display
> creating 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins/dns_common_lexicon.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins/dns_common.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins/dns_test_common_lexicon.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins/dns_test_common.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins/common.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins/util.py 
> -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins/storage.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/plugins/enhancements.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_certbot/build/certbot/py.typed -> 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/configuration.py
>  to configuration.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/errors.py
>  to errors.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat/misc.py
>  to misc.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat/_path.py
>  to _path.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat/os.py
>  to os.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/compat/filesystem.py
>  to filesystem.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/main.py
>  to main.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/interfaces.py
>  to interfaces.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/ocsp.py
>  to ocsp.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/achallenges.py
>  to achallenges.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/acme_util.py
>  to acme_util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/tests/util.py
>  to util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/reverter.py
>  to reverter.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/hooks.py
>  to hooks.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/eff.py
>  to eff.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/account.py
>  to account.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/constants.py
>  to constants.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/main.py
>  to main.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cert_manager.py
>  to cert_manager.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/snap_config.py
>  to snap_config.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/renewal.py
>  to renewal.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/updater.py
>  to updater.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/client.py
>  to client.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/log.py
>  to log.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/auth_handler.py
>  to auth_handler.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display/obj.py
>  to obj.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display/dummy_readline.py
>  to dummy_readline.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display/completer.py
>  to completer.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/display/util.py
>  to util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/storage.py
>  to storage.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins/standalone.py
>  to standalone.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins/disco.py
>  to disco.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins/webroot.py
>  to webroot.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins/manual.py
>  to manual.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins/selection.py
>  to selection.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/plugins/null.py
>  to null.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/error_handler.py
>  to error_handler.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/lock.py
>  to lock.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli/cli_utils.py
>  to cli_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli/group_adder.py
>  to group_adder.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli/subparsers.py
>  to subparsers.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli/helpful.py
>  to helpful.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli/cli_constants.py
>  to cli_constants.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli/plugins_parsing.py
>  to plugins_parsing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli/verb_help.py
>  to verb_help.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/_internal/cli/paths_parser.py
>  to paths_parser.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/util.py
>  to util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/crypto_util.py
>  to crypto_util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/display/ops.py
>  to ops.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/display/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/display/util.py
>  to util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins/dns_common_lexicon.py
>  to dns_common_lexicon.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins/dns_common.py
>  to dns_common.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins/dns_test_common_lexicon.py
>  to dns_test_common_lexicon.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins/dns_test_common.py
>  to dns_test_common.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins/common.py
>  to common.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins/util.py
>  to util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins/storage.py
>  to storage.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot/plugins/enhancements.py
>  to enhancements.cpython-311.pyc
> running install_egg_info
> Copying certbot.egg-info to 
> /<<PKGBUILDDIR>>/debian/python3-certbot/usr/lib/python3.11/dist-packages/certbot-2.1.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> Installing certbot script to /<<PKGBUILDDIR>>/debian/python3-certbot/usr/bin
>    debian/rules override_dh_install
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p debian/certbot/usr/bin debian/certbot/etc/letsencrypt
> mv debian/python3-certbot/usr/bin/* debian/certbot/usr/bin
> rm -rf debian/python3-certbot/usr/bin
> mv debian/cli.ini debian/certbot/etc/letsencrypt/cli.ini
> mv: cannot stat 'debian/cli.ini': No such file or directory
> make[1]: *** [debian/rules:23: override_dh_install] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> make: *** [debian/rules:12: binary] Error 2
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
> 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -b' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/16/python-certbot_2.1.0-4_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to