==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: supervisor 4.3.0-3 (Sat Jan 31 17:50:06 2026)
==> Retrieving sources...
-> Found supervisor-4.3.0.tar.gz
-> Found supervisord.service
-> Found supervisor.logrotate
-> Found supervisord.conf
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
supervisor-4.3.0.tar.gz ... Passed
supervisord.service ... Passed
supervisor.logrotate ... Passed
supervisord.conf ... Passed
==> Making package: supervisor 4.3.0-3 (Sat Jan 31 17:50:16 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (2) mpdecimal-4.0.1-1 python-3.14.2-2
Total Installed Size: 77.81 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (13) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.0.1-3 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-10.8.0-2 python-packaging-26.0-1 python-platformdirs-4.5.1-3 python-pyproject-hooks-1.2.0-6 python-build-1.4.0-1 python-installer-0.7.0-14 python-setuptools-1:80.9.0-4 python-wheel-0.45.1-4
Total Download Size: 1.77 MiB
Total Installed Size: 11.17 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-setuptools-1:80.9.0-4-any downloading...
python-packaging-26.0-1-any downloading...
python-more-itertools-10.8.0-2-any downloading...
python-wheel-0.45.1-4-any downloading...
python-build-1.4.0-1-any downloading...
python-installer-0.7.0-14-any downloading...
python-platformdirs-4.5.1-3-any downloading...
python-autocommand-2.2.2-9-any downloading...
python-jaraco.collections-5.1.0-3-any downloading...
python-pyproject-hooks-1.2.0-6-any downloading...
python-jaraco.text-4.0.0-4-any downloading...
python-jaraco.functools-4.1.0-3-any downloading...
python-jaraco.context-6.0.1-3-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
python-pip: to use as the Python package installer (default)
python-uv: to use as the Python package installer
python-virtualenv: to use virtualenv for build isolation
installing python-installer...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found supervisor-4.3.0.tar.gz
-> Found supervisord.service
-> Found supervisor.logrotate
-> Found supervisord.conf
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting supervisor-4.3.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running 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
reading manifest file 'supervisor.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'docs/.build'
adding license file 'LICENSES.txt'
writing manifest file 'supervisor.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
/usr/lib/python3.14/site-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.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
self.finalize_options()
running build
running build_py
creating build/lib/supervisor
copying supervisor/xmlrpc.py -> build/lib/supervisor
copying supervisor/pidproxy.py -> build/lib/supervisor
copying supervisor/socket_manager.py -> build/lib/supervisor
copying supervisor/datatypes.py -> build/lib/supervisor
copying supervisor/http_client.py -> build/lib/supervisor
copying supervisor/events.py -> build/lib/supervisor
copying supervisor/loggers.py -> build/lib/supervisor
copying supervisor/supervisorctl.py -> build/lib/supervisor
copying supervisor/compat.py -> build/lib/supervisor
copying supervisor/options.py -> build/lib/supervisor
copying supervisor/supervisord.py -> build/lib/supervisor
copying supervisor/childutils.py -> build/lib/supervisor
copying supervisor/http.py -> build/lib/supervisor
copying supervisor/web.py -> build/lib/supervisor
copying supervisor/states.py -> build/lib/supervisor
copying supervisor/templating.py -> build/lib/supervisor
copying supervisor/dispatchers.py -> build/lib/supervisor
copying supervisor/process.py -> build/lib/supervisor
copying supervisor/__init__.py -> build/lib/supervisor
copying supervisor/rpcinterface.py -> build/lib/supervisor
copying supervisor/confecho.py -> build/lib/supervisor
copying supervisor/poller.py -> build/lib/supervisor
creating build/lib/supervisor/medusa
copying supervisor/medusa/xmlrpc_handler.py -> build/lib/supervisor/medusa
copying supervisor/medusa/logger.py -> build/lib/supervisor/medusa
copying supervisor/medusa/producers.py -> build/lib/supervisor/medusa
copying supervisor/medusa/counter.py -> build/lib/supervisor/medusa
copying supervisor/medusa/filesys.py -> build/lib/supervisor/medusa
copying supervisor/medusa/util.py -> build/lib/supervisor/medusa
copying supervisor/medusa/http_date.py -> build/lib/supervisor/medusa
copying supervisor/medusa/http_server.py -> build/lib/supervisor/medusa
copying supervisor/medusa/auth_handler.py -> build/lib/supervisor/medusa
copying supervisor/medusa/__init__.py -> build/lib/supervisor/medusa
copying supervisor/medusa/asynchat_25.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
creating build/lib/supervisor/tests
copying supervisor/tests/test_socket_manager.py -> build/lib/supervisor/tests
copying supervisor/tests/test_events.py -> build/lib/supervisor/tests
copying supervisor/tests/test_dispatchers.py -> build/lib/supervisor/tests
copying supervisor/tests/test_templating.py -> build/lib/supervisor/tests
copying supervisor/tests/test_pidproxy.py -> build/lib/supervisor/tests
copying supervisor/tests/test_end_to_end.py -> build/lib/supervisor/tests
copying supervisor/tests/test_confecho.py -> build/lib/supervisor/tests
copying supervisor/tests/base.py -> build/lib/supervisor/tests
copying supervisor/tests/test_supervisorctl.py -> build/lib/supervisor/tests
copying supervisor/tests/test_poller.py -> build/lib/supervisor/tests
copying supervisor/tests/test_supervisord.py -> build/lib/supervisor/tests
copying supervisor/tests/test_childutils.py -> build/lib/supervisor/tests
copying supervisor/tests/test_loggers.py -> build/lib/supervisor/tests
copying supervisor/tests/test_states.py -> build/lib/supervisor/tests
copying supervisor/tests/test_datatypes.py -> build/lib/supervisor/tests
copying supervisor/tests/test_http.py -> build/lib/supervisor/tests
copying supervisor/tests/test_options.py -> build/lib/supervisor/tests
copying supervisor/tests/test_process.py -> build/lib/supervisor/tests
copying supervisor/tests/test_xmlrpc.py -> build/lib/supervisor/tests
copying supervisor/tests/test_web.py -> build/lib/supervisor/tests
copying supervisor/tests/test_rpcinterfaces.py -> build/lib/supervisor/tests
copying supervisor/tests/__init__.py -> build/lib/supervisor/tests
copying supervisor/tests/test_http_client.py -> build/lib/supervisor/tests
running 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
reading manifest file 'supervisor.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'docs/.build'
adding license file 'LICENSES.txt'
writing manifest file 'supervisor.egg-info/SOURCES.txt'
/usr/lib/python3.14/site-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.14/site-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.14/site-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.14/site-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.14/site-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.14/site-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.14/site-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-1596.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-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/supervisor
copying build/lib/supervisor/xmlrpc.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/pidproxy.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/socket_manager.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/datatypes.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/http_client.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/events.py -> build/bdist.linux-aarch64/wheel/./supervisor
creating build/bdist.linux-aarch64/wheel/supervisor/medusa
copying build/lib/supervisor/medusa/xmlrpc_handler.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/logger.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/producers.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/counter.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/filesys.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/util.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/http_date.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/http_server.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/auth_handler.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/__init__.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/asynchat_25.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/asyncore_25.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/medusa/default_handler.py -> build/bdist.linux-aarch64/wheel/./supervisor/medusa
copying build/lib/supervisor/loggers.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/supervisorctl.py -> build/bdist.linux-aarch64/wheel/./supervisor
creating build/bdist.linux-aarch64/wheel/supervisor/skel
copying build/lib/supervisor/skel/sample.conf -> build/bdist.linux-aarch64/wheel/./supervisor/skel
copying build/lib/supervisor/compat.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/options.py -> build/bdist.linux-aarch64/wheel/./supervisor
creating build/bdist.linux-aarch64/wheel/supervisor/tests
copying build/lib/supervisor/tests/test_socket_manager.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_events.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_dispatchers.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_templating.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_pidproxy.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_end_to_end.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_confecho.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/base.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_supervisorctl.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_poller.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_supervisord.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_childutils.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_loggers.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_states.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_datatypes.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_http.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_options.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_process.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_xmlrpc.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_web.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/test_rpcinterfaces.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
creating build/bdist.linux-aarch64/wheel/supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-565.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1170c.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-664.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1170a.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/print_env.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1596.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-663.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1483a.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-291a.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1224.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1483b.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1170b.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1231a.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-836.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-835.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1231c.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-986.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-638.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1483c.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1298.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-733.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-550.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/spew.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/include.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/listener.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
creating build/bdist.linux-aarch64/wheel/supervisor/tests/fixtures/example
copying build/lib/supervisor/tests/fixtures/example/included.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures/example
copying build/lib/supervisor/tests/fixtures/issue-1231b.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/unkillable_spew.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/donothing.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/test_1231.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/fixtures/issue-1054.conf -> build/bdist.linux-aarch64/wheel/./supervisor/tests/fixtures
copying build/lib/supervisor/tests/test_http_client.py -> build/bdist.linux-aarch64/wheel/./supervisor/tests
copying build/lib/supervisor/supervisord.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/childutils.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/http.py -> build/bdist.linux-aarch64/wheel/./supervisor
creating build/bdist.linux-aarch64/wheel/supervisor/ui
copying build/lib/supervisor/ui/tail.html -> build/bdist.linux-aarch64/wheel/./supervisor/ui
creating build/bdist.linux-aarch64/wheel/supervisor/ui/images
copying build/lib/supervisor/ui/images/state1.gif -> build/bdist.linux-aarch64/wheel/./supervisor/ui/images
copying build/lib/supervisor/ui/images/supervisor.gif -> build/bdist.linux-aarch64/wheel/./supervisor/ui/images
copying build/lib/supervisor/ui/images/icon.png -> build/bdist.linux-aarch64/wheel/./supervisor/ui/images
copying build/lib/supervisor/ui/images/rule.gif -> build/bdist.linux-aarch64/wheel/./supervisor/ui/images
copying build/lib/supervisor/ui/images/state3.gif -> build/bdist.linux-aarch64/wheel/./supervisor/ui/images
copying build/lib/supervisor/ui/images/state2.gif -> build/bdist.linux-aarch64/wheel/./supervisor/ui/images
copying build/lib/supervisor/ui/images/state0.gif -> build/bdist.linux-aarch64/wheel/./supervisor/ui/images
creating build/bdist.linux-aarch64/wheel/supervisor/ui/stylesheets
copying build/lib/supervisor/ui/stylesheets/supervisor.css -> build/bdist.linux-aarch64/wheel/./supervisor/ui/stylesheets
copying build/lib/supervisor/ui/status.html -> build/bdist.linux-aarch64/wheel/./supervisor/ui
copying build/lib/supervisor/web.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/version.txt -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/states.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/templating.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/dispatchers.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/process.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/__init__.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/rpcinterface.py -> build/bdist.linux-aarch64/wheel/./supervisor
creating build/bdist.linux-aarch64/wheel/supervisor/scripts
copying build/lib/supervisor/scripts/loop_listener.py -> build/bdist.linux-aarch64/wheel/./supervisor/scripts
copying build/lib/supervisor/scripts/sample_exiting_eventlistener.py -> build/bdist.linux-aarch64/wheel/./supervisor/scripts
copying build/lib/supervisor/scripts/loop_eventgen.py -> build/bdist.linux-aarch64/wheel/./supervisor/scripts
copying build/lib/supervisor/scripts/sample_commevent.py -> build/bdist.linux-aarch64/wheel/./supervisor/scripts
copying build/lib/supervisor/scripts/sample_eventlistener.py -> build/bdist.linux-aarch64/wheel/./supervisor/scripts
copying build/lib/supervisor/confecho.py -> build/bdist.linux-aarch64/wheel/./supervisor
copying build/lib/supervisor/poller.py -> build/bdist.linux-aarch64/wheel/./supervisor
running install_egg_info
Copying supervisor.egg-info to build/bdist.linux-aarch64/wheel/./supervisor-4.3.0-py3.14.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/supervisor-4.3.0.dist-info/WHEEL
creating '/build/supervisor/src/supervisor-4.3.0/dist/.tmp-1hoj6wjt/supervisor-4.3.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'supervisor/__init__.py'
adding 'supervisor/childutils.py'
adding 'supervisor/compat.py'
adding 'supervisor/confecho.py'
adding 'supervisor/datatypes.py'
adding 'supervisor/dispatchers.py'
adding 'supervisor/events.py'
adding 'supervisor/http.py'
adding 'supervisor/http_client.py'
adding 'supervisor/loggers.py'
adding 'supervisor/options.py'
adding 'supervisor/pidproxy.py'
adding 'supervisor/poller.py'
adding 'supervisor/process.py'
adding 'supervisor/rpcinterface.py'
adding 'supervisor/socket_manager.py'
adding 'supervisor/states.py'
adding 'supervisor/supervisorctl.py'
adding 'supervisor/supervisord.py'
adding 'supervisor/templating.py'
adding 'supervisor/version.txt'
adding 'supervisor/web.py'
adding 'supervisor/xmlrpc.py'
adding 'supervisor/medusa/__init__.py'
adding 'supervisor/medusa/asynchat_25.py'
adding 'supervisor/medusa/asyncore_25.py'
adding 'supervisor/medusa/auth_handler.py'
adding 'supervisor/medusa/counter.py'
adding 'supervisor/medusa/default_handler.py'
adding 'supervisor/medusa/filesys.py'
adding 'supervisor/medusa/http_date.py'
adding 'supervisor/medusa/http_server.py'
adding 'supervisor/medusa/logger.py'
adding 'supervisor/medusa/producers.py'
adding 'supervisor/medusa/util.py'
adding 'supervisor/medusa/xmlrpc_handler.py'
adding 'supervisor/scripts/loop_eventgen.py'
adding 'supervisor/scripts/loop_listener.py'
adding 'supervisor/scripts/sample_commevent.py'
adding 'supervisor/scripts/sample_eventlistener.py'
adding 'supervisor/scripts/sample_exiting_eventlistener.py'
adding 'supervisor/skel/sample.conf'
adding 'supervisor/tests/__init__.py'
adding 'supervisor/tests/base.py'
adding 'supervisor/tests/test_childutils.py'
adding 'supervisor/tests/test_confecho.py'
adding 'supervisor/tests/test_datatypes.py'
adding 'supervisor/tests/test_dispatchers.py'
adding 'supervisor/tests/test_end_to_end.py'
adding 'supervisor/tests/test_events.py'
adding 'supervisor/tests/test_http.py'
adding 'supervisor/tests/test_http_client.py'
adding 'supervisor/tests/test_loggers.py'
adding 'supervisor/tests/test_options.py'
adding 'supervisor/tests/test_pidproxy.py'
adding 'supervisor/tests/test_poller.py'
adding 'supervisor/tests/test_process.py'
adding 'supervisor/tests/test_rpcinterfaces.py'
adding 'supervisor/tests/test_socket_manager.py'
adding 'supervisor/tests/test_states.py'
adding 'supervisor/tests/test_supervisorctl.py'
adding 'supervisor/tests/test_supervisord.py'
adding 'supervisor/tests/test_templating.py'
adding 'supervisor/tests/test_web.py'
adding 'supervisor/tests/test_xmlrpc.py'
adding 'supervisor/tests/fixtures/donothing.conf'
adding 'supervisor/tests/fixtures/include.conf'
adding 'supervisor/tests/fixtures/issue-1054.conf'
adding 'supervisor/tests/fixtures/issue-1170a.conf'
adding 'supervisor/tests/fixtures/issue-1170b.conf'
adding 'supervisor/tests/fixtures/issue-1170c.conf'
adding 'supervisor/tests/fixtures/issue-1224.conf'
adding 'supervisor/tests/fixtures/issue-1231a.conf'
adding 'supervisor/tests/fixtures/issue-1231b.conf'
adding 'supervisor/tests/fixtures/issue-1231c.conf'
adding 'supervisor/tests/fixtures/issue-1298.conf'
adding 'supervisor/tests/fixtures/issue-1483a.conf'
adding 'supervisor/tests/fixtures/issue-1483b.conf'
adding 'supervisor/tests/fixtures/issue-1483c.conf'
adding 'supervisor/tests/fixtures/issue-1596.conf'
adding 'supervisor/tests/fixtures/issue-291a.conf'
adding 'supervisor/tests/fixtures/issue-550.conf'
adding 'supervisor/tests/fixtures/issue-565.conf'
adding 'supervisor/tests/fixtures/issue-638.conf'
adding 'supervisor/tests/fixtures/issue-663.conf'
adding 'supervisor/tests/fixtures/issue-664.conf'
adding 'supervisor/tests/fixtures/issue-733.conf'
adding 'supervisor/tests/fixtures/issue-835.conf'
adding 'supervisor/tests/fixtures/issue-836.conf'
adding 'supervisor/tests/fixtures/issue-986.conf'
adding 'supervisor/tests/fixtures/listener.py'
adding 'supervisor/tests/fixtures/print_env.py'
adding 'supervisor/tests/fixtures/spew.py'
adding 'supervisor/tests/fixtures/test_1231.py'
adding 'supervisor/tests/fixtures/unkillable_spew.py'
adding 'supervisor/tests/fixtures/example/included.conf'
adding 'supervisor/ui/status.html'
adding 'supervisor/ui/tail.html'
adding 'supervisor/ui/images/icon.png'
adding 'supervisor/ui/images/rule.gif'
adding 'supervisor/ui/images/state0.gif'
adding 'supervisor/ui/images/state1.gif'
adding 'supervisor/ui/images/state2.gif'
adding 'supervisor/ui/images/state3.gif'
adding 'supervisor/ui/images/supervisor.gif'
adding 'supervisor/ui/stylesheets/supervisor.css'
adding 'supervisor-4.3.0.dist-info/licenses/LICENSES.txt'
adding 'supervisor-4.3.0.dist-info/METADATA'
adding 'supervisor-4.3.0.dist-info/WHEEL'
adding 'supervisor-4.3.0.dist-info/entry_points.txt'
adding 'supervisor-4.3.0.dist-info/top_level.txt'
adding 'supervisor-4.3.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built supervisor-4.3.0-py2.py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "supervisor"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: supervisor 4.3.0-3 (Sat Jan 31 17:50:35 2026)
==> Cleaning up...
[?12l[?25h