>>> pyradio: Building testing/pyradio 0.9.1-r1 (using abuild 3.10.0-r0) started Sun, 26 Feb 2023 09:33:07 +0000 >>> pyradio: Checking sanity of /home/buildozer/aports/testing/pyradio/APKBUILD... >>> pyradio: Analyzing dependencies... >>> pyradio: Installing for build: build-base python3 py3-dnspython py3-psutil py3-requests py3-gpep517 py3-installer py3-setuptools py3-wheel (1/21) Installing libbz2 (1.0.8-r4) (2/21) Installing gdbm (1.23-r0) (3/21) Installing mpdecimal (2.5.1-r1) (4/21) Installing libpanelw (6.4_p20230218-r3) (5/21) Installing readline (8.2.001-r0) (6/21) Installing sqlite-libs (3.41.0-r0) (7/21) Installing python3 (3.11.2-r0) (8/21) Installing py3-dnspython (2.3.0-r1) (9/21) Installing py3-psutil (5.9.4-r1) (10/21) Installing py3-certifi (2022.12.7-r0) (11/21) Installing py3-charset-normalizer (3.0.1-r1) (12/21) Installing py3-idna (3.4-r3) (13/21) Installing py3-urllib3 (1.26.14-r0) (14/21) Installing py3-requests (2.28.2-r0) (15/21) Installing py3-installer (0.6.0-r0) (16/21) Installing py3-gpep517 (13-r0) (17/21) Installing py3-parsing (3.0.9-r1) (18/21) Installing py3-packaging (23.0-r0) (19/21) Installing py3-setuptools (67.4.0-r0) (20/21) Installing py3-wheel (0.38.4-r1) (21/21) Installing .makedepends-pyradio (20230226.093311) Executing busybox-1.36.0-r4.trigger OK: 1274 MiB in 122 packages >>> pyradio: Cleaning up srcdir >>> pyradio: Cleaning up pkgdir >>> pyradio: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyradio-0.9.1.tar.gz >>> pyradio: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyradio-0.9.1.tar.gz >>> pyradio: Checking sha512sums... pyradio-0.9.1.tar.gz: OK >>> pyradio: Unpacking /var/cache/distfiles/pyradio-0.9.1.tar.gz... 2023-02-26 09:33:14,400 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'license' defined outside of `pyproject.toml` would be ignored. !! ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `license = 'MIT'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless 'license' is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list 'license' under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. !! warnings.warn(msg, _WouldIgnoreField) /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'entry-points' defined outside of `pyproject.toml` would be ignored. !! ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `entry-points = {'console_scripts': ['pyradio = pyradio.main:shell']}` According to the spec (see the link below), however, setuptools CANNOT consider this value unless 'entry-points' is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list 'entry-points' under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. !! warnings.warn(msg, _WouldIgnoreField) 2023-02-26 09:33:14,932 root INFO running bdist_wheel 2023-02-26 09:33:14,961 root INFO running build 2023-02-26 09:33:14,961 root INFO running build_py 2023-02-26 09:33:14,971 root INFO creating build 2023-02-26 09:33:14,971 root INFO creating build/lib 2023-02-26 09:33:14,972 root INFO creating build/lib/pyradio 2023-02-26 09:33:14,972 root INFO copying pyradio/html_help.py -> build/lib/pyradio 2023-02-26 09:33:14,974 root INFO copying pyradio/window_stack.py -> build/lib/pyradio 2023-02-26 09:33:14,975 root INFO copying pyradio/schedule.py -> build/lib/pyradio 2023-02-26 09:33:14,975 root INFO copying pyradio/common.py -> build/lib/pyradio 2023-02-26 09:33:14,976 root INFO copying pyradio/main.py -> build/lib/pyradio 2023-02-26 09:33:14,977 root INFO copying pyradio/__init__.py -> build/lib/pyradio 2023-02-26 09:33:14,978 root INFO copying pyradio/config_window.py -> build/lib/pyradio 2023-02-26 09:33:14,979 root INFO copying pyradio/simple_curses_widgets.py -> build/lib/pyradio 2023-02-26 09:33:14,980 root INFO copying pyradio/install.py -> build/lib/pyradio 2023-02-26 09:33:14,981 root INFO copying pyradio/browser.py -> build/lib/pyradio 2023-02-26 09:33:14,982 root INFO copying pyradio/radio.py -> build/lib/pyradio 2023-02-26 09:33:14,984 root INFO copying pyradio/del_vlc_log.py -> build/lib/pyradio 2023-02-26 09:33:14,984 root INFO copying pyradio/encodings.py -> build/lib/pyradio 2023-02-26 09:33:14,985 root INFO copying pyradio/themes.py -> build/lib/pyradio 2023-02-26 09:33:14,986 root INFO copying pyradio/cjkwrap.py -> build/lib/pyradio 2023-02-26 09:33:14,987 root INFO copying pyradio/win.py -> build/lib/pyradio 2023-02-26 09:33:14,987 root INFO copying pyradio/edit.py -> build/lib/pyradio 2023-02-26 09:33:14,988 root INFO copying pyradio/ping.py -> build/lib/pyradio 2023-02-26 09:33:14,989 root INFO copying pyradio/server.py -> build/lib/pyradio 2023-02-26 09:33:14,990 root INFO copying pyradio/config.py -> build/lib/pyradio 2023-02-26 09:33:14,991 root INFO copying pyradio/player.py -> build/lib/pyradio 2023-02-26 09:33:14,991 root INFO copying pyradio/schedule_win.py -> build/lib/pyradio 2023-02-26 09:33:14,992 root INFO copying pyradio/countries.py -> build/lib/pyradio 2023-02-26 09:33:14,993 root INFO copying pyradio/win_del_old_inst.py -> build/lib/pyradio 2023-02-26 09:33:14,994 root INFO copying pyradio/compare_files.py -> build/lib/pyradio 2023-02-26 09:33:14,994 root INFO copying pyradio/log.py -> build/lib/pyradio 2023-02-26 09:33:14,995 root INFO running egg_info 2023-02-26 09:33:15,003 root INFO creating pyradio.egg-info 2023-02-26 09:33:15,011 root INFO writing pyradio.egg-info/PKG-INFO 2023-02-26 09:33:15,013 root INFO writing dependency_links to pyradio.egg-info/dependency_links.txt 2023-02-26 09:33:15,014 root INFO writing entry points to pyradio.egg-info/entry_points.txt 2023-02-26 09:33:15,015 root INFO writing requirements to pyradio.egg-info/requires.txt 2023-02-26 09:33:15,016 root INFO writing top-level names to pyradio.egg-info/top_level.txt 2023-02-26 09:33:15,016 root INFO writing manifest file 'pyradio.egg-info/SOURCES.txt' 2023-02-26 09:33:15,028 root INFO reading manifest file 'pyradio.egg-info/SOURCES.txt' 2023-02-26 09:33:15,029 root INFO reading manifest template 'MANIFEST.in' 2023-02-26 09:33:15,035 root WARNING warning: no previously-included files found matching '*.pyc' 2023-02-26 09:33:15,036 root WARNING warning: no previously-included files found matching '*.orig' 2023-02-26 09:33:15,036 root INFO adding license file 'LICENCE' 2023-02-26 09:33:15,042 root INFO writing manifest file 'pyradio.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyradio.__pycache__' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'pyradio.__pycache__' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'pyradio.__pycache__' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'pyradio.__pycache__' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyradio.icons' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'pyradio.icons' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'pyradio.icons' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'pyradio.icons' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pyradio.themes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'pyradio.themes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'pyradio.themes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'pyradio.themes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 2023-02-26 09:33:15,048 root INFO copying pyradio/config -> build/lib/pyradio 2023-02-26 09:33:15,049 root INFO copying pyradio/notification -> build/lib/pyradio 2023-02-26 09:33:15,050 root INFO copying pyradio/stations.csv -> build/lib/pyradio 2023-02-26 09:33:15,051 root INFO creating build/lib/pyradio/__pycache__ 2023-02-26 09:33:15,051 root INFO copying pyradio/__pycache__/__init__.cpython-311.pyc -> build/lib/pyradio/__pycache__ 2023-02-26 09:33:15,052 root INFO creating build/lib/pyradio/icons 2023-02-26 09:33:15,052 root INFO copying pyradio/icons/pyradio.ico -> build/lib/pyradio/icons 2023-02-26 09:33:15,053 root INFO copying pyradio/icons/pyradio.png -> build/lib/pyradio/icons 2023-02-26 09:33:15,054 root INFO creating build/lib/pyradio/themes 2023-02-26 09:33:15,054 root INFO copying pyradio/themes/classic_by_obsdg.pyradio-theme -> build/lib/pyradio/themes 2023-02-26 09:33:15,055 root INFO copying pyradio/themes/cupcake_by_edunfelt.pyradio-theme -> build/lib/pyradio/themes 2023-02-26 09:33:15,056 root INFO copying pyradio/themes/fairyflossy_by_edunfelt.pyradio-theme -> build/lib/pyradio/themes 2023-02-26 09:33:15,057 root INFO copying pyradio/themes/gruvbox_dark_by_sng.pyradio-theme -> build/lib/pyradio/themes 2023-02-26 09:33:15,057 root INFO copying pyradio/themes/gruvbox_light_by_sng.pyradio-theme -> build/lib/pyradio/themes 2023-02-26 09:33:15,058 root INFO copying pyradio/themes/minima_by_ben_chile.pyradio-theme -> build/lib/pyradio/themes 2023-02-26 09:33:15,059 root INFO copying pyradio/themes/pastel_based_by_sng.pyradio-theme -> build/lib/pyradio/themes 2023-02-26 09:33:15,076 wheel INFO installing to build/bdist.linux-riscv64/wheel 2023-02-26 09:33:15,077 root INFO running install 2023-02-26 09:33:15,134 root INFO running install_lib 2023-02-26 09:33:15,142 root INFO creating build/bdist.linux-riscv64 2023-02-26 09:33:15,142 root INFO creating build/bdist.linux-riscv64/wheel 2023-02-26 09:33:15,143 root INFO creating build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,143 root INFO copying build/lib/pyradio/config -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,144 root INFO creating build/bdist.linux-riscv64/wheel/pyradio/__pycache__ 2023-02-26 09:33:15,144 root INFO copying build/lib/pyradio/__pycache__/__init__.cpython-311.pyc -> build/bdist.linux-riscv64/wheel/pyradio/__pycache__ 2023-02-26 09:33:15,145 root INFO creating build/bdist.linux-riscv64/wheel/pyradio/themes 2023-02-26 09:33:15,146 root INFO copying build/lib/pyradio/themes/minima_by_ben_chile.pyradio-theme -> build/bdist.linux-riscv64/wheel/pyradio/themes 2023-02-26 09:33:15,146 root INFO copying build/lib/pyradio/themes/pastel_based_by_sng.pyradio-theme -> build/bdist.linux-riscv64/wheel/pyradio/themes 2023-02-26 09:33:15,147 root INFO copying build/lib/pyradio/themes/gruvbox_light_by_sng.pyradio-theme -> build/bdist.linux-riscv64/wheel/pyradio/themes 2023-02-26 09:33:15,147 root INFO copying build/lib/pyradio/themes/gruvbox_dark_by_sng.pyradio-theme -> build/bdist.linux-riscv64/wheel/pyradio/themes 2023-02-26 09:33:15,148 root INFO copying build/lib/pyradio/themes/cupcake_by_edunfelt.pyradio-theme -> build/bdist.linux-riscv64/wheel/pyradio/themes 2023-02-26 09:33:15,149 root INFO copying build/lib/pyradio/themes/fairyflossy_by_edunfelt.pyradio-theme -> build/bdist.linux-riscv64/wheel/pyradio/themes 2023-02-26 09:33:15,149 root INFO copying build/lib/pyradio/themes/classic_by_obsdg.pyradio-theme -> build/bdist.linux-riscv64/wheel/pyradio/themes 2023-02-26 09:33:15,150 root INFO copying build/lib/pyradio/html_help.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,151 root INFO copying build/lib/pyradio/window_stack.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,151 root INFO copying build/lib/pyradio/schedule.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,152 root INFO copying build/lib/pyradio/common.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,152 root INFO copying build/lib/pyradio/main.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,153 root INFO copying build/lib/pyradio/notification -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,154 root INFO copying build/lib/pyradio/__init__.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,154 root INFO copying build/lib/pyradio/config_window.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,155 root INFO copying build/lib/pyradio/simple_curses_widgets.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,156 root INFO copying build/lib/pyradio/install.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,157 root INFO copying build/lib/pyradio/browser.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,158 root INFO copying build/lib/pyradio/radio.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,159 root INFO copying build/lib/pyradio/del_vlc_log.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,159 root INFO copying build/lib/pyradio/encodings.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,160 root INFO copying build/lib/pyradio/themes.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,161 root INFO copying build/lib/pyradio/cjkwrap.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,161 root INFO copying build/lib/pyradio/win.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,162 root INFO copying build/lib/pyradio/edit.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,163 root INFO copying build/lib/pyradio/stations.csv -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,163 root INFO copying build/lib/pyradio/ping.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,164 root INFO copying build/lib/pyradio/server.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,165 root INFO copying build/lib/pyradio/config.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,165 root INFO copying build/lib/pyradio/player.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,166 root INFO copying build/lib/pyradio/schedule_win.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,167 root INFO copying build/lib/pyradio/countries.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,167 root INFO copying build/lib/pyradio/win_del_old_inst.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,168 root INFO creating build/bdist.linux-riscv64/wheel/pyradio/icons 2023-02-26 09:33:15,168 root INFO copying build/lib/pyradio/icons/pyradio.png -> build/bdist.linux-riscv64/wheel/pyradio/icons 2023-02-26 09:33:15,169 root INFO copying build/lib/pyradio/icons/pyradio.ico -> build/bdist.linux-riscv64/wheel/pyradio/icons 2023-02-26 09:33:15,170 root INFO copying build/lib/pyradio/compare_files.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,171 root INFO copying build/lib/pyradio/log.py -> build/bdist.linux-riscv64/wheel/pyradio 2023-02-26 09:33:15,171 root INFO running install_egg_info 2023-02-26 09:33:15,179 root INFO Copying pyradio.egg-info to build/bdist.linux-riscv64/wheel/pyradio-0.9.1-py3.11.egg-info 2023-02-26 09:33:15,183 root INFO running install_scripts 2023-02-26 09:33:15,213 wheel INFO creating build/bdist.linux-riscv64/wheel/pyradio-0.9.1.dist-info/WHEEL 2023-02-26 09:33:15,216 wheel INFO creating '/home/buildozer/aports/testing/pyradio/src/pyradio-0.9.1/dist/.tmp-a417q155/pyradio-0.9.1-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2023-02-26 09:33:15,219 wheel INFO adding 'pyradio/__init__.py' 2023-02-26 09:33:15,223 wheel INFO adding 'pyradio/browser.py' 2023-02-26 09:33:15,226 wheel INFO adding 'pyradio/cjkwrap.py' 2023-02-26 09:33:15,227 wheel INFO adding 'pyradio/common.py' 2023-02-26 09:33:15,228 wheel INFO adding 'pyradio/compare_files.py' 2023-02-26 09:33:15,229 wheel INFO adding 'pyradio/config' 2023-02-26 09:33:15,231 wheel INFO adding 'pyradio/config.py' 2023-02-26 09:33:15,234 wheel INFO adding 'pyradio/config_window.py' 2023-02-26 09:33:15,237 wheel INFO adding 'pyradio/countries.py' 2023-02-26 09:33:15,238 wheel INFO adding 'pyradio/del_vlc_log.py' 2023-02-26 09:33:15,239 wheel INFO adding 'pyradio/edit.py' 2023-02-26 09:33:15,241 wheel INFO adding 'pyradio/encodings.py' 2023-02-26 09:33:15,241 wheel INFO adding 'pyradio/html_help.py' 2023-02-26 09:33:15,242 wheel INFO adding 'pyradio/install.py' 2023-02-26 09:33:15,244 wheel INFO adding 'pyradio/log.py' 2023-02-26 09:33:15,245 wheel INFO adding 'pyradio/main.py' 2023-02-26 09:33:15,247 wheel INFO adding 'pyradio/notification' 2023-02-26 09:33:15,248 wheel INFO adding 'pyradio/ping.py' 2023-02-26 09:33:15,249 wheel INFO adding 'pyradio/player.py' 2023-02-26 09:33:15,252 wheel INFO adding 'pyradio/radio.py' 2023-02-26 09:33:15,260 wheel INFO adding 'pyradio/schedule.py' 2023-02-26 09:33:15,261 wheel INFO adding 'pyradio/schedule_win.py' 2023-02-26 09:33:15,263 wheel INFO adding 'pyradio/server.py' 2023-02-26 09:33:15,265 wheel INFO adding 'pyradio/simple_curses_widgets.py' 2023-02-26 09:33:15,268 wheel INFO adding 'pyradio/stations.csv' 2023-02-26 09:33:15,269 wheel INFO adding 'pyradio/themes.py' 2023-02-26 09:33:15,271 wheel INFO adding 'pyradio/win.py' 2023-02-26 09:33:15,272 wheel INFO adding 'pyradio/win_del_old_inst.py' 2023-02-26 09:33:15,273 wheel INFO adding 'pyradio/window_stack.py' 2023-02-26 09:33:15,274 wheel INFO adding 'pyradio/__pycache__/__init__.cpython-311.pyc' 2023-02-26 09:33:15,275 wheel INFO adding 'pyradio/icons/pyradio.ico' 2023-02-26 09:33:15,278 wheel INFO adding 'pyradio/icons/pyradio.png' 2023-02-26 09:33:15,281 wheel INFO adding 'pyradio/themes/classic_by_obsdg.pyradio-theme' 2023-02-26 09:33:15,282 wheel INFO adding 'pyradio/themes/cupcake_by_edunfelt.pyradio-theme' 2023-02-26 09:33:15,283 wheel INFO adding 'pyradio/themes/fairyflossy_by_edunfelt.pyradio-theme' 2023-02-26 09:33:15,284 wheel INFO adding 'pyradio/themes/gruvbox_dark_by_sng.pyradio-theme' 2023-02-26 09:33:15,285 wheel INFO adding 'pyradio/themes/gruvbox_light_by_sng.pyradio-theme' 2023-02-26 09:33:15,285 wheel INFO adding 'pyradio/themes/minima_by_ben_chile.pyradio-theme' 2023-02-26 09:33:15,286 wheel INFO adding 'pyradio/themes/pastel_based_by_sng.pyradio-theme' 2023-02-26 09:33:15,288 wheel INFO adding 'pyradio-0.9.1.dist-info/LICENCE' 2023-02-26 09:33:15,288 wheel INFO adding 'pyradio-0.9.1.dist-info/METADATA' 2023-02-26 09:33:15,290 wheel INFO adding 'pyradio-0.9.1.dist-info/WHEEL' 2023-02-26 09:33:15,291 wheel INFO adding 'pyradio-0.9.1.dist-info/entry_points.txt' 2023-02-26 09:33:15,292 wheel INFO adding 'pyradio-0.9.1.dist-info/top_level.txt' 2023-02-26 09:33:15,294 wheel INFO adding 'pyradio-0.9.1.dist-info/RECORD' 2023-02-26 09:33:15,296 wheel INFO removing build/bdist.linux-riscv64/wheel 2023-02-26 09:33:15,299 gpep517 INFO The backend produced dist/pyradio-0.9.1-py3-none-any.whl pyradio-0.9.1-py3-none-any.whl >>> pyradio: Entering fakeroot... >>> pyradio-doc*: Running split function doc... >>> pyradio-doc*: Preparing subpackage pyradio-doc... >>> pyradio-doc*: Running postcheck for pyradio-doc >>> pyradio*: Running postcheck for pyradio >>> pyradio*: Preparing package pyradio... >>> pyradio-doc*: Tracing dependencies... >>> pyradio-doc*: Package size: 56.0 KB >>> pyradio-doc*: Compressing data... >>> pyradio-doc*: Create checksum... >>> pyradio-doc*: Create pyradio-doc-0.9.1-r1.apk >>> pyradio*: Tracing dependencies... >>> pyradio*: Package size: 4.0 MB >>> pyradio*: Compressing data... >>> pyradio*: Create checksum... >>> pyradio*: Create pyradio-0.9.1-r1.apk >>> pyradio: Build complete at Sun, 26 Feb 2023 09:33:21 +0000 elapsed time 0h 0m 14s >>> pyradio: Cleaning up srcdir >>> pyradio: Cleaning up pkgdir >>> pyradio: Uninstalling dependencies... (1/21) Purging .makedepends-pyradio (20230226.093311) (2/21) Purging py3-dnspython (2.3.0-r1) (3/21) Purging py3-psutil (5.9.4-r1) (4/21) Purging py3-requests (2.28.2-r0) (5/21) Purging py3-certifi (2022.12.7-r0) (6/21) Purging py3-charset-normalizer (3.0.1-r1) (7/21) Purging py3-idna (3.4-r3) (8/21) Purging py3-urllib3 (1.26.14-r0) (9/21) Purging py3-gpep517 (13-r0) (10/21) Purging py3-installer (0.6.0-r0) (11/21) Purging py3-setuptools (67.4.0-r0) (12/21) Purging py3-wheel (0.38.4-r1) (13/21) Purging py3-packaging (23.0-r0) (14/21) Purging py3-parsing (3.0.9-r1) (15/21) Purging python3 (3.11.2-r0) (16/21) Purging libbz2 (1.0.8-r4) (17/21) Purging gdbm (1.23-r0) (18/21) Purging mpdecimal (2.5.1-r1) (19/21) Purging libpanelw (6.4_p20230218-r3) (20/21) Purging readline (8.2.001-r0) (21/21) Purging sqlite-libs (3.41.0-r0) Executing busybox-1.36.0-r4.trigger OK: 1187 MiB in 101 packages >>> pyradio: Updating the testing/riscv64 repository index... >>> pyradio: Signing the index...