MidnightBSD Magus

security/py-certbot

Let's Encrypt client

Flavor Version Run OSVersion Arch License Restricted Status
py39 1.14.0,1 515 2.2 amd64 apache2 0 fail

Events

Machine Type Time Message
m2264 info 2023-03-02 18:55:49.138776 Test Started
m2264 fail 2023-03-02 18:56:08.014661 make build returned non-zero: 1
m2264 fail 2023-03-02 18:56:08.061884 Test complete.

Log

===>  Building for py39-certbot-1.14.0,1
setup.py:14: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  if LooseVersion(setuptools_version) < LooseVersion(min_setuptools_version):
running build
running build_py
creating build
creating build/lib
creating build/lib/certbot
copying certbot/crypto_util.py -> build/lib/certbot
copying certbot/interfaces.py -> build/lib/certbot
copying certbot/__init__.py -> build/lib/certbot
copying certbot/achallenges.py -> build/lib/certbot
copying certbot/util.py -> build/lib/certbot
copying certbot/main.py -> build/lib/certbot
copying certbot/ocsp.py -> build/lib/certbot
copying certbot/errors.py -> build/lib/certbot
copying certbot/reverter.py -> build/lib/certbot
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/os.py -> build/lib/certbot/compat
copying certbot/compat/misc.py -> build/lib/certbot/compat
copying certbot/compat/filesystem.py -> build/lib/certbot/compat
creating build/lib/certbot/plugins
copying certbot/plugins/dns_common.py -> build/lib/certbot/plugins
copying certbot/plugins/dns_test_common_lexicon.py -> build/lib/certbot/plugins
copying certbot/plugins/util.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/storage.py -> build/lib/certbot/plugins
copying certbot/plugins/enhancements.py -> build/lib/certbot/plugins
copying certbot/plugins/__init__.py -> build/lib/certbot/plugins
copying certbot/plugins/common.py -> build/lib/certbot/plugins
creating build/lib/certbot/tests
copying certbot/tests/util.py -> build/lib/certbot/tests
copying certbot/tests/acme_util.py -> build/lib/certbot/tests
copying certbot/tests/__init__.py -> build/lib/certbot/tests
creating build/lib/certbot/display
copying certbot/display/__init__.py -> build/lib/certbot/display
copying certbot/display/ops.py -> build/lib/certbot/display
copying certbot/display/util.py -> build/lib/certbot/display
creating build/lib/certbot/_internal
copying certbot/_internal/auth_handler.py -> build/lib/certbot/_internal
copying certbot/_internal/snap_config.py -> build/lib/certbot/_internal
copying certbot/_internal/renewal.py -> build/lib/certbot/_internal
copying certbot/_internal/__init__.py -> build/lib/certbot/_internal
copying certbot/_internal/eff.py -> build/lib/certbot/_internal
copying certbot/_internal/configuration.py -> build/lib/certbot/_internal
copying certbot/_internal/log.py -> build/lib/certbot/_internal
copying certbot/_internal/constants.py -> build/lib/certbot/_internal
copying certbot/_internal/error_handler.py -> build/lib/certbot/_internal
copying certbot/_internal/hooks.py -> build/lib/certbot/_internal
copying certbot/_internal/storage.py -> build/lib/certbot/_internal
copying certbot/_internal/main.py -> build/lib/certbot/_internal
copying certbot/_internal/cert_manager.py -> build/lib/certbot/_internal
copying certbot/_internal/account.py -> build/lib/certbot/_internal
copying certbot/_internal/reporter.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/updater.py -> build/lib/certbot/_internal
creating build/lib/certbot/_internal/plugins
copying certbot/_internal/plugins/manual.py -> build/lib/certbot/_internal/plugins
copying certbot/_internal/plugins/disco.py -> build/lib/certbot/_internal/plugins
copying certbot/_internal/plugins/null.py -> build/lib/certbot/_internal/plugins
copying certbot/_internal/plugins/__init__.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/selection.py -> build/lib/certbot/_internal/plugins
creating build/lib/certbot/_internal/cli
copying certbot/_internal/cli/group_adder.py -> build/lib/certbot/_internal/cli
copying certbot/_internal/cli/paths_parser.py -> build/lib/certbot/_internal/cli
copying certbot/_internal/cli/plugins_parsing.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/verb_help.py -> build/lib/certbot/_internal/cli
copying certbot/_internal/cli/__init__.py -> build/lib/certbot/_internal/cli
copying certbot/_internal/cli/subparsers.py -> build/lib/certbot/_internal/cli
copying certbot/_internal/cli/cli_utils.py -> build/lib/certbot/_internal/cli
creating build/lib/certbot/_internal/display
copying certbot/_internal/display/completer.py -> build/lib/certbot/_internal/display
copying certbot/_internal/display/dummy_readline.py -> build/lib/certbot/_internal/display
copying certbot/_internal/display/__init__.py -> build/lib/certbot/_internal/display
running egg_info
writing certbot.egg-info/PKG-INFO
writing dependency_links to certbot.egg-info/dependency_links.txt
writing entry points to certbot.egg-info/entry_points.txt
writing requirements to certbot.egg-info/requires.txt
writing top-level names to certbot.egg-info/top_level.txt
reading manifest file 'certbot.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
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/local/lib/python3.9/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'certbot.tests.testdata' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'certbot.tests.testdata' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'certbot.tests.testdata' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'certbot.tests.testdata' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.


!!

  check.warn(importable)
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
(cd /magus/work/usr/mports/security/py-certbot/work-py39/certbot-1.14.0/docs &&  sphinx-build-3.9 -N -b man . _build/man)
Running Sphinx v5.3.0
WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).

Extension error:
Could not import extension repoze.sphinx.autointerface (exception: cannot import name 'force_decode' from 'sphinx.util' (/usr/local/lib/python3.9/site-packages/sphinx/util/__init__.py))
*** Error code 2

Stop.
make: stopped in /usr/mports/security/py-certbot