>>> py3-pytelegrambotapi: Building testing/py3-pytelegrambotapi 4.12.0-r0 (using abuild 3.11.21-r0) started Wed, 30 Aug 2023 23:55:45 +0000 >>> py3-pytelegrambotapi: Checking sanity of /home/buildozer/aports/testing/py3-pytelegrambotapi/APKBUILD... >>> py3-pytelegrambotapi: Analyzing dependencies... >>> py3-pytelegrambotapi: Installing for build: build-base py3-setuptools py3-gpep517 py3-installer py3-wheel (1/25) Installing libbz2 (1.0.8-r6) (2/25) Installing libffi (3.4.4-r3) (3/25) Installing gdbm (1.23-r1) (4/25) Installing xz-libs (5.4.4-r0) (5/25) Installing mpdecimal (2.5.1-r2) (6/25) Installing libpanelw (6.4_p20230722-r0) (7/25) Installing readline (8.2.1-r2) (8/25) Installing sqlite-libs (3.43.0-r0) (9/25) Installing python3 (3.11.5-r0) (10/25) Installing python3-pycache-pyc0 (3.11.5-r0) (11/25) Installing pyc (0.1-r0) (12/25) Installing py3-setuptools-pyc (68.0.0-r2) (13/25) Installing py3-parsing (3.1.1-r0) (14/25) Installing py3-parsing-pyc (3.1.1-r0) (15/25) Installing py3-packaging-pyc (23.1-r3) (16/25) Installing python3-pyc (3.11.5-r0) (17/25) Installing py3-packaging (23.1-r3) (18/25) Installing py3-setuptools (68.0.0-r2) (19/25) Installing py3-installer (0.7.0-r1) (20/25) Installing py3-installer-pyc (0.7.0-r1) (21/25) Installing py3-gpep517 (15-r0) (22/25) Installing py3-gpep517-pyc (15-r0) (23/25) Installing py3-wheel (0.41.0-r2) (24/25) Installing py3-wheel-pyc (0.41.0-r2) (25/25) Installing .makedepends-py3-pytelegrambotapi (20230830.235546) Executing busybox-1.36.1-r6.trigger OK: 433 MiB in 128 packages >>> py3-pytelegrambotapi: Cleaning up srcdir >>> py3-pytelegrambotapi: Cleaning up pkgdir >>> py3-pytelegrambotapi: Cleaning up tmpdir >>> py3-pytelegrambotapi: Fetching py3-pytelegrambotapi-4.12.0.tar.gz::https://github.com/eternnoir/pyTelegramBotAPI/archive/4.12.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1207k 0 1207k 0 0 1965k 0 --:--:-- --:--:-- --:--:-- 1965k >>> py3-pytelegrambotapi: Fetching py3-pytelegrambotapi-4.12.0.tar.gz::https://github.com/eternnoir/pyTelegramBotAPI/archive/4.12.0.tar.gz >>> py3-pytelegrambotapi: Checking sha512sums... py3-pytelegrambotapi-4.12.0.tar.gz: OK >>> py3-pytelegrambotapi: Unpacking /var/cache/distfiles/py3-pytelegrambotapi-4.12.0.tar.gz... 2023-08-30 23:55:47,687 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-08-30 23:55:47,708 root INFO running bdist_wheel 2023-08-30 23:55:47,716 root INFO running build 2023-08-30 23:55:47,716 root INFO running build_py 2023-08-30 23:55:47,718 root INFO creating build 2023-08-30 23:55:47,718 root INFO creating build/lib 2023-08-30 23:55:47,718 root INFO creating build/lib/telebot 2023-08-30 23:55:47,718 root INFO copying telebot/asyncio_filters.py -> build/lib/telebot 2023-08-30 23:55:47,718 root INFO copying telebot/formatting.py -> build/lib/telebot 2023-08-30 23:55:47,718 root INFO copying telebot/version.py -> build/lib/telebot 2023-08-30 23:55:47,719 root INFO copying telebot/apihelper.py -> build/lib/telebot 2023-08-30 23:55:47,719 root INFO copying telebot/util.py -> build/lib/telebot 2023-08-30 23:55:47,719 root INFO copying telebot/handler_backends.py -> build/lib/telebot 2023-08-30 23:55:47,719 root INFO copying telebot/asyncio_helper.py -> build/lib/telebot 2023-08-30 23:55:47,720 root INFO copying telebot/custom_filters.py -> build/lib/telebot 2023-08-30 23:55:47,720 root INFO copying telebot/callback_data.py -> build/lib/telebot 2023-08-30 23:55:47,720 root INFO copying telebot/service_utils.py -> build/lib/telebot 2023-08-30 23:55:47,720 root INFO copying telebot/asyncio_handler_backends.py -> build/lib/telebot 2023-08-30 23:55:47,720 root INFO copying telebot/types.py -> build/lib/telebot 2023-08-30 23:55:47,721 root INFO copying telebot/async_telebot.py -> build/lib/telebot 2023-08-30 23:55:47,722 root INFO copying telebot/__init__.py -> build/lib/telebot 2023-08-30 23:55:47,723 root INFO creating build/lib/telebot/ext 2023-08-30 23:55:47,723 root INFO copying telebot/ext/reloader.py -> build/lib/telebot/ext 2023-08-30 23:55:47,723 root INFO copying telebot/ext/__init__.py -> build/lib/telebot/ext 2023-08-30 23:55:47,723 root INFO creating build/lib/telebot/asyncio_storage 2023-08-30 23:55:47,723 root INFO copying telebot/asyncio_storage/pickle_storage.py -> build/lib/telebot/asyncio_storage 2023-08-30 23:55:47,723 root INFO copying telebot/asyncio_storage/memory_storage.py -> build/lib/telebot/asyncio_storage 2023-08-30 23:55:47,724 root INFO copying telebot/asyncio_storage/base_storage.py -> build/lib/telebot/asyncio_storage 2023-08-30 23:55:47,724 root INFO copying telebot/asyncio_storage/redis_storage.py -> build/lib/telebot/asyncio_storage 2023-08-30 23:55:47,724 root INFO copying telebot/asyncio_storage/__init__.py -> build/lib/telebot/asyncio_storage 2023-08-30 23:55:47,724 root INFO creating build/lib/telebot/storage 2023-08-30 23:55:47,724 root INFO copying telebot/storage/pickle_storage.py -> build/lib/telebot/storage 2023-08-30 23:55:47,724 root INFO copying telebot/storage/memory_storage.py -> build/lib/telebot/storage 2023-08-30 23:55:47,724 root INFO copying telebot/storage/base_storage.py -> build/lib/telebot/storage 2023-08-30 23:55:47,725 root INFO copying telebot/storage/redis_storage.py -> build/lib/telebot/storage 2023-08-30 23:55:47,725 root INFO copying telebot/storage/__init__.py -> build/lib/telebot/storage 2023-08-30 23:55:47,725 root INFO creating build/lib/telebot/ext/aio 2023-08-30 23:55:47,725 root INFO copying telebot/ext/aio/webhooks.py -> build/lib/telebot/ext/aio 2023-08-30 23:55:47,725 root INFO copying telebot/ext/aio/__init__.py -> build/lib/telebot/ext/aio 2023-08-30 23:55:47,725 root INFO creating build/lib/telebot/ext/sync 2023-08-30 23:55:47,725 root INFO copying telebot/ext/sync/webhooks.py -> build/lib/telebot/ext/sync 2023-08-30 23:55:47,726 root INFO copying telebot/ext/sync/__init__.py -> build/lib/telebot/ext/sync 2023-08-30 23:55:47,729 wheel INFO installing to build/bdist.linux-aarch64/wheel 2023-08-30 23:55:47,729 root INFO running install 2023-08-30 23:55:47,736 root INFO running install_lib 2023-08-30 23:55:47,737 root INFO creating build/bdist.linux-aarch64 2023-08-30 23:55:47,737 root INFO creating build/bdist.linux-aarch64/wheel 2023-08-30 23:55:47,737 root INFO creating build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,737 root INFO copying build/lib/telebot/asyncio_filters.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,738 root INFO copying build/lib/telebot/formatting.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,738 root INFO copying build/lib/telebot/version.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,738 root INFO copying build/lib/telebot/apihelper.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,738 root INFO creating build/bdist.linux-aarch64/wheel/telebot/ext 2023-08-30 23:55:47,738 root INFO copying build/lib/telebot/ext/reloader.py -> build/bdist.linux-aarch64/wheel/telebot/ext 2023-08-30 23:55:47,738 root INFO creating build/bdist.linux-aarch64/wheel/telebot/ext/aio 2023-08-30 23:55:47,739 root INFO copying build/lib/telebot/ext/aio/webhooks.py -> build/bdist.linux-aarch64/wheel/telebot/ext/aio 2023-08-30 23:55:47,739 root INFO copying build/lib/telebot/ext/aio/__init__.py -> build/bdist.linux-aarch64/wheel/telebot/ext/aio 2023-08-30 23:55:47,739 root INFO creating build/bdist.linux-aarch64/wheel/telebot/ext/sync 2023-08-30 23:55:47,739 root INFO copying build/lib/telebot/ext/sync/webhooks.py -> build/bdist.linux-aarch64/wheel/telebot/ext/sync 2023-08-30 23:55:47,739 root INFO copying build/lib/telebot/ext/sync/__init__.py -> build/bdist.linux-aarch64/wheel/telebot/ext/sync 2023-08-30 23:55:47,739 root INFO copying build/lib/telebot/ext/__init__.py -> build/bdist.linux-aarch64/wheel/telebot/ext 2023-08-30 23:55:47,739 root INFO creating build/bdist.linux-aarch64/wheel/telebot/asyncio_storage 2023-08-30 23:55:47,740 root INFO copying build/lib/telebot/asyncio_storage/pickle_storage.py -> build/bdist.linux-aarch64/wheel/telebot/asyncio_storage 2023-08-30 23:55:47,740 root INFO copying build/lib/telebot/asyncio_storage/memory_storage.py -> build/bdist.linux-aarch64/wheel/telebot/asyncio_storage 2023-08-30 23:55:47,740 root INFO copying build/lib/telebot/asyncio_storage/base_storage.py -> build/bdist.linux-aarch64/wheel/telebot/asyncio_storage 2023-08-30 23:55:47,740 root INFO copying build/lib/telebot/asyncio_storage/redis_storage.py -> build/bdist.linux-aarch64/wheel/telebot/asyncio_storage 2023-08-30 23:55:47,740 root INFO copying build/lib/telebot/asyncio_storage/__init__.py -> build/bdist.linux-aarch64/wheel/telebot/asyncio_storage 2023-08-30 23:55:47,740 root INFO copying build/lib/telebot/util.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,740 root INFO copying build/lib/telebot/handler_backends.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,741 root INFO copying build/lib/telebot/asyncio_helper.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,741 root INFO copying build/lib/telebot/custom_filters.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,741 root INFO copying build/lib/telebot/callback_data.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,741 root INFO copying build/lib/telebot/service_utils.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,741 root INFO creating build/bdist.linux-aarch64/wheel/telebot/storage 2023-08-30 23:55:47,741 root INFO copying build/lib/telebot/storage/pickle_storage.py -> build/bdist.linux-aarch64/wheel/telebot/storage 2023-08-30 23:55:47,741 root INFO copying build/lib/telebot/storage/memory_storage.py -> build/bdist.linux-aarch64/wheel/telebot/storage 2023-08-30 23:55:47,742 root INFO copying build/lib/telebot/storage/base_storage.py -> build/bdist.linux-aarch64/wheel/telebot/storage 2023-08-30 23:55:47,742 root INFO copying build/lib/telebot/storage/redis_storage.py -> build/bdist.linux-aarch64/wheel/telebot/storage 2023-08-30 23:55:47,742 root INFO copying build/lib/telebot/storage/__init__.py -> build/bdist.linux-aarch64/wheel/telebot/storage 2023-08-30 23:55:47,742 root INFO copying build/lib/telebot/asyncio_handler_backends.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,742 root INFO copying build/lib/telebot/types.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,743 root INFO copying build/lib/telebot/async_telebot.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,743 root INFO copying build/lib/telebot/__init__.py -> build/bdist.linux-aarch64/wheel/telebot 2023-08-30 23:55:47,744 root INFO running install_egg_info 2023-08-30 23:55:47,750 root INFO running egg_info 2023-08-30 23:55:47,750 root INFO creating pyTelegramBotAPI.egg-info 2023-08-30 23:55:47,751 root INFO writing pyTelegramBotAPI.egg-info/PKG-INFO 2023-08-30 23:55:47,751 root INFO writing dependency_links to pyTelegramBotAPI.egg-info/dependency_links.txt 2023-08-30 23:55:47,751 root INFO writing requirements to pyTelegramBotAPI.egg-info/requires.txt 2023-08-30 23:55:47,751 root INFO writing top-level names to pyTelegramBotAPI.egg-info/top_level.txt 2023-08-30 23:55:47,751 root INFO writing manifest file 'pyTelegramBotAPI.egg-info/SOURCES.txt' 2023-08-30 23:55:47,753 root INFO reading manifest file 'pyTelegramBotAPI.egg-info/SOURCES.txt' 2023-08-30 23:55:47,753 root INFO adding license file 'LICENSE' 2023-08-30 23:55:47,754 root INFO writing manifest file 'pyTelegramBotAPI.egg-info/SOURCES.txt' 2023-08-30 23:55:47,754 root INFO Copying pyTelegramBotAPI.egg-info to build/bdist.linux-aarch64/wheel/pyTelegramBotAPI-4.12.0-py3.11.egg-info 2023-08-30 23:55:47,754 root INFO running install_scripts 2023-08-30 23:55:47,758 wheel INFO creating build/bdist.linux-aarch64/wheel/pyTelegramBotAPI-4.12.0.dist-info/WHEEL 2023-08-30 23:55:47,759 wheel INFO creating '/home/buildozer/aports/testing/py3-pytelegrambotapi/src/pyTelegramBotAPI-4.12.0/dist/.tmp-anj0_eb1/pyTelegramBotAPI-4.12.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2023-08-30 23:55:47,760 wheel INFO adding 'telebot/__init__.py' 2023-08-30 23:55:47,760 wheel INFO adding 'telebot/apihelper.py' 2023-08-30 23:55:47,761 wheel INFO adding 'telebot/async_telebot.py' 2023-08-30 23:55:47,761 wheel INFO adding 'telebot/asyncio_filters.py' 2023-08-30 23:55:47,761 wheel INFO adding 'telebot/asyncio_handler_backends.py' 2023-08-30 23:55:47,762 wheel INFO adding 'telebot/asyncio_helper.py' 2023-08-30 23:55:47,762 wheel INFO adding 'telebot/callback_data.py' 2023-08-30 23:55:47,762 wheel INFO adding 'telebot/custom_filters.py' 2023-08-30 23:55:47,762 wheel INFO adding 'telebot/formatting.py' 2023-08-30 23:55:47,762 wheel INFO adding 'telebot/handler_backends.py' 2023-08-30 23:55:47,763 wheel INFO adding 'telebot/service_utils.py' 2023-08-30 23:55:47,763 wheel INFO adding 'telebot/types.py' 2023-08-30 23:55:47,764 wheel INFO adding 'telebot/util.py' 2023-08-30 23:55:47,764 wheel INFO adding 'telebot/version.py' 2023-08-30 23:55:47,764 wheel INFO adding 'telebot/asyncio_storage/__init__.py' 2023-08-30 23:55:47,764 wheel INFO adding 'telebot/asyncio_storage/base_storage.py' 2023-08-30 23:55:47,764 wheel INFO adding 'telebot/asyncio_storage/memory_storage.py' 2023-08-30 23:55:47,764 wheel INFO adding 'telebot/asyncio_storage/pickle_storage.py' 2023-08-30 23:55:47,765 wheel INFO adding 'telebot/asyncio_storage/redis_storage.py' 2023-08-30 23:55:47,765 wheel INFO adding 'telebot/ext/__init__.py' 2023-08-30 23:55:47,765 wheel INFO adding 'telebot/ext/reloader.py' 2023-08-30 23:55:47,765 wheel INFO adding 'telebot/ext/aio/__init__.py' 2023-08-30 23:55:47,765 wheel INFO adding 'telebot/ext/aio/webhooks.py' 2023-08-30 23:55:47,765 wheel INFO adding 'telebot/ext/sync/__init__.py' 2023-08-30 23:55:47,765 wheel INFO adding 'telebot/ext/sync/webhooks.py' 2023-08-30 23:55:47,765 wheel INFO adding 'telebot/storage/__init__.py' 2023-08-30 23:55:47,766 wheel INFO adding 'telebot/storage/base_storage.py' 2023-08-30 23:55:47,766 wheel INFO adding 'telebot/storage/memory_storage.py' 2023-08-30 23:55:47,766 wheel INFO adding 'telebot/storage/pickle_storage.py' 2023-08-30 23:55:47,766 wheel INFO adding 'telebot/storage/redis_storage.py' 2023-08-30 23:55:47,766 wheel INFO adding 'pyTelegramBotAPI-4.12.0.dist-info/LICENSE' 2023-08-30 23:55:47,766 wheel INFO adding 'pyTelegramBotAPI-4.12.0.dist-info/METADATA' 2023-08-30 23:55:47,766 wheel INFO adding 'pyTelegramBotAPI-4.12.0.dist-info/WHEEL' 2023-08-30 23:55:47,766 wheel INFO adding 'pyTelegramBotAPI-4.12.0.dist-info/top_level.txt' 2023-08-30 23:55:47,767 wheel INFO adding 'pyTelegramBotAPI-4.12.0.dist-info/RECORD' 2023-08-30 23:55:47,767 wheel INFO removing build/bdist.linux-aarch64/wheel 2023-08-30 23:55:47,768 gpep517 INFO The backend produced dist/pyTelegramBotAPI-4.12.0-py3-none-any.whl pyTelegramBotAPI-4.12.0-py3-none-any.whl >>> py3-pytelegrambotapi: Entering fakeroot... >>> py3-pytelegrambotapi-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi/usr/lib/python3.11/site-packages/telebot/__pycache__' -> '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi-pyc/usr/lib/python3.11/site-packages/telebot/__pycache__' '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi/usr/lib/python3.11/site-packages/telebot/ext/__pycache__' -> '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi-pyc/usr/lib/python3.11/site-packages/telebot/ext/__pycache__' '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi/usr/lib/python3.11/site-packages/telebot/ext/aio/__pycache__' -> '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi-pyc/usr/lib/python3.11/site-packages/telebot/ext/aio/__pycache__' '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi/usr/lib/python3.11/site-packages/telebot/ext/sync/__pycache__' -> '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi-pyc/usr/lib/python3.11/site-packages/telebot/ext/sync/__pycache__' '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi/usr/lib/python3.11/site-packages/telebot/asyncio_storage/__pycache__' -> '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi-pyc/usr/lib/python3.11/site-packages/telebot/asyncio_storage/__pycache__' '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi/usr/lib/python3.11/site-packages/telebot/storage/__pycache__' -> '/home/buildozer/aports/testing/py3-pytelegrambotapi/pkg/py3-pytelegrambotapi-pyc/usr/lib/python3.11/site-packages/telebot/storage/__pycache__' >>> py3-pytelegrambotapi-pyc*: Preparing subpackage py3-pytelegrambotapi-pyc... >>> py3-pytelegrambotapi-pyc*: Running postcheck for py3-pytelegrambotapi-pyc >>> py3-pytelegrambotapi*: Running postcheck for py3-pytelegrambotapi >>> py3-pytelegrambotapi*: Preparing package py3-pytelegrambotapi... >>> py3-pytelegrambotapi-pyc*: Tracing dependencies... python3~3.11 >>> py3-pytelegrambotapi-pyc*: Package size: 1.4 MB >>> py3-pytelegrambotapi-pyc*: Compressing data... >>> py3-pytelegrambotapi-pyc*: Create checksum... >>> py3-pytelegrambotapi-pyc*: Create py3-pytelegrambotapi-pyc-4.12.0-r0.apk >>> py3-pytelegrambotapi*: Tracing dependencies... python3~3.11 >>> py3-pytelegrambotapi*: Package size: 1.4 MB >>> py3-pytelegrambotapi*: Compressing data... >>> py3-pytelegrambotapi*: Create checksum... >>> py3-pytelegrambotapi*: Create py3-pytelegrambotapi-4.12.0-r0.apk >>> py3-pytelegrambotapi: Build complete at Wed, 30 Aug 2023 23:55:48 +0000 elapsed time 0h 0m 3s >>> py3-pytelegrambotapi: Cleaning up srcdir >>> py3-pytelegrambotapi: Cleaning up pkgdir >>> py3-pytelegrambotapi: Uninstalling dependencies... (1/25) Purging .makedepends-py3-pytelegrambotapi (20230830.235546) (2/25) Purging py3-setuptools-pyc (68.0.0-r2) (3/25) Purging py3-setuptools (68.0.0-r2) (4/25) Purging py3-gpep517-pyc (15-r0) (5/25) Purging py3-gpep517 (15-r0) (6/25) Purging py3-installer-pyc (0.7.0-r1) (7/25) Purging py3-installer (0.7.0-r1) (8/25) Purging py3-wheel-pyc (0.41.0-r2) (9/25) Purging py3-wheel (0.41.0-r2) (10/25) Purging py3-packaging-pyc (23.1-r3) (11/25) Purging py3-packaging (23.1-r3) (12/25) Purging py3-parsing-pyc (3.1.1-r0) (13/25) Purging py3-parsing (3.1.1-r0) (14/25) Purging python3-pyc (3.11.5-r0) (15/25) Purging python3-pycache-pyc0 (3.11.5-r0) (16/25) Purging pyc (0.1-r0) (17/25) Purging python3 (3.11.5-r0) (18/25) Purging gdbm (1.23-r1) (19/25) Purging libbz2 (1.0.8-r6) (20/25) Purging libffi (3.4.4-r3) (21/25) Purging libpanelw (6.4_p20230722-r0) (22/25) Purging mpdecimal (2.5.1-r2) (23/25) Purging readline (8.2.1-r2) (24/25) Purging sqlite-libs (3.43.0-r0) (25/25) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r6.trigger OK: 379 MiB in 103 packages >>> py3-pytelegrambotapi: Updating the testing/aarch64 repository index... >>> py3-pytelegrambotapi: Signing the index...