>>> nyx: Building community/nyx 2.1.0-r6 (using abuild 3.16.0-r0) started Sat, 28 Mar 2026 16:04:43 +0000 >>> nyx: Validating /home/buildozer/aports/community/nyx/APKBUILD... >>> nyx: Analyzing dependencies... >>> nyx: Installing for build: build-base py3-stem py3-setuptools ( 1/20) Installing libbz2 (1.0.8-r6) ( 2/20) Installing libffi (3.5.2-r0) ( 3/20) Installing gdbm (1.26-r0) ( 4/20) Installing xz-libs (5.8.2-r0) ( 5/20) Installing mpdecimal (4.0.1-r0) ( 6/20) Installing libpanelw (6.6_p20251231-r0) ( 7/20) Installing sqlite-libs (3.51.2-r1) ( 8/20) Installing python3 (3.14.3-r0) ( 9/20) Installing python3-pycache-pyc0 (3.14.3-r0) (10/20) Installing pyc (3.14.3-r0) (11/20) Installing py3-stem-pyc (1.8.2-r2) (12/20) Installing python3-pyc (3.14.3-r0) (13/20) Installing py3-stem (1.8.2-r2) (14/20) Installing py3-parsing (3.3.2-r1) (15/20) Installing py3-parsing-pyc (3.3.2-r1) (16/20) Installing py3-packaging (26.0-r1) (17/20) Installing py3-packaging-pyc (26.0-r1) (18/20) Installing py3-setuptools (82.0.1-r1) (19/20) Installing py3-setuptools-pyc (82.0.1-r1) (20/20) Installing .makedepends-nyx (20260328.160444) Executing busybox-1.37.0-r31.trigger OK: 333.2 MiB in 124 packages >>> nyx: Cleaning up srcdir >>> nyx: Cleaning up pkgdir >>> nyx: Cleaning up tmpdir >>> nyx: Fetching https://distfiles.alpinelinux.org/distfiles/edge/nyx-2.1.0.tar.gz /var/cache/distfiles/edge/nyx-2.1.0.tar.gz: OK >>> nyx: Fetching https://distfiles.alpinelinux.org/distfiles/edge/nyx-py3.11.patch /var/cache/distfiles/edge/nyx-py3.11.patch: OK >>> nyx: Fetching https://distfiles.alpinelinux.org/distfiles/edge/nyx-2.1.0.tar.gz /var/cache/distfiles/edge/nyx-2.1.0.tar.gz: OK >>> nyx: Fetching https://distfiles.alpinelinux.org/distfiles/edge/nyx-py3.11.patch /var/cache/distfiles/edge/nyx-py3.11.patch: OK >>> nyx: Unpacking /var/cache/distfiles/edge/nyx-2.1.0.tar.gz... >>> nyx: nyx-py3.11.patch patching file nyx/panel/__init__.py patching file test/__init__.py /home/buildozer/aports/community/nyx/src/nyx-2.1.0/setup.py:54: SyntaxWarning: "\S" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\S"? A raw string is also an option. ATTR_LINE = re.compile("^__(\S+)__ = '(.+)'") /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v3 (GPLv3) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/nyx copying nyx/__init__.py -> build/lib/nyx copying nyx/log.py -> build/lib/nyx copying nyx/tracker.py -> build/lib/nyx copying nyx/starter.py -> build/lib/nyx copying nyx/curses.py -> build/lib/nyx copying nyx/menu.py -> build/lib/nyx copying nyx/arguments.py -> build/lib/nyx copying nyx/popups.py -> build/lib/nyx creating build/lib/nyx/panel copying nyx/panel/__init__.py -> build/lib/nyx/panel copying nyx/panel/graph.py -> build/lib/nyx/panel copying nyx/panel/log.py -> build/lib/nyx/panel copying nyx/panel/interpreter.py -> build/lib/nyx/panel copying nyx/panel/torrc.py -> build/lib/nyx/panel copying nyx/panel/header.py -> build/lib/nyx/panel copying nyx/panel/connection.py -> build/lib/nyx/panel copying nyx/panel/config.py -> build/lib/nyx/panel creating build/lib/nyx/settings copying nyx/settings/attributes.cfg -> build/lib/nyx/settings copying nyx/settings/dedup.cfg -> build/lib/nyx/settings /home/buildozer/aports/community/nyx/src/nyx-2.1.0/setup.py:54: SyntaxWarning: "\S" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\S"? A raw string is also an option. ATTR_LINE = re.compile("^__(\S+)__ = '(.+)'") /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v3 (GPLv3) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running check >>> nyx: Entering fakeroot... /home/buildozer/aports/community/nyx/src/nyx-2.1.0/setup.py:54: SyntaxWarning: "\S" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\S"? A raw string is also an option. ATTR_LINE = re.compile("^__(\S+)__ = '(.+)'") /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v3 (GPLv3) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages creating /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx copying build/lib/nyx/__init__.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx copying build/lib/nyx/log.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx copying build/lib/nyx/tracker.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx copying build/lib/nyx/starter.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx copying build/lib/nyx/curses.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx copying build/lib/nyx/menu.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx copying build/lib/nyx/arguments.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx creating /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel copying build/lib/nyx/panel/__init__.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel copying build/lib/nyx/panel/graph.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel copying build/lib/nyx/panel/log.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel copying build/lib/nyx/panel/interpreter.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel copying build/lib/nyx/panel/torrc.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel copying build/lib/nyx/panel/header.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel copying build/lib/nyx/panel/connection.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel copying build/lib/nyx/panel/config.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel creating /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/settings copying build/lib/nyx/settings/attributes.cfg -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/settings copying build/lib/nyx/settings/dedup.cfg -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/settings copying build/lib/nyx/popups.py -> /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/log.py to log.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/tracker.py to tracker.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/starter.py to starter.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/curses.py to curses.cpython-314.pyc /usr/lib/python3.14/site-packages/nyx/curses.py:118: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/menu.py to menu.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/arguments.py to arguments.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel/graph.py to graph.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel/log.py to log.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel/interpreter.py to interpreter.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel/torrc.py to torrc.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel/header.py to header.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel/connection.py to connection.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/panel/config.py to config.cpython-314.pyc byte-compiling /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx/popups.py to popups.cpython-314.pyc running install_egg_info running egg_info writing nyx.egg-info/PKG-INFO writing dependency_links to nyx.egg-info/dependency_links.txt writing entry points to nyx.egg-info/entry_points.txt writing requirements to nyx.egg-info/requires.txt writing top-level names to nyx.egg-info/top_level.txt reading manifest file 'nyx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.orig' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution warning: no previously-included files matching '*.swo' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'nyx.egg-info/SOURCES.txt' Copying nyx.egg-info to /home/buildozer/aports/community/nyx/pkg/nyx/usr/lib/python3.14/site-packages/nyx-2.1.0-py3.14.egg-info running install_scripts Installing nyx script to /home/buildozer/aports/community/nyx/pkg/nyx/usr/bin >>> nyx-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/nyx/__pycache__' -> '/home/buildozer/aports/community/nyx/pkg/nyx-pyc/usr/lib/python3.14/site-packages/nyx/__pycache__' 'usr/lib/python3.14/site-packages/nyx/panel/__pycache__' -> '/home/buildozer/aports/community/nyx/pkg/nyx-pyc/usr/lib/python3.14/site-packages/nyx/panel/__pycache__' >>> nyx-pyc*: Preparing subpackage nyx-pyc... >>> nyx-pyc*: Running postcheck for nyx-pyc >>> nyx*: Running postcheck for nyx >>> nyx*: Preparing package nyx... >>> nyx-pyc*: Tracing dependencies... python3~3.14 >>> nyx-pyc*: Package size: 386.2 KB >>> nyx-pyc*: Compressing data... >>> nyx-pyc*: Create checksum... >>> nyx-pyc*: Create nyx-pyc-2.1.0-r6.apk >>> nyx*: Tracing dependencies... py3-stem python3~3.14 >>> nyx*: Package size: 259.1 KB >>> nyx*: Compressing data... >>> nyx*: Create checksum... >>> nyx*: Create nyx-2.1.0-r6.apk >>> nyx: Build complete at Sat, 28 Mar 2026 16:04:46 +0000 elapsed time 0h 0m 3s >>> nyx: Cleaning up srcdir >>> nyx: Cleaning up pkgdir >>> nyx: Cleaning up tmpdir >>> nyx: Uninstalling dependencies... ( 1/20) Purging .makedepends-nyx (20260328.160444) ( 2/20) Purging py3-stem-pyc (1.8.2-r2) ( 3/20) Purging py3-stem (1.8.2-r2) ( 4/20) Purging py3-setuptools-pyc (82.0.1-r1) ( 5/20) Purging py3-setuptools (82.0.1-r1) ( 6/20) Purging py3-packaging-pyc (26.0-r1) ( 7/20) Purging py3-packaging (26.0-r1) ( 8/20) Purging py3-parsing-pyc (3.3.2-r1) ( 9/20) Purging py3-parsing (3.3.2-r1) (10/20) Purging python3-pyc (3.14.3-r0) (11/20) Purging python3-pycache-pyc0 (3.14.3-r0) (12/20) Purging pyc (3.14.3-r0) (13/20) Purging python3 (3.14.3-r0) (14/20) Purging gdbm (1.26-r0) (15/20) Purging libbz2 (1.0.8-r6) (16/20) Purging libffi (3.5.2-r0) (17/20) Purging libpanelw (6.6_p20251231-r0) (18/20) Purging mpdecimal (4.0.1-r0) (19/20) Purging sqlite-libs (3.51.2-r1) (20/20) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 289.7 MiB in 104 packages >>> nyx: Updating the community/armv7 repository index... >>> nyx: Signing the index...