• Bug#1104385: supervisor: FTBFS randomly: dh_auto_test: error: pybuild -

    From Lucas Nussbaum@21:1/5 to All on Tue Apr 29 16:00:03 2025
    Source: supervisor
    Version: 4.2.5-3
    Severity: important
    Justification: FTBFS
    Tags: trixie sid ftbfs
    User: lucas@debian.org
    Usertags: ftbfs-20250428 ftbfs-trixie ftbfs-randomly

    Hi,

    Your package fails to build randomly on amd64: In the exact same
    environment, sometimes it builds fine, and sometimes it fails.

    Relevant part (hopefully):
    make[2]: Entering directory '/build/reproducible-path/supervisor-4.2.5/docs' mkdir -p .build/html .build/doctrees
    sphinx-build -b html -d .build/doctrees . .build/html
    Running Sphinx v8.1.3
    loading translations [en]... done
    Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`.
    building [mo]: targets for 0 po files that are out of date
    writing output...
    building [html]: targets for 15 source files that are out of date
    updating environment: [new config] 15 added, 0 changed, 0 removed
    reading sources... [ 7%] api
    reading sources... [ 13%] configuration
    reading sources... [ 20%] development
    reading sources... [ 27%] events
    reading sources... [ 33%] faq
    reading sources... [ 40%] glossary
    reading sources... [ 47%] index
    reading sources... [ 53%] installing
    reading sources... [ 60%] introduction
    reading sources... [ 67%] logging
    reading sources... [ 73%] plugins
    reading sources... [ 80%] running
    reading sources... [ 87%] subprocess
    reading sources... [ 93%] upgrading
    reading sources... [100%] xmlrpc

    looking for now-outdated files... none found
    pickling environment... done
    checking consistency... done
    preparing documents... done
    copying assets...
    copying static files...
    Writing evaluated template result to /build/reproducible-path/supervisor-4.2.5/docs/.build/html/_static/language_data.js
    Writing evaluated template result to /build/reproducible-path/supervisor-4.2.5/docs/.build/html/_static/documentation_options.js
    Writing evaluated template result to /build/reproducible-path/supervisor-4.2.5/docs/.build/html/_static/basic.css
    Writing evaluated template result to /build/reproducible-path/supervisor-4.2.5/docs/.build/html/_static/alabaster.css
    copying static files: done
    copying extra files...
    copying extra files: done
    copying assets: done
    writing output... [ 7%] api
    writing output... [ 13%] configuration
    writing output... [ 20%] development
    writing output... [ 27%] events
    writing output... [ 33%] faq
    writing output... [ 40%] glossary
    writing output... [ 47%] index
    writing output... [ 53%] installing
    writing output... [ 60%] introduction
    writing output... [ 67%] logging
    writing output... [ 73%] plugins
    writing output... [ 80%] running
    writing output... [ 87%] subprocess
    writing output... [ 93%] upgrading
    writing output... [100%] xmlrpc

    generating indices... genindex py-modindex done
    writing additional pages... search done
    copying images... [100%] subprocess-transitions.png

    dumping search index in English (code: en)... done
    dumping object inventory... done
    build succeeded.

    The HTML pages are in .build/html.

    Build finished. The HTML pages are in .build/html.
    make[2]: Leaving directory '/build/reproducible-path/supervisor-4.2.5/docs' dh_auto_build
    I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" module
    I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /build/reproducible-path/supervisor-4.2.5/.pybuild/cpython3_3.13
    * Building wheel... /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
    warnings.warn(msg) /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
    warnings.warn(msg)
    running bdist_wheel /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
    !!

    ********************************************************************************
    With Python 2.7 end-of-life, support for building universal wheels
    (i.e., wheels that support both Python 2 and Python 3)
    is being obviated.
    Please discontinue using this option, or if you still need it,
    file an issue with pypa/setuptools describing your use case.

    By 2025-Aug-30, you need to update your project and remove deprecated calls
    or your builds will no longer be supported.
    ********************************************************************************

    !!
    self.finalize_options()
    running build
    running build_py
    creating build/lib/supervisor
    copying supervisor/options.py -> build/lib/supervisor
    copying supervisor/supervisorctl.py -> build/lib/supervisor
    copying supervisor/confecho.py -> build/lib/supervisor
    copying supervisor/http.py -> build/lib/supervisor
    copying supervisor/xmlrpc.py -> build/lib/supervisor
    copying supervisor/poller.py -> build/lib/supervisor
    copying supervisor/http_client.py -> build/lib/supervisor
    copying supervisor/dispatchers.py -> build/lib/supervisor
    copying supervisor/states.py -> build/lib/supervisor
    copying supervisor/compat.py -> build/lib/supervisor
    copying supervisor/childutils.py -> build/lib/supervisor
    copying supervisor/events.py -> build/lib/supervisor
    copying supervisor/web.py -> build/lib/supervisor
    copying supervisor/templating.py -> build/lib/supervisor
    copying supervisor/process.py -> build/lib/supervisor
    copying supervisor/socket_manager.py -> build/lib/supervisor
    copying supervisor/datatypes.py -> build/lib/supervisor
    copying supervisor/supervisord.py -> build/lib/supervisor
    copying supervisor/loggers.py -> build/lib/supervisor
    copying supervisor/__init__.py -> build/lib/supervisor
    copying supervisor/rpcinterface.py -> build/lib/supervisor
    copying supervisor/pidproxy.py -> build/lib/supervisor
    creating build/lib/supervisor/tests
    copying supervisor/tests/test_supervisorctl.py -> build/lib/supervisor/tests copying supervisor/tests/test_events.py -> build/lib/supervisor/tests
    copying supervisor/tests/test_childutils.py -> build/lib/supervisor/tests copying supervisor/tests/test_web.py -> build/lib/supervisor/tests
    copying supervisor/tests/test_socket_manager.py -> build/lib/supervisor/tests copying supervisor/tests/test_loggers.py -> build/lib/supervisor/tests copying supervisor/tests/test_http.py -> build/lib/supervisor/tests
    copying supervisor/tests/test_confecho.py -> build/lib/supervisor/tests copying supervisor/tests/test_supervisord.py -> build/lib/supervisor/tests copying supervisor/tests/test_http_client.py -> build/lib/supervisor/tests copying supervisor/tests/test_rpcinterfaces.py -> build/lib/supervisor/tests copying supervisor/tests/test_templating.py -> build/lib/supervisor/tests copying supervisor/tests/test_xmlrpc.py -> build/lib/supervisor/tests
    copying supervisor/tests/test_states.py -> build/lib/supervisor/tests
    copying supervisor/tests/test_end_to_end.py -> build/lib/supervisor/tests copying supervisor/tests/test_options.py -> build/lib/supervisor/tests copying supervisor/tests/test_dispatchers.py -> build/lib/supervisor/tests copying supervisor/tests/test_pidproxy.py -> build/lib/supervisor/tests copying supervisor/tests/test_poller.py -> build/lib/supervisor/tests
    copying supervisor/tests/base.py -> build/lib/supervisor/tests
    copying supervisor/tests/__init__.py -> build/lib/supervisor/tests
    copying supervisor/tests/test_datatypes.py -> build/lib/supervisor/tests copying supervisor/tests/test_process.py -> build/lib/supervisor/tests creating build/lib/supervisor/medusa
    copying supervisor/medusa/http_date.py -> build/lib/supervisor/medusa
    copying supervisor/medusa/util.py -> build/lib/supervisor/medusa
    copying supervisor/medusa/counter.py -> build/lib/supervisor/medusa
    copying supervisor/medusa/auth_handler.py -> build/lib/supervisor/medusa copying supervisor/medusa/asynchat_25.py -> build/lib/supervisor/medusa copying supervisor/medusa/http_server.py -> build/lib/supervisor/medusa copying supervisor/medusa/producers.py -> build/lib/supervisor/medusa
    copying supervisor/medusa/asyncore_25.py -> build/lib/supervisor/medusa copying supervisor/medusa/default_handler.py -> build/lib/supervisor/medusa copying supervisor/medusa/logger.py -> build/lib/supervisor/medusa
    copying supervisor/medusa/xmlrpc_handler.py -> build/lib/supervisor/medusa copying supervisor/medusa/filesys.py -> build/lib/supervisor/medusa
    copying supervisor/medusa/__init__.py -> build/lib/supervisor/medusa
    running egg_info
    creating supervisor.egg-info
    writing supervisor.egg-info/PKG-INFO
    writing dependency_links to supervisor.egg-info/dependency_links.txt
    writing entry points to supervisor.egg-info/entry_points.txt
    writing requirements to supervisor.egg-info/requires.txt
    writing top-level names to supervisor.egg-info/top_level.txt
    writing manifest file 'supervisor.egg-info/SOURCES.txt'
    reading manifest file 'supervisor.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    adding license file 'LICENSES.txt'
    writing manifest file 'supervisor.egg-info/SOURCES.txt' /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'supervisor.scripts' is absent from the `packages` configuration.
    !!

    ********************************************************************************
    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'supervisor.scripts' 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 'supervisor.scripts' 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 'supervisor.scripts' to be distributed and are
    already explicitly excluding 'supervisor.scripts' 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) /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'supervisor.skel' is absent from the `packages` configuration.
    !!

    ********************************************************************************
    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'supervisor.skel' 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 'supervisor.skel' 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 'supervisor.skel' to be distributed and are
    already explicitly excluding 'supervisor.skel' 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) /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'supervisor.tests.fixtures' is absent from the `packages` configuration.
    !!

    ********************************************************************************
    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'supervisor.tests.fixtures' 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 'supervisor.tests.fixtures' 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 'supervisor.tests.fixtures' to be distributed and are
    already explicitly excluding 'supervisor.tests.fixtures' 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) /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'supervisor.tests.fixtures.example' is absent from the `packages` configuration.
    !!

    ********************************************************************************
    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'supervisor.tests.fixtures.example' 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 'supervisor.tests.fixtures.example' 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 'supervisor.tests.fixtures.example' to be distributed and are
    already explicitly excluding 'supervisor.tests.fixtures.example' 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) /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'supervisor.ui' is absent from the `packages` configuration.
    !!

    ********************************************************************************
    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'supervisor.ui' 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 'supervisor.ui' 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 'supervisor.ui' to be distributed and are
    already explicitly excluding 'supervisor.ui' 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) /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'supervisor.ui.images' is absent from the `packages` configuration.
    !!

    ********************************************************************************
    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'supervisor.ui.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 'supervisor.ui.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 'supervisor.ui.images' to be distributed and are
    already explicitly excluding 'supervisor.ui.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) /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'supervisor.ui.stylesheets' is absent from the `packages` configuration.
    !!

    ********************************************************************************
    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'supervisor.ui.stylesheets' 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 'supervisor.ui.stylesheets' 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 'supervisor.ui.stylesheets' to be distributed and are
    already explicitly excluding 'supervisor.ui.stylesheets' 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 supervisor/version.txt -> build/lib/supervisor
    creating build/lib/supervisor/scripts
    copying supervisor/scripts/loop_eventgen.py -> build/lib/supervisor/scripts copying supervisor/scripts/loop_listener.py -> build/lib/supervisor/scripts copying supervisor/scripts/sample_commevent.py -> build/lib/supervisor/scripts
    copying supervisor/scripts/sample_eventlistener.py -> build/lib/supervisor/scripts
    copying supervisor/scripts/sample_exiting_eventlistener.py -> build/lib/supervisor/scripts
    creating build/lib/supervisor/skel
    copying supervisor/skel/sample.conf -> build/lib/supervisor/skel
    creating build/lib/supervisor/ui
    copying supervisor/ui/status.html -> build/lib/supervisor/ui
    copying supervisor/ui/tail.html -> build/lib/supervisor/ui
    creating build/lib/supervisor/ui/images
    copying supervisor/ui/images/icon.png -> build/lib/supervisor/ui/images copying supervisor/ui/images/rule.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/state0.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/state1.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/state2.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/state3.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/supervisor.gif -> build/lib/supervisor/ui/images creating build/lib/supervisor/ui/stylesheets
    copying supervisor/ui/stylesheets/supervisor.css -> build/lib/supervisor/ui/stylesheets
    creating build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/donothing.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/include.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1054.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1170a.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1170b.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1170c.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1224.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1231a.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1231b.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1231c.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1298.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1483a.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1483b.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-1483c.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-291a.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-550.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-565.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-638.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-663.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-664.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-733.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-835.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-836.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/issue-986.conf -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/listener.py -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/print_env.py -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/spew.py -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/test_1231.py -> build/lib/supervisor/tests/fixtures
    copying supervisor/tests/fixtures/unkillable_spew.py -> build/lib/supervisor/tests/fixtures
    creating build/lib/supervisor/tests/fixtures/example
    copying supervisor/tests/fixtures/example/included.conf -> build/lib/supervisor/tests/fixtures/example
    installing to build/bdist.linux-x86_64/wheel
    running install
    running install_lib
    creating build/bdist.linux-x86_64/wheel
    creating build/bdist.linux-x86_64/wheel/supervisor
    copying build/lib/supervisor/options.py -> build/bdist.linux-x86_64/wheel/./supervisor
    creating build/bdist.linux-x86_64/wheel/supervisor/scripts
    copying build/lib/supervisor/scripts/sample_eventlistener.py -> build/bdist.linux-x86_64/wheel/./supervisor/scripts
    copying build/lib/supervisor/scripts/sample_commevent.py -> build/bdist.linux-x86_64/wheel/./supervisor/scripts
    copying build/lib/supervisor/scripts/loop_eventgen.py -> build/bdist.linux-x86_64/wheel/./supervisor/scripts
    copying build/lib/supervisor/scripts/sample_exiting_eventlistener.py -> build/bdist.linux-x86_64/wheel/./supervisor/scripts
    copying build/lib/supervisor/scripts/loop_listener.py -> build/bdist.linux-x86_64/wheel/./supervisor/scripts
    copying build/lib/supervisor/supervisorctl.py -> build/bdist.linux-x86_64/wheel/./supervisor
    copying build/lib/supervisor/confecho.py -> build/bdist.linux-x86_64/wheel/./supervisor
    copying build/lib/supervisor/http.py -> build/bdist.linux-x86_64/wheel/./supervisor
    copying build/lib/supervisor/xmlrpc.py -> build/bdist.linux-x86_64/wheel/./supervisor
    copying build/lib/supervisor/poller.py -> build/bdist.linux-x86_64/wheel/./supervisor
    creating build/bdist.linux-x86_64/wheel/supervisor/ui
    copying build/lib/supervisor/ui/status.html -> build/bdist.linux-x86_64/wheel/./supervisor/ui
    creating build/bdist.linux-x86_64/wheel/supervisor/ui/stylesheets
    copying build/lib/supervisor/ui/stylesheets/supervisor.css -> build/bdist.linux-x86_64/wheel/./supervisor/ui/stylesheets
    creating build/bdist.linux-x86_64/wheel/supervisor/ui/images
    copying build/lib/supervisor/ui/images/state3.gif -> build/bdist.linux-x86_64/wheel/./supervisor/ui/images
    copying build/lib/supervisor/ui/images/state1.gif -> build/bdist.linux-x86_64/wheel/./supervisor/ui/images
    copying build/lib/supervisor/ui/images/icon.png -> build/bdist.linux-x86_64/wheel/./supervisor/ui/images
    copying build/lib/supervisor/ui/images/state0.gif -> build/bdist.linux-x86_64/wheel/./supervisor/ui/images
    copying build/lib/supervisor/ui/images/rule.gif -> build/bdist.linux-x86_64/wheel/./supervisor/ui/images
    copying build/lib/supervisor/ui/images/state2.gif -> build/bdist.linux-x86_64/wheel/./supervisor/ui/images
    copying build/lib/supervisor/ui/images/supervisor.gif -> build/bdist.linux-x86_64/wheel/./supervisor/ui/images
    copying build/lib/supervisor/ui/tail.html -> build/bdist.linux-x86_64/wheel/./supervisor/ui
    copying build/lib/supervisor/version.txt -> build/bdist.linux-x86_64/wheel/./supervisor
    copying build/lib/supervisor/http_client.py -> build/bdist.linux-x86_64/wheel/./supervisor
    copying build/lib/supervisor/dispatchers.py -> build/bdist.linux-x86_64/wheel/./supervisor
    copying build/lib/supervisor/states.py -> build/bdist.linux-x86_64/wheel/./supervisor
    copying build/lib/supervisor/compat.py -> build/bdist.linux-x86_64/wheel/./supervisor
    creating build/bdist.linux-x86_64/wheel/supervisor/skel
    copying build/lib/supervisor/skel/sample.conf -> build/bdist.linux-x86_64/wheel/./supervisor/skel
    copying build/lib/supervisor/childutils.py -> build/bdist.linux-x86_64/wheel/./supervisor
    copying build/lib/supervisor/events.py -> build/bdist.linux-x86_64/wheel/./supervisor
    creating build/bdist.linux-x86_64/wheel/supervisor/tests

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)