+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-certbot-apache-3.3.0/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-certbot-apache-3.3.0/work.log
===> Building for py310-certbot-apache-3.3.0
* Building wheel...
/opt/pkg/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: Apache Software License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/certbot_apache
copying certbot_apache/__init__.py -> build/lib/certbot_apache
creating build/lib/certbot_apache/_internal
copying certbot_apache/_internal/augeasparser.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/override_debian.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/parsernode_util.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/override_darwin.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/override_fedora.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/configurator.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/display_ops.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/interfaces.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/assertions.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/override_centos.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/apache_util.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/constants.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/override_alpine.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/obj.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/dualparser.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/parser.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/override_suse.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/override_gentoo.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/http_01.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/__init__.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/apacheparser.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/override_arch.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/override_void.py -> build/lib/certbot_apache/_internal
copying certbot_apache/_internal/entrypoint.py -> build/lib/certbot_apache/_internal
creating build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/configurator_reverter_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/obj_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/autohsts_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/parsernode_util_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/gentoo_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/augeasnode_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/fedora_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/display_ops_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/util.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/configurator_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/centos_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/complex_parsing_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/http_01_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/debian_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/entrypoint_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/dualnode_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/__init__.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/parsernode_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/parser_test.py -> build/lib/certbot_apache/_internal/tests
copying certbot_apache/_internal/tests/parsernode_configurator_test.py -> build/lib/certbot_apache/_internal/tests
running egg_info
writing certbot_apache.egg-info/PKG-INFO
writing dependency_links to certbot_apache.egg-info/dependency_links.txt
writing entry points to certbot_apache.egg-info/entry_points.txt
writing requirements to certbot_apache.egg-info/requires.txt
writing top-level names to certbot_apache.egg-info/top_level.txt
reading manifest file 'certbot_apache.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_apache.egg-info/SOURCES.txt'
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.augeas_lens' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.augeas_lens' 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_apache._internal.augeas_lens' 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_apache._internal.augeas_lens' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.augeas_lens' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.centos7_apache.apache' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.centos7_apache.apache' 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_apache._internal.tests.testdata.centos7_apache.apache' 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_apache._internal.tests.testdata.centos7_apache.apache' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.centos7_apache.apache' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.centos7_apache.apache.httpd.conf' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.centos7_apache.apache.httpd.conf' 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_apache._internal.tests.testdata.centos7_apache.apache.httpd.conf' 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_apache._internal.tests.testdata.centos7_apache.apache.httpd.conf' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.centos7_apache.apache.httpd.conf' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.centos7_apache.apache.httpd' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.centos7_apache.apache.httpd' 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_apache._internal.tests.testdata.centos7_apache.apache.httpd' 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_apache._internal.tests.testdata.centos7_apache.apache.httpd' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.centos7_apache.apache.httpd' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.centos7_apache.apache.sysconfig' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.centos7_apache.apache.sysconfig' 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_apache._internal.tests.testdata.centos7_apache.apache.sysconfig' 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_apache._internal.tests.testdata.centos7_apache.apache.sysconfig' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.centos7_apache.apache.sysconfig' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.complex_parsing' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.complex_parsing' 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_apache._internal.tests.testdata.complex_parsing' 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_apache._internal.tests.testdata.complex_parsing' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.complex_parsing' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.debian_apache_2_4.augeas_vhosts' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.debian_apache_2_4.augeas_vhosts' 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_apache._internal.tests.testdata.debian_apache_2_4.augeas_vhosts' 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_apache._internal.tests.testdata.debian_apache_2_4.augeas_vhosts' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.debian_apache_2_4.augeas_vhosts' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.debian_apache_2_4.augeas_vhosts.apache2' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.debian_apache_2_4.augeas_vhosts.apache2' 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_apache._internal.tests.testdata.debian_apache_2_4.augeas_vhosts.apache2' 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_apache._internal.tests.testdata.debian_apache_2_4.augeas_vhosts.apache2' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.debian_apache_2_4.augeas_vhosts.apache2' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.debian_apache_2_4.default_vhost' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.debian_apache_2_4.default_vhost' 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_apache._internal.tests.testdata.debian_apache_2_4.default_vhost' 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_apache._internal.tests.testdata.debian_apache_2_4.default_vhost' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.debian_apache_2_4.default_vhost' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.debian_apache_2_4.default_vhost.apache2' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.debian_apache_2_4.default_vhost.apache2' 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_apache._internal.tests.testdata.debian_apache_2_4.default_vhost.apache2' 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_apache._internal.tests.testdata.debian_apache_2_4.default_vhost.apache2' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.debian_apache_2_4.default_vhost.apache2' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.debian_apache_2_4.multi_vhosts.apache2' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.debian_apache_2_4.multi_vhosts.apache2' 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_apache._internal.tests.testdata.debian_apache_2_4.multi_vhosts.apache2' 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_apache._internal.tests.testdata.debian_apache_2_4.multi_vhosts.apache2' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.debian_apache_2_4.multi_vhosts.apache2' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.debian_apache_2_4.multiple_vhosts' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.debian_apache_2_4.multiple_vhosts' 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_apache._internal.tests.testdata.debian_apache_2_4.multiple_vhosts' 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_apache._internal.tests.testdata.debian_apache_2_4.multiple_vhosts' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.debian_apache_2_4.multiple_vhosts' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.debian_apache_2_4.multiple_vhosts.apache2' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.debian_apache_2_4.multiple_vhosts.apache2' 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_apache._internal.tests.testdata.debian_apache_2_4.multiple_vhosts.apache2' 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_apache._internal.tests.testdata.debian_apache_2_4.multiple_vhosts.apache2' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.debian_apache_2_4.multiple_vhosts.apache2' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.gentoo_apache.apache' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.gentoo_apache.apache' 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_apache._internal.tests.testdata.gentoo_apache.apache' 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_apache._internal.tests.testdata.gentoo_apache.apache' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.gentoo_apache.apache' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tests.testdata.gentoo_apache.apache.apache2' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tests.testdata.gentoo_apache.apache.apache2' 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_apache._internal.tests.testdata.gentoo_apache.apache.apache2' 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_apache._internal.tests.testdata.gentoo_apache.apache.apache2' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tests.testdata.gentoo_apache.apache.apache2' 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)
/opt/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot_apache._internal.tls_configs' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'certbot_apache._internal.tls_configs' 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_apache._internal.tls_configs' 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_apache._internal.tls_configs' to be distributed and are
        already explicitly excluding 'certbot_apache._internal.tls_configs' 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_apache/py.typed -> build/lib/certbot_apache
creating build/lib/certbot_apache/_internal/augeas_lens
copying certbot_apache/_internal/augeas_lens/httpd.aug -> build/lib/certbot_apache/_internal/augeas_lens
creating build/lib/certbot_apache/_internal/tls_configs
copying certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf -> build/lib/certbot_apache/_internal/tls_configs
copying certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf -> build/lib/certbot_apache/_internal/tls_configs
creating build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache
creating build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf
creating build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
creating build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
creating build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig
copying certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd -> build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig
creating build/lib/certbot_apache/_internal/tests/testdata/complex_parsing
copying certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf -> build/lib/certbot_apache/_internal/tests/testdata/complex_parsing
copying certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf -> build/lib/certbot_apache/_internal/tests/testdata/complex_parsing
copying certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf -> build/lib/certbot_apache/_internal/tests/testdata/complex_parsing
creating build/lib/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled
copying certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf -> build/lib/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl-port-only.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
creating build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl-port-only.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf -> build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
creating build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache
creating build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2
creating build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
creating build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
creating build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d
copying certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2 -> build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d
installing to build/bdist.solaris-2.11-i86pc.64bit/wheel
running install
running install_lib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache
copying build/lib/certbot_apache/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache
copying build/lib/certbot_apache/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal
copying build/lib/certbot_apache/_internal/parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/override_gentoo.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/entrypoint.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/http_01.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/display_ops.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/dualparser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/apacheparser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/apache_util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/display_ops_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/augeasnode_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/http_01_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/configurator_reverter_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/configurator_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/gentoo_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/fedora_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/dualnode_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/centos_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/autohsts_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/parsernode_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/debian_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/parsernode_util_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/entrypoint_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/parsernode_configurator_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/obj_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/gentoo_apache
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/gentoo_apache/apache
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d
copying build/lib/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/gentoo_apache/apache
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/complex_parsing
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/complex_parsing
copying build/lib/certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/complex_parsing
copying build/lib/certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/complex_parsing
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl-port-only.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl-port-only.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2
copying build/lib/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/centos7_apache
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/centos7_apache/apache
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig
copying build/lib/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig
copying build/lib/certbot_apache/_internal/tests/parser_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/tests/complex_parsing_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tests
copying build/lib/certbot_apache/_internal/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/augeas_lens
copying build/lib/certbot_apache/_internal/augeas_lens/httpd.aug -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/augeas_lens
copying build/lib/certbot_apache/_internal/parsernode_util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/constants.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/augeasparser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/override_fedora.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/interfaces.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/override_darwin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/assertions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/override_debian.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/override_suse.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/configurator.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/override_alpine.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/obj.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache/_internal/tls_configs
copying build/lib/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tls_configs
copying build/lib/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal/tls_configs
copying build/lib/certbot_apache/_internal/override_centos.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/override_void.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
copying build/lib/certbot_apache/_internal/override_arch.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache/_internal
running install_egg_info
Copying certbot_apache.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./certbot_apache-3.3.0-py3.10.egg-info
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/certbot_apache-3.3.0.dist-info/WHEEL
creating '/home/pbulk/build/security/py-certbot-apache/work/certbot_apache-3.3.0/dist/.tmp-2v30colq/certbot_apache-3.3.0-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it
adding 'certbot_apache/__init__.py'
adding 'certbot_apache/py.typed'
adding 'certbot_apache/_internal/__init__.py'
adding 'certbot_apache/_internal/apache_util.py'
adding 'certbot_apache/_internal/apacheparser.py'
adding 'certbot_apache/_internal/assertions.py'
adding 'certbot_apache/_internal/augeasparser.py'
adding 'certbot_apache/_internal/configurator.py'
adding 'certbot_apache/_internal/constants.py'
adding 'certbot_apache/_internal/display_ops.py'
adding 'certbot_apache/_internal/dualparser.py'
adding 'certbot_apache/_internal/entrypoint.py'
adding 'certbot_apache/_internal/http_01.py'
adding 'certbot_apache/_internal/interfaces.py'
adding 'certbot_apache/_internal/obj.py'
adding 'certbot_apache/_internal/override_alpine.py'
adding 'certbot_apache/_internal/override_arch.py'
adding 'certbot_apache/_internal/override_centos.py'
adding 'certbot_apache/_internal/override_darwin.py'
adding 'certbot_apache/_internal/override_debian.py'
adding 'certbot_apache/_internal/override_fedora.py'
adding 'certbot_apache/_internal/override_gentoo.py'
adding 'certbot_apache/_internal/override_suse.py'
adding 'certbot_apache/_internal/override_void.py'
adding 'certbot_apache/_internal/parser.py'
adding 'certbot_apache/_internal/parsernode_util.py'
adding 'certbot_apache/_internal/augeas_lens/httpd.aug'
adding 'certbot_apache/_internal/tests/__init__.py'
adding 'certbot_apache/_internal/tests/augeasnode_test.py'
adding 'certbot_apache/_internal/tests/autohsts_test.py'
adding 'certbot_apache/_internal/tests/centos_test.py'
adding 'certbot_apache/_internal/tests/complex_parsing_test.py'
adding 'certbot_apache/_internal/tests/configurator_reverter_test.py'
adding 'certbot_apache/_internal/tests/configurator_test.py'
adding 'certbot_apache/_internal/tests/debian_test.py'
adding 'certbot_apache/_internal/tests/display_ops_test.py'
adding 'certbot_apache/_internal/tests/dualnode_test.py'
adding 'certbot_apache/_internal/tests/entrypoint_test.py'
adding 'certbot_apache/_internal/tests/fedora_test.py'
adding 'certbot_apache/_internal/tests/gentoo_test.py'
adding 'certbot_apache/_internal/tests/http_01_test.py'
adding 'certbot_apache/_internal/tests/obj_test.py'
adding 'certbot_apache/_internal/tests/parser_test.py'
adding 'certbot_apache/_internal/tests/parsernode_configurator_test.py'
adding 'certbot_apache/_internal/tests/parsernode_test.py'
adding 'certbot_apache/_internal/tests/parsernode_util_test.py'
adding 'certbot_apache/_internal/tests/util.py'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf'
adding 'certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd'
adding 'certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf'
adding 'certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf'
adding 'certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf'
adding 'certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl-port-only.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl-port-only.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf'
adding 'certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2'
adding 'certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf'
adding 'certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf'
adding 'certbot_apache-3.3.0.dist-info/licenses/LICENSE.txt'
adding 'certbot_apache-3.3.0.dist-info/METADATA'
adding 'certbot_apache-3.3.0.dist-info/WHEEL'
adding 'certbot_apache-3.3.0.dist-info/entry_points.txt'
adding 'certbot_apache-3.3.0.dist-info/top_level.txt'
adding 'certbot_apache-3.3.0.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built certbot_apache-3.3.0-py3-none-any.whl