+ 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=312 WRKLOG=/tmp/bulklog/texttest-4.4.3.1nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/texttest-4.4.3.1nb1/work.log
===> Building for texttest-4.4.3.1nb1
* Building wheel...
/opt/pkg/lib/python3.12/site-packages/setuptools/config/expand.py:128: SetuptoolsWarning: File '/home/pbulk/build/devel/texttest/work/texttest-4.4.3.1/README.txt' cannot be found
  for path in _filter_existing_files(_filepaths)
/opt/pkg/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

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

!!
  corresp(dist, value, root_dir)
/opt/pkg/lib/python3.12/site-packages/setuptools/config/expand.py:128: SetuptoolsWarning: File '/home/pbulk/build/devel/texttest/work/texttest-4.4.3.1/LICENSE' cannot be found
  for path in _filter_existing_files(_filepaths)
/opt/pkg/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

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

        License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)

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

!!
  dist._finalize_license_expression()
/opt/pkg/lib/python3.12/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 :: GNU Library or Lesser General Public License (LGPL)

        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/texttestlib
copying texttestlib/__init__.py -> build/lib/texttestlib
copying texttestlib/engine.py -> build/lib/texttestlib
copying texttestlib/jobprocess.py -> build/lib/texttestlib
copying texttestlib/logconfiggen.py -> build/lib/texttestlib
copying texttestlib/texttest_version.py -> build/lib/texttestlib
copying texttestlib/testmodel.py -> build/lib/texttestlib
copying texttestlib/__main__.py -> build/lib/texttestlib
copying texttestlib/plugins.py -> build/lib/texttestlib
copying texttestlib/utils.py -> build/lib/texttestlib
running egg_info
writing TextTest.egg-info/PKG-INFO
writing dependency_links to TextTest.egg-info/dependency_links.txt
writing entry points to TextTest.egg-info/entry_points.txt
writing requirements to TextTest.egg-info/requires.txt
writing top-level names to TextTest.egg-info/top_level.txt
reading manifest file 'TextTest.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'TextTest.egg-info/SOURCES.txt'
/opt/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.default' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.default' 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 'texttestlib.default' 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 'texttestlib.default' to be distributed and are
        already explicitly excluding 'texttestlib.default' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.default.batch' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.default.batch' 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 'texttestlib.default.batch' 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 'texttestlib.default.batch' to be distributed and are
        already explicitly excluding 'texttestlib.default.batch' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.default.batch.testoverview_javascript' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.default.batch.testoverview_javascript' 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 'texttestlib.default.batch.testoverview_javascript' 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 'texttestlib.default.batch.testoverview_javascript' to be distributed and are
        already explicitly excluding 'texttestlib.default.batch.testoverview_javascript' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.default.gtkgui' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.default.gtkgui' 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 'texttestlib.default.gtkgui' 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 'texttestlib.default.gtkgui' to be distributed and are
        already explicitly excluding 'texttestlib.default.gtkgui' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.default.gtkgui.default_gui' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.default.gtkgui.default_gui' 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 'texttestlib.default.gtkgui.default_gui' 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 'texttestlib.default.gtkgui.default_gui' to be distributed and are
        already explicitly excluding 'texttestlib.default.gtkgui.default_gui' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.default.gtkgui.version_control' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.default.gtkgui.version_control' 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 'texttestlib.default.gtkgui.version_control' 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 'texttestlib.default.gtkgui.version_control' to be distributed and are
        already explicitly excluding 'texttestlib.default.gtkgui.version_control' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.default.knownbugs' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.default.knownbugs' 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 'texttestlib.default.knownbugs' 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 'texttestlib.default.knownbugs' to be distributed and are
        already explicitly excluding 'texttestlib.default.knownbugs' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.doc' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.doc' 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 'texttestlib.doc' 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 'texttestlib.doc' to be distributed and are
        already explicitly excluding 'texttestlib.doc' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.etc' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.etc' 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 'texttestlib.etc' 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 'texttestlib.etc' to be distributed and are
        already explicitly excluding 'texttestlib.etc' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.images' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.images' 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 'texttestlib.images' 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 'texttestlib.images' to be distributed and are
        already explicitly excluding 'texttestlib.images' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.images.retro' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.images.retro' 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 'texttestlib.images.retro' 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 'texttestlib.images.retro' to be distributed and are
        already explicitly excluding 'texttestlib.images.retro' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.interpretcore' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.interpretcore' 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 'texttestlib.interpretcore' 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 'texttestlib.interpretcore' to be distributed and are
        already explicitly excluding 'texttestlib.interpretcore' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.libexec' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.libexec' 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 'texttestlib.libexec' 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 'texttestlib.libexec' to be distributed and are
        already explicitly excluding 'texttestlib.libexec' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.log' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.log' 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 'texttestlib.log' 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 'texttestlib.log' to be distributed and are
        already explicitly excluding 'texttestlib.log' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'texttestlib.queuesystem' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'texttestlib.queuesystem' 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 'texttestlib.queuesystem' 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 'texttestlib.queuesystem' to be distributed and are
        already explicitly excluding 'texttestlib.queuesystem' 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)
creating build/lib/texttestlib/default
copying texttestlib/default/__init__.py -> build/lib/texttestlib/default
copying texttestlib/default/actionrunner.py -> build/lib/texttestlib/default
copying texttestlib/default/colorer.py -> build/lib/texttestlib/default
copying texttestlib/default/comparefile.py -> build/lib/texttestlib/default
copying texttestlib/default/comparetest.py -> build/lib/texttestlib/default
copying texttestlib/default/console.py -> build/lib/texttestlib/default
copying texttestlib/default/database_data.py -> build/lib/texttestlib/default
copying texttestlib/default/fpdiff.py -> build/lib/texttestlib/default
copying texttestlib/default/performance.py -> build/lib/texttestlib/default
copying texttestlib/default/reconnect.py -> build/lib/texttestlib/default
copying texttestlib/default/rundependent.py -> build/lib/texttestlib/default
copying texttestlib/default/runtest.py -> build/lib/texttestlib/default
copying texttestlib/default/sandbox.py -> build/lib/texttestlib/default
copying texttestlib/default/scripts.py -> build/lib/texttestlib/default
copying texttestlib/default/storytext_interface.py -> build/lib/texttestlib/default
copying texttestlib/default/traffic.py -> build/lib/texttestlib/default
copying texttestlib/default/virtualdisplay.py -> build/lib/texttestlib/default
creating build/lib/texttestlib/default/batch
copying texttestlib/default/batch/HTMLcolors.py -> build/lib/texttestlib/default/batch
copying texttestlib/default/batch/HTMLgen.py -> build/lib/texttestlib/default/batch
copying texttestlib/default/batch/__init__.py -> build/lib/texttestlib/default/batch
copying texttestlib/default/batch/batchutils.py -> build/lib/texttestlib/default/batch
copying texttestlib/default/batch/ci.py -> build/lib/texttestlib/default/batch
copying texttestlib/default/batch/externalreport.py -> build/lib/texttestlib/default/batch
copying texttestlib/default/batch/imgsize.py -> build/lib/texttestlib/default/batch
copying texttestlib/default/batch/jenkinschanges.py -> build/lib/texttestlib/default/batch
copying texttestlib/default/batch/resultgraphs.py -> build/lib/texttestlib/default/batch
copying texttestlib/default/batch/summarypages.py -> build/lib/texttestlib/default/batch
copying texttestlib/default/batch/testoverview.py -> build/lib/texttestlib/default/batch
creating build/lib/texttestlib/default/batch/testoverview_javascript
copying texttestlib/default/batch/testoverview_javascript/comment.js -> build/lib/texttestlib/default/batch/testoverview_javascript
copying texttestlib/default/batch/testoverview_javascript/comment.php -> build/lib/texttestlib/default/batch/testoverview_javascript
copying texttestlib/default/batch/testoverview_javascript/commentlist.js -> build/lib/texttestlib/default/batch/testoverview_javascript
copying texttestlib/default/batch/testoverview_javascript/commentliststyle.css -> build/lib/texttestlib/default/batch/testoverview_javascript
copying texttestlib/default/batch/testoverview_javascript/filter.js -> build/lib/texttestlib/default/batch/testoverview_javascript
copying texttestlib/default/batch/testoverview_javascript/jquery.js -> build/lib/texttestlib/default/batch/testoverview_javascript
creating build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/__init__.py -> build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/actionholders.py -> build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/controller.py -> build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/entrycompletion.py -> build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/filetrees.py -> build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/guiplugins.py -> build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/guiutils.py -> build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/statusviews.py -> build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/stockitems.py -> build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/testtree.py -> build/lib/texttestlib/default/gtkgui
copying texttestlib/default/gtkgui/textinfo.py -> build/lib/texttestlib/default/gtkgui
creating build/lib/texttestlib/default/gtkgui/default_gui
copying texttestlib/default/gtkgui/default_gui/__init__.py -> build/lib/texttestlib/default/gtkgui/default_gui
copying texttestlib/default/gtkgui/default_gui/adminactions.py -> build/lib/texttestlib/default/gtkgui/default_gui
copying texttestlib/default/gtkgui/default_gui/changeteststate.py -> build/lib/texttestlib/default/gtkgui/default_gui
copying texttestlib/default/gtkgui/default_gui/fileproperties.py -> build/lib/texttestlib/default/gtkgui/default_gui
copying texttestlib/default/gtkgui/default_gui/fileviewers.py -> build/lib/texttestlib/default/gtkgui/default_gui
copying texttestlib/default/gtkgui/default_gui/helpdialogs.py -> build/lib/texttestlib/default/gtkgui/default_gui
copying texttestlib/default/gtkgui/default_gui/housekeeping.py -> build/lib/texttestlib/default/gtkgui/default_gui
copying texttestlib/default/gtkgui/default_gui/runningactions.py -> build/lib/texttestlib/default/gtkgui/default_gui
copying texttestlib/default/gtkgui/default_gui/selectandfilter.py -> build/lib/texttestlib/default/gtkgui/default_gui
creating build/lib/texttestlib/default/gtkgui/version_control
copying texttestlib/default/gtkgui/version_control/__init__.py -> build/lib/texttestlib/default/gtkgui/version_control
copying texttestlib/default/gtkgui/version_control/bzr.py -> build/lib/texttestlib/default/gtkgui/version_control
copying texttestlib/default/gtkgui/version_control/custom_widgets.py -> build/lib/texttestlib/default/gtkgui/version_control
copying texttestlib/default/gtkgui/version_control/custom_widgets_storytext.py -> build/lib/texttestlib/default/gtkgui/version_control
copying texttestlib/default/gtkgui/version_control/cvs.py -> build/lib/texttestlib/default/gtkgui/version_control
copying texttestlib/default/gtkgui/version_control/git.py -> build/lib/texttestlib/default/gtkgui/version_control
copying texttestlib/default/gtkgui/version_control/hg.py -> build/lib/texttestlib/default/gtkgui/version_control
copying texttestlib/default/gtkgui/version_control/vcs_independent.py -> build/lib/texttestlib/default/gtkgui/version_control
creating build/lib/texttestlib/default/knownbugs
copying texttestlib/default/knownbugs/__init__.py -> build/lib/texttestlib/default/knownbugs
copying texttestlib/default/knownbugs/azdevops.py -> build/lib/texttestlib/default/knownbugs
copying texttestlib/default/knownbugs/bugzilla.py -> build/lib/texttestlib/default/knownbugs
copying texttestlib/default/knownbugs/bugzillav2.py -> build/lib/texttestlib/default/knownbugs
copying texttestlib/default/knownbugs/github.py -> build/lib/texttestlib/default/knownbugs
copying texttestlib/default/knownbugs/jira.py -> build/lib/texttestlib/default/knownbugs
copying texttestlib/default/knownbugs/trac.py -> build/lib/texttestlib/default/knownbugs
creating build/lib/texttestlib/doc
copying texttestlib/doc/COPYING -> build/lib/texttestlib/doc
copying texttestlib/doc/CREDITS.txt -> build/lib/texttestlib/doc
copying texttestlib/doc/ChangeLog -> build/lib/texttestlib/doc
copying texttestlib/doc/LICENSE.txt -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_2.x -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.1 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.10 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.11 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.12 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.13 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.14 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.15 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.16 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.17 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.18 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.19 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.20 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.21 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.22 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.23 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.24 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.25 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.26 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.27 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.29 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.3 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.4 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.5 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.6 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.7 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.8 -> build/lib/texttestlib/doc
copying texttestlib/doc/MigrationNotes_from_3.9 -> build/lib/texttestlib/doc
copying texttestlib/doc/quick_start.txt -> build/lib/texttestlib/doc
creating build/lib/texttestlib/etc
copying texttestlib/etc/.gtkrc-2.0 -> build/lib/texttestlib/etc
copying texttestlib/etc/bzr.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/capturemock_config -> build/lib/texttestlib/etc
copying texttestlib/etc/cvs.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/default_gui-dynamic.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/default_gui-static.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/default_gui-unordered_text-dynamic.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/default_gui-use_case_record_mode-dynamic.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/default_gui-use_case_record_mode-static.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/default_gui-view_program-dynamic.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/default_gui-view_program.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/default_gui.uimap -> build/lib/texttestlib/etc
copying texttestlib/etc/default_gui.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/git.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/hg.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/rsync_exclude_patterns -> build/lib/texttestlib/etc
copying texttestlib/etc/sge.xml -> build/lib/texttestlib/etc
copying texttestlib/etc/summary_template.html -> build/lib/texttestlib/etc
creating build/lib/texttestlib/images
copying texttestlib/images/arrow_down.png -> build/lib/texttestlib/images
copying texttestlib/images/arrow_up.png -> build/lib/texttestlib/images
copying texttestlib/images/green_arrow_across.png -> build/lib/texttestlib/images
copying texttestlib/images/red_arrow_across.png -> build/lib/texttestlib/images
copying texttestlib/images/texttest-icon-dynamic.png -> build/lib/texttestlib/images
copying texttestlib/images/texttest-icon-static.png -> build/lib/texttestlib/images
copying texttestlib/images/texttest-logo.png -> build/lib/texttestlib/images
copying texttestlib/images/throbber_active.gif -> build/lib/texttestlib/images
copying texttestlib/images/throbber_inactive.png -> build/lib/texttestlib/images
creating build/lib/texttestlib/images/retro
copying texttestlib/images/retro/texttest-icon-dynamic.jpg -> build/lib/texttestlib/images/retro
copying texttestlib/images/retro/texttest-icon-static.jpg -> build/lib/texttestlib/images/retro
copying texttestlib/images/retro/texttest-logo.gif -> build/lib/texttestlib/images/retro
copying texttestlib/images/retro/texttest-logo.jpg -> build/lib/texttestlib/images/retro
creating build/lib/texttestlib/interpretcore
copying texttestlib/interpretcore/__init__.py -> build/lib/texttestlib/interpretcore
creating build/lib/texttestlib/libexec
copying texttestlib/libexec/sitecustomize.pyx -> build/lib/texttestlib/libexec
copying texttestlib/libexec/startWindowManager.pyx -> build/lib/texttestlib/libexec
copying texttestlib/libexec/startXvfb.pyx -> build/lib/texttestlib/libexec
creating build/lib/texttestlib/log
copying texttestlib/log/logconfiggen_setup.py -> build/lib/texttestlib/log
copying texttestlib/log/logging.batch -> build/lib/texttestlib/log
copying texttestlib/log/logging.console -> build/lib/texttestlib/log
copying texttestlib/log/logging.debug -> build/lib/texttestlib/log
copying texttestlib/log/logging.gui -> build/lib/texttestlib/log
copying texttestlib/log/regenerate_log_config.py -> build/lib/texttestlib/log
creating build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/__init__.py -> build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/abstractqueuesystem.py -> build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/condor.py -> build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/ec2cloud.py -> build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/gridqueuesystem.py -> build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/local.py -> build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/lsf.py -> build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/masterprocess.py -> build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/sge.py -> build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/slavejobs.py -> build/lib/texttestlib/queuesystem
copying texttestlib/queuesystem/utils.py -> build/lib/texttestlib/queuesystem
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/texttestlib
copying build/lib/texttestlib/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/libexec
copying build/lib/texttestlib/libexec/startWindowManager.pyx -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/libexec
copying build/lib/texttestlib/libexec/sitecustomize.pyx -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/libexec
copying build/lib/texttestlib/libexec/startXvfb.pyx -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/libexec
copying build/lib/texttestlib/logconfiggen.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib
copying build/lib/texttestlib/testmodel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/etc
copying build/lib/texttestlib/etc/default_gui-use_case_record_mode-dynamic.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/summary_template.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/.gtkrc-2.0 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/default_gui.uimap -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/default_gui-view_program.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/default_gui.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/default_gui-static.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/default_gui-view_program-dynamic.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/cvs.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/hg.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/default_gui-dynamic.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/sge.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/default_gui-use_case_record_mode-static.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/capturemock_config -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/default_gui-unordered_text-dynamic.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/git.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/rsync_exclude_patterns -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/etc/bzr.xml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/etc
copying build/lib/texttestlib/engine.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib
copying build/lib/texttestlib/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib
copying build/lib/texttestlib/texttest_version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/local.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/gridqueuesystem.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/lsf.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/abstractqueuesystem.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/masterprocess.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/ec2cloud.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/sge.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/slavejobs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
copying build/lib/texttestlib/queuesystem/condor.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/queuesystem
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/default
copying build/lib/texttestlib/default/console.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/scripts.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/virtualdisplay.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/fpdiff.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/reconnect.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/default/gtkgui
copying build/lib/texttestlib/default/gtkgui/testtree.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
copying build/lib/texttestlib/default/gtkgui/guiutils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
copying build/lib/texttestlib/default/gtkgui/controller.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
copying build/lib/texttestlib/default/gtkgui/entrycompletion.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
copying build/lib/texttestlib/default/gtkgui/filetrees.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
copying build/lib/texttestlib/default/gtkgui/textinfo.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
copying build/lib/texttestlib/default/gtkgui/actionholders.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
copying build/lib/texttestlib/default/gtkgui/guiplugins.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
copying build/lib/texttestlib/default/gtkgui/stockitems.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/default/gtkgui/version_control
copying build/lib/texttestlib/default/gtkgui/version_control/vcs_independent.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/version_control
copying build/lib/texttestlib/default/gtkgui/version_control/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/version_control
copying build/lib/texttestlib/default/gtkgui/version_control/cvs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/version_control
copying build/lib/texttestlib/default/gtkgui/version_control/custom_widgets_storytext.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/version_control
copying build/lib/texttestlib/default/gtkgui/version_control/hg.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/version_control
copying build/lib/texttestlib/default/gtkgui/version_control/bzr.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/version_control
copying build/lib/texttestlib/default/gtkgui/version_control/custom_widgets.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/version_control
copying build/lib/texttestlib/default/gtkgui/version_control/git.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/version_control
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/default/gtkgui/default_gui
copying build/lib/texttestlib/default/gtkgui/default_gui/runningactions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/default_gui
copying build/lib/texttestlib/default/gtkgui/default_gui/selectandfilter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/default_gui
copying build/lib/texttestlib/default/gtkgui/default_gui/helpdialogs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/default_gui
copying build/lib/texttestlib/default/gtkgui/default_gui/housekeeping.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/default_gui
copying build/lib/texttestlib/default/gtkgui/default_gui/adminactions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/default_gui
copying build/lib/texttestlib/default/gtkgui/default_gui/fileviewers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/default_gui
copying build/lib/texttestlib/default/gtkgui/default_gui/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/default_gui
copying build/lib/texttestlib/default/gtkgui/default_gui/changeteststate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/default_gui
copying build/lib/texttestlib/default/gtkgui/default_gui/fileproperties.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui/default_gui
copying build/lib/texttestlib/default/gtkgui/statusviews.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
copying build/lib/texttestlib/default/gtkgui/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/gtkgui
copying build/lib/texttestlib/default/actionrunner.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/runtest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/comparetest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/performance.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/default/knownbugs
copying build/lib/texttestlib/default/knownbugs/bugzillav2.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/knownbugs
copying build/lib/texttestlib/default/knownbugs/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/knownbugs
copying build/lib/texttestlib/default/knownbugs/github.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/knownbugs
copying build/lib/texttestlib/default/knownbugs/trac.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/knownbugs
copying build/lib/texttestlib/default/knownbugs/bugzilla.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/knownbugs
copying build/lib/texttestlib/default/knownbugs/azdevops.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/knownbugs
copying build/lib/texttestlib/default/knownbugs/jira.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/knownbugs
copying build/lib/texttestlib/default/sandbox.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/colorer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/rundependent.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/default/batch
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/default/batch/testoverview_javascript
copying build/lib/texttestlib/default/batch/testoverview_javascript/commentliststyle.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch/testoverview_javascript
copying build/lib/texttestlib/default/batch/testoverview_javascript/comment.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch/testoverview_javascript
copying build/lib/texttestlib/default/batch/testoverview_javascript/jquery.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch/testoverview_javascript
copying build/lib/texttestlib/default/batch/testoverview_javascript/commentlist.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch/testoverview_javascript
copying build/lib/texttestlib/default/batch/testoverview_javascript/comment.php -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch/testoverview_javascript
copying build/lib/texttestlib/default/batch/testoverview_javascript/filter.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch/testoverview_javascript
copying build/lib/texttestlib/default/batch/HTMLgen.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/batch/testoverview.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/batch/summarypages.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/batch/jenkinschanges.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/batch/imgsize.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/batch/HTMLcolors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/batch/externalreport.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/batch/ci.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/batch/resultgraphs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/batch/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/batch/batchutils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default/batch
copying build/lib/texttestlib/default/traffic.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/comparefile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/storytext_interface.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/default/database_data.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/default
copying build/lib/texttestlib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib
copying build/lib/texttestlib/jobprocess.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.7 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.12 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.18 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.20 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.27 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.15 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/quick_start.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.4 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.11 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.29 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.23 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.24 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.16 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.3 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.9 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.1 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/CREDITS.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.26 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/ChangeLog -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.14 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_2.x -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.19 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.13 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.21 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.6 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.8 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/LICENSE.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.25 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/COPYING -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.17 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.10 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.22 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
copying build/lib/texttestlib/doc/MigrationNotes_from_3.5 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/doc
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/images
copying build/lib/texttestlib/images/red_arrow_across.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images
copying build/lib/texttestlib/images/texttest-logo.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images
copying build/lib/texttestlib/images/texttest-icon-static.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images
copying build/lib/texttestlib/images/throbber_active.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/images/retro
copying build/lib/texttestlib/images/retro/texttest-logo.jpg -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images/retro
copying build/lib/texttestlib/images/retro/texttest-icon-dynamic.jpg -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images/retro
copying build/lib/texttestlib/images/retro/texttest-logo.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images/retro
copying build/lib/texttestlib/images/retro/texttest-icon-static.jpg -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images/retro
copying build/lib/texttestlib/images/arrow_down.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images
copying build/lib/texttestlib/images/arrow_up.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images
copying build/lib/texttestlib/images/throbber_inactive.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images
copying build/lib/texttestlib/images/green_arrow_across.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images
copying build/lib/texttestlib/images/texttest-icon-dynamic.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/images
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/interpretcore
copying build/lib/texttestlib/interpretcore/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/interpretcore
copying build/lib/texttestlib/plugins.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttestlib/log
copying build/lib/texttestlib/log/logconfiggen_setup.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/log
copying build/lib/texttestlib/log/logging.debug -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/log
copying build/lib/texttestlib/log/logging.console -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/log
copying build/lib/texttestlib/log/logging.batch -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/log
copying build/lib/texttestlib/log/logging.gui -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/log
copying build/lib/texttestlib/log/regenerate_log_config.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./texttestlib/log
running install_egg_info
Copying TextTest.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./TextTest-4.4.3.1-py3.12.egg-info
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/texttest-4.4.3.1.dist-info/WHEEL
creating '/home/pbulk/build/devel/texttest/work/texttest-4.4.3.1/dist/.tmp-_zej4am2/texttest-4.4.3.1-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it
adding 'texttest-4.4.3.1.dist-info/licenses/LICENSE.txt'
adding 'texttestlib/__init__.py'
adding 'texttestlib/__main__.py'
adding 'texttestlib/engine.py'
adding 'texttestlib/jobprocess.py'
adding 'texttestlib/logconfiggen.py'
adding 'texttestlib/plugins.py'
adding 'texttestlib/testmodel.py'
adding 'texttestlib/texttest_version.py'
adding 'texttestlib/utils.py'
adding 'texttestlib/default/__init__.py'
adding 'texttestlib/default/actionrunner.py'
adding 'texttestlib/default/colorer.py'
adding 'texttestlib/default/comparefile.py'
adding 'texttestlib/default/comparetest.py'
adding 'texttestlib/default/console.py'
adding 'texttestlib/default/database_data.py'
adding 'texttestlib/default/fpdiff.py'
adding 'texttestlib/default/performance.py'
adding 'texttestlib/default/reconnect.py'
adding 'texttestlib/default/rundependent.py'
adding 'texttestlib/default/runtest.py'
adding 'texttestlib/default/sandbox.py'
adding 'texttestlib/default/scripts.py'
adding 'texttestlib/default/storytext_interface.py'
adding 'texttestlib/default/traffic.py'
adding 'texttestlib/default/virtualdisplay.py'
adding 'texttestlib/default/batch/HTMLcolors.py'
adding 'texttestlib/default/batch/HTMLgen.py'
adding 'texttestlib/default/batch/__init__.py'
adding 'texttestlib/default/batch/batchutils.py'
adding 'texttestlib/default/batch/ci.py'
adding 'texttestlib/default/batch/externalreport.py'
adding 'texttestlib/default/batch/imgsize.py'
adding 'texttestlib/default/batch/jenkinschanges.py'
adding 'texttestlib/default/batch/resultgraphs.py'
adding 'texttestlib/default/batch/summarypages.py'
adding 'texttestlib/default/batch/testoverview.py'
adding 'texttestlib/default/batch/testoverview_javascript/comment.js'
adding 'texttestlib/default/batch/testoverview_javascript/comment.php'
adding 'texttestlib/default/batch/testoverview_javascript/commentlist.js'
adding 'texttestlib/default/batch/testoverview_javascript/commentliststyle.css'
adding 'texttestlib/default/batch/testoverview_javascript/filter.js'
adding 'texttestlib/default/batch/testoverview_javascript/jquery.js'
adding 'texttestlib/default/gtkgui/__init__.py'
adding 'texttestlib/default/gtkgui/actionholders.py'
adding 'texttestlib/default/gtkgui/controller.py'
adding 'texttestlib/default/gtkgui/entrycompletion.py'
adding 'texttestlib/default/gtkgui/filetrees.py'
adding 'texttestlib/default/gtkgui/guiplugins.py'
adding 'texttestlib/default/gtkgui/guiutils.py'
adding 'texttestlib/default/gtkgui/statusviews.py'
adding 'texttestlib/default/gtkgui/stockitems.py'
adding 'texttestlib/default/gtkgui/testtree.py'
adding 'texttestlib/default/gtkgui/textinfo.py'
adding 'texttestlib/default/gtkgui/default_gui/__init__.py'
adding 'texttestlib/default/gtkgui/default_gui/adminactions.py'
adding 'texttestlib/default/gtkgui/default_gui/changeteststate.py'
adding 'texttestlib/default/gtkgui/default_gui/fileproperties.py'
adding 'texttestlib/default/gtkgui/default_gui/fileviewers.py'
adding 'texttestlib/default/gtkgui/default_gui/helpdialogs.py'
adding 'texttestlib/default/gtkgui/default_gui/housekeeping.py'
adding 'texttestlib/default/gtkgui/default_gui/runningactions.py'
adding 'texttestlib/default/gtkgui/default_gui/selectandfilter.py'
adding 'texttestlib/default/gtkgui/version_control/__init__.py'
adding 'texttestlib/default/gtkgui/version_control/bzr.py'
adding 'texttestlib/default/gtkgui/version_control/custom_widgets.py'
adding 'texttestlib/default/gtkgui/version_control/custom_widgets_storytext.py'
adding 'texttestlib/default/gtkgui/version_control/cvs.py'
adding 'texttestlib/default/gtkgui/version_control/git.py'
adding 'texttestlib/default/gtkgui/version_control/hg.py'
adding 'texttestlib/default/gtkgui/version_control/vcs_independent.py'
adding 'texttestlib/default/knownbugs/__init__.py'
adding 'texttestlib/default/knownbugs/azdevops.py'
adding 'texttestlib/default/knownbugs/bugzilla.py'
adding 'texttestlib/default/knownbugs/bugzillav2.py'
adding 'texttestlib/default/knownbugs/github.py'
adding 'texttestlib/default/knownbugs/jira.py'
adding 'texttestlib/default/knownbugs/trac.py'
adding 'texttestlib/doc/COPYING'
adding 'texttestlib/doc/CREDITS.txt'
adding 'texttestlib/doc/ChangeLog'
adding 'texttestlib/doc/LICENSE.txt'
adding 'texttestlib/doc/MigrationNotes_from_2.x'
adding 'texttestlib/doc/MigrationNotes_from_3.1'
adding 'texttestlib/doc/MigrationNotes_from_3.10'
adding 'texttestlib/doc/MigrationNotes_from_3.11'
adding 'texttestlib/doc/MigrationNotes_from_3.12'
adding 'texttestlib/doc/MigrationNotes_from_3.13'
adding 'texttestlib/doc/MigrationNotes_from_3.14'
adding 'texttestlib/doc/MigrationNotes_from_3.15'
adding 'texttestlib/doc/MigrationNotes_from_3.16'
adding 'texttestlib/doc/MigrationNotes_from_3.17'
adding 'texttestlib/doc/MigrationNotes_from_3.18'
adding 'texttestlib/doc/MigrationNotes_from_3.19'
adding 'texttestlib/doc/MigrationNotes_from_3.20'
adding 'texttestlib/doc/MigrationNotes_from_3.21'
adding 'texttestlib/doc/MigrationNotes_from_3.22'
adding 'texttestlib/doc/MigrationNotes_from_3.23'
adding 'texttestlib/doc/MigrationNotes_from_3.24'
adding 'texttestlib/doc/MigrationNotes_from_3.25'
adding 'texttestlib/doc/MigrationNotes_from_3.26'
adding 'texttestlib/doc/MigrationNotes_from_3.27'
adding 'texttestlib/doc/MigrationNotes_from_3.29'
adding 'texttestlib/doc/MigrationNotes_from_3.3'
adding 'texttestlib/doc/MigrationNotes_from_3.4'
adding 'texttestlib/doc/MigrationNotes_from_3.5'
adding 'texttestlib/doc/MigrationNotes_from_3.6'
adding 'texttestlib/doc/MigrationNotes_from_3.7'
adding 'texttestlib/doc/MigrationNotes_from_3.8'
adding 'texttestlib/doc/MigrationNotes_from_3.9'
adding 'texttestlib/doc/quick_start.txt'
adding 'texttestlib/etc/.gtkrc-2.0'
adding 'texttestlib/etc/bzr.xml'
adding 'texttestlib/etc/capturemock_config'
adding 'texttestlib/etc/cvs.xml'
adding 'texttestlib/etc/default_gui-dynamic.xml'
adding 'texttestlib/etc/default_gui-static.xml'
adding 'texttestlib/etc/default_gui-unordered_text-dynamic.xml'
adding 'texttestlib/etc/default_gui-use_case_record_mode-dynamic.xml'
adding 'texttestlib/etc/default_gui-use_case_record_mode-static.xml'
adding 'texttestlib/etc/default_gui-view_program-dynamic.xml'
adding 'texttestlib/etc/default_gui-view_program.xml'
adding 'texttestlib/etc/default_gui.uimap'
adding 'texttestlib/etc/default_gui.xml'
adding 'texttestlib/etc/git.xml'
adding 'texttestlib/etc/hg.xml'
adding 'texttestlib/etc/rsync_exclude_patterns'
adding 'texttestlib/etc/sge.xml'
adding 'texttestlib/etc/summary_template.html'
adding 'texttestlib/images/arrow_down.png'
adding 'texttestlib/images/arrow_up.png'
adding 'texttestlib/images/green_arrow_across.png'
adding 'texttestlib/images/red_arrow_across.png'
adding 'texttestlib/images/texttest-icon-dynamic.png'
adding 'texttestlib/images/texttest-icon-static.png'
adding 'texttestlib/images/texttest-logo.png'
adding 'texttestlib/images/throbber_active.gif'
adding 'texttestlib/images/throbber_inactive.png'
adding 'texttestlib/images/retro/texttest-icon-dynamic.jpg'
adding 'texttestlib/images/retro/texttest-icon-static.jpg'
adding 'texttestlib/images/retro/texttest-logo.gif'
adding 'texttestlib/images/retro/texttest-logo.jpg'
adding 'texttestlib/interpretcore/__init__.py'
adding 'texttestlib/libexec/sitecustomize.pyx'
adding 'texttestlib/libexec/startWindowManager.pyx'
adding 'texttestlib/libexec/startXvfb.pyx'
adding 'texttestlib/log/logconfiggen_setup.py'
adding 'texttestlib/log/logging.batch'
adding 'texttestlib/log/logging.console'
adding 'texttestlib/log/logging.debug'
adding 'texttestlib/log/logging.gui'
adding 'texttestlib/log/regenerate_log_config.py'
adding 'texttestlib/queuesystem/__init__.py'
adding 'texttestlib/queuesystem/abstractqueuesystem.py'
adding 'texttestlib/queuesystem/condor.py'
adding 'texttestlib/queuesystem/ec2cloud.py'
adding 'texttestlib/queuesystem/gridqueuesystem.py'
adding 'texttestlib/queuesystem/local.py'
adding 'texttestlib/queuesystem/lsf.py'
adding 'texttestlib/queuesystem/masterprocess.py'
adding 'texttestlib/queuesystem/sge.py'
adding 'texttestlib/queuesystem/slavejobs.py'
adding 'texttestlib/queuesystem/utils.py'
adding 'texttest-4.4.3.1.dist-info/METADATA'
adding 'texttest-4.4.3.1.dist-info/WHEEL'
adding 'texttest-4.4.3.1.dist-info/entry_points.txt'
adding 'texttest-4.4.3.1.dist-info/top_level.txt'
adding 'texttest-4.4.3.1.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built texttest-4.4.3.1-py3-none-any.whl