>>> py3-telethon: Building community/py3-telethon 1.27.0-r1 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 09:48:21 +0000 >>> py3-telethon: Checking sanity of /home/buildozer/aports/community/py3-telethon/APKBUILD... >>> WARNING: py3-telethon: No maintainer >>> py3-telethon: Analyzing dependencies... >>> py3-telethon: Installing for build: build-base py3-pyaes py3-rsa python3 py3-setuptools py3-pytest py3-pytest-asyncio (1/35) Installing libbz2 (1.0.8-r5) (2/35) Installing libffi (3.4.4-r2) (3/35) Installing gdbm (1.23-r1) (4/35) Installing xz-libs (5.4.2-r1) (5/35) Installing mpdecimal (2.5.1-r2) (6/35) Installing libpanelw (6.4_p20230401-r6) (7/35) Installing readline (8.2.1-r1) (8/35) Installing sqlite-libs (3.41.2-r2) (9/35) Installing python3 (3.11.3-r10) (10/35) Installing python3-pycache-pyc0 (3.11.3-r10) (11/35) Installing pyc (0.1-r0) (12/35) Installing py3-pyaes-pyc (1.6.1-r5) (13/35) Installing python3-pyc (3.11.3-r10) (14/35) Installing py3-pyaes (1.6.1-r5) (15/35) Installing py3-asn1 (0.4.8-r4) (16/35) Installing py3-asn1-pyc (0.4.8-r4) (17/35) Installing py3-rsa (4.9-r2) (18/35) Installing py3-rsa-pyc (4.9-r2) (19/35) Installing py3-parsing (3.0.9-r2) (20/35) Installing py3-parsing-pyc (3.0.9-r2) (21/35) Installing py3-packaging (23.1-r1) (22/35) Installing py3-packaging-pyc (23.1-r1) (23/35) Installing py3-setuptools (67.7.2-r0) (24/35) Installing py3-setuptools-pyc (67.7.2-r0) (25/35) Installing py3-iniconfig (1.1.1-r6) (26/35) Installing py3-iniconfig-pyc (1.1.1-r6) (27/35) Installing py3-pluggy (1.0.0-r3) (28/35) Installing py3-pluggy-pyc (1.0.0-r3) (29/35) Installing py3-py (1.11.0-r2) (30/35) Installing py3-py-pyc (1.11.0-r2) (31/35) Installing py3-pytest (7.3.1-r1) (32/35) Installing py3-pytest-pyc (7.3.1-r1) (33/35) Installing py3-pytest-asyncio (0.21.0-r1) (34/35) Installing py3-pytest-asyncio-pyc (0.21.0-r1) (35/35) Installing .makedepends-py3-telethon (20230425.094822) Executing busybox-1.36.0-r8.trigger OK: 380 MiB in 133 packages >>> py3-telethon: Cleaning up srcdir >>> py3-telethon: Cleaning up pkgdir >>> py3-telethon: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/Telethon-v1.27.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 100 471k 100 471k 0 0 1755k 0 --:--:-- --:--:-- --:--:-- 1758k >>> py3-telethon: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/Telethon-v1.27.0.tar.gz >>> py3-telethon: Checking sha512sums... Telethon-v1.27.0.tar.gz: OK >>> py3-telethon: Unpacking /var/cache/distfiles/v3.18/Telethon-v1.27.0.tar.gz... Generating TLObjects... Generating RPCErrors... running build running build_py creating build creating build/lib creating build/lib/telethon copying telethon/__init__.py -> build/lib/telethon copying telethon/functions.py -> build/lib/telethon copying telethon/version.py -> build/lib/telethon copying telethon/types.py -> build/lib/telethon copying telethon/utils.py -> build/lib/telethon copying telethon/entitycache.py -> build/lib/telethon copying telethon/sync.py -> build/lib/telethon copying telethon/requestiter.py -> build/lib/telethon copying telethon/password.py -> build/lib/telethon copying telethon/hints.py -> build/lib/telethon copying telethon/helpers.py -> build/lib/telethon copying telethon/custom.py -> build/lib/telethon creating build/lib/telethon/crypto copying telethon/crypto/__init__.py -> build/lib/telethon/crypto copying telethon/crypto/rsa.py -> build/lib/telethon/crypto copying telethon/crypto/cdndecrypter.py -> build/lib/telethon/crypto copying telethon/crypto/authkey.py -> build/lib/telethon/crypto copying telethon/crypto/aes.py -> build/lib/telethon/crypto copying telethon/crypto/factorization.py -> build/lib/telethon/crypto copying telethon/crypto/aesctr.py -> build/lib/telethon/crypto copying telethon/crypto/libssl.py -> build/lib/telethon/crypto creating build/lib/telethon/client copying telethon/client/__init__.py -> build/lib/telethon/client copying telethon/client/uploads.py -> build/lib/telethon/client copying telethon/client/users.py -> build/lib/telethon/client copying telethon/client/updates.py -> build/lib/telethon/client copying telethon/client/account.py -> build/lib/telethon/client copying telethon/client/messages.py -> build/lib/telethon/client copying telethon/client/bots.py -> build/lib/telethon/client copying telethon/client/dialogs.py -> build/lib/telethon/client copying telethon/client/telegrambaseclient.py -> build/lib/telethon/client copying telethon/client/buttons.py -> build/lib/telethon/client copying telethon/client/chats.py -> build/lib/telethon/client copying telethon/client/downloads.py -> build/lib/telethon/client copying telethon/client/messageparse.py -> build/lib/telethon/client copying telethon/client/auth.py -> build/lib/telethon/client copying telethon/client/telegramclient.py -> build/lib/telethon/client creating build/lib/telethon/network copying telethon/network/__init__.py -> build/lib/telethon/network copying telethon/network/requeststate.py -> build/lib/telethon/network copying telethon/network/mtprotoplainsender.py -> build/lib/telethon/network copying telethon/network/authenticator.py -> build/lib/telethon/network copying telethon/network/mtprotosender.py -> build/lib/telethon/network copying telethon/network/mtprotostate.py -> build/lib/telethon/network creating build/lib/telethon/_updates copying telethon/_updates/__init__.py -> build/lib/telethon/_updates copying telethon/_updates/session.py -> build/lib/telethon/_updates copying telethon/_updates/entitycache.py -> build/lib/telethon/_updates copying telethon/_updates/messagebox.py -> build/lib/telethon/_updates creating build/lib/telethon/tl copying telethon/tl/__init__.py -> build/lib/telethon/tl copying telethon/tl/tlobject.py -> build/lib/telethon/tl copying telethon/tl/alltlobjects.py -> build/lib/telethon/tl creating build/lib/telethon/sessions copying telethon/sessions/__init__.py -> build/lib/telethon/sessions copying telethon/sessions/abstract.py -> build/lib/telethon/sessions copying telethon/sessions/sqlite.py -> build/lib/telethon/sessions copying telethon/sessions/string.py -> build/lib/telethon/sessions copying telethon/sessions/memory.py -> build/lib/telethon/sessions creating build/lib/telethon/extensions copying telethon/extensions/__init__.py -> build/lib/telethon/extensions copying telethon/extensions/markdown.py -> build/lib/telethon/extensions copying telethon/extensions/html.py -> build/lib/telethon/extensions copying telethon/extensions/messagepacker.py -> build/lib/telethon/extensions copying telethon/extensions/binaryreader.py -> build/lib/telethon/extensions creating build/lib/telethon/errors copying telethon/errors/__init__.py -> build/lib/telethon/errors copying telethon/errors/rpcbaseerrors.py -> build/lib/telethon/errors copying telethon/errors/rpcerrorlist.py -> build/lib/telethon/errors copying telethon/errors/common.py -> build/lib/telethon/errors creating build/lib/telethon/events copying telethon/events/__init__.py -> build/lib/telethon/events copying telethon/events/inlinequery.py -> build/lib/telethon/events copying telethon/events/chataction.py -> build/lib/telethon/events copying telethon/events/messagedeleted.py -> build/lib/telethon/events copying telethon/events/callbackquery.py -> build/lib/telethon/events copying telethon/events/raw.py -> build/lib/telethon/events copying telethon/events/newmessage.py -> build/lib/telethon/events copying telethon/events/messageread.py -> build/lib/telethon/events copying telethon/events/messageedited.py -> build/lib/telethon/events copying telethon/events/album.py -> build/lib/telethon/events copying telethon/events/common.py -> build/lib/telethon/events copying telethon/events/userupdate.py -> build/lib/telethon/events creating build/lib/telethon/network/connection copying telethon/network/connection/__init__.py -> build/lib/telethon/network/connection copying telethon/network/connection/tcpmtproxy.py -> build/lib/telethon/network/connection copying telethon/network/connection/tcpobfuscated.py -> build/lib/telethon/network/connection copying telethon/network/connection/tcpfull.py -> build/lib/telethon/network/connection copying telethon/network/connection/http.py -> build/lib/telethon/network/connection copying telethon/network/connection/connection.py -> build/lib/telethon/network/connection copying telethon/network/connection/tcpabridged.py -> build/lib/telethon/network/connection copying telethon/network/connection/tcpintermediate.py -> build/lib/telethon/network/connection creating build/lib/telethon/tl/functions copying telethon/tl/functions/__init__.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/stickers.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/help.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/payments.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/users.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/updates.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/account.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/messages.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/bots.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/photos.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/channels.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/langpack.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/phone.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/upload.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/folders.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/stats.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/contacts.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/auth.py -> build/lib/telethon/tl/functions creating build/lib/telethon/tl/types copying telethon/tl/types/__init__.py -> build/lib/telethon/tl/types copying telethon/tl/types/stickers.py -> build/lib/telethon/tl/types copying telethon/tl/types/help.py -> build/lib/telethon/tl/types copying telethon/tl/types/payments.py -> build/lib/telethon/tl/types copying telethon/tl/types/users.py -> build/lib/telethon/tl/types copying telethon/tl/types/updates.py -> build/lib/telethon/tl/types copying telethon/tl/types/account.py -> build/lib/telethon/tl/types copying telethon/tl/types/messages.py -> build/lib/telethon/tl/types copying telethon/tl/types/photos.py -> build/lib/telethon/tl/types copying telethon/tl/types/channels.py -> build/lib/telethon/tl/types copying telethon/tl/types/phone.py -> build/lib/telethon/tl/types copying telethon/tl/types/storage.py -> build/lib/telethon/tl/types copying telethon/tl/types/upload.py -> build/lib/telethon/tl/types copying telethon/tl/types/stats.py -> build/lib/telethon/tl/types copying telethon/tl/types/contacts.py -> build/lib/telethon/tl/types copying telethon/tl/types/auth.py -> build/lib/telethon/tl/types creating build/lib/telethon/tl/patched copying telethon/tl/patched/__init__.py -> build/lib/telethon/tl/patched creating build/lib/telethon/tl/custom copying telethon/tl/custom/__init__.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/forward.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/inputsizedfile.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/messagebutton.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/sendergetter.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/qrlogin.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/chatgetter.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/conversation.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/participantpermissions.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/message.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/inlinebuilder.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/inlineresult.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/dialog.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/draft.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/inlineresults.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/button.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/file.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/adminlogevent.py -> build/lib/telethon/tl/custom creating build/lib/telethon/tl/core copying telethon/tl/core/__init__.py -> build/lib/telethon/tl/core copying telethon/tl/core/messagecontainer.py -> build/lib/telethon/tl/core copying telethon/tl/core/tlmessage.py -> build/lib/telethon/tl/core copying telethon/tl/core/gzippacked.py -> build/lib/telethon/tl/core copying telethon/tl/core/rpcresult.py -> build/lib/telethon/tl/core ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-telethon/src/Telethon-1.27.0 plugins: asyncio-0.21.0 asyncio: mode=Mode.STRICT collected 31 items tests/readthedocs/quick_references/test_client_reference.py . [ 3%] tests/telethon/test_helpers.py .... [ 16%] tests/telethon/test_pickle.py .... [ 29%] tests/telethon/test_utils.py .. [ 35%] tests/telethon/client/test_messages.py . [ 38%] tests/telethon/crypto/test_rsa.py .... [ 51%] tests/telethon/events/test_chataction.py .... [ 64%] tests/telethon/extensions/test_html.py ..... [ 80%] tests/telethon/extensions/test_markdown.py ..... [ 96%] tests/telethon/tl/test_serialization.py . [100%] =============================== warnings summary =============================== telethon/utils.py:7 /home/buildozer/aports/community/py3-telethon/src/Telethon-1.27.0/telethon/utils.py:7: DeprecationWarning: 'imghdr' is deprecated and slated for removal in Python 3.13 import imghdr -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 31 passed, 1 warning in 0.99s ========================= >>> py3-telethon: Entering fakeroot... Generating TLObjects... Generating RPCErrors... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. 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/py3-telethon/pkg creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon copying build/lib/telethon/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon copying build/lib/telethon/functions.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto copying build/lib/telethon/crypto/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto copying build/lib/telethon/crypto/rsa.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto copying build/lib/telethon/crypto/cdndecrypter.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto copying build/lib/telethon/crypto/authkey.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto copying build/lib/telethon/crypto/aes.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto copying build/lib/telethon/crypto/factorization.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto copying build/lib/telethon/crypto/aesctr.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto copying build/lib/telethon/crypto/libssl.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/uploads.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/users.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/updates.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/account.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/messages.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/bots.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/dialogs.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/telegrambaseclient.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/buttons.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/chats.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/downloads.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/messageparse.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/auth.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client copying build/lib/telethon/client/telegramclient.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network copying build/lib/telethon/network/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network copying build/lib/telethon/network/requeststate.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network copying build/lib/telethon/network/mtprotoplainsender.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network copying build/lib/telethon/network/authenticator.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network copying build/lib/telethon/network/mtprotosender.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network copying build/lib/telethon/network/mtprotostate.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection copying build/lib/telethon/network/connection/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection copying build/lib/telethon/network/connection/tcpmtproxy.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection copying build/lib/telethon/network/connection/tcpobfuscated.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection copying build/lib/telethon/network/connection/tcpfull.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection copying build/lib/telethon/network/connection/http.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection copying build/lib/telethon/network/connection/connection.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection copying build/lib/telethon/network/connection/tcpabridged.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection copying build/lib/telethon/network/connection/tcpintermediate.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection copying build/lib/telethon/version.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/_updates copying build/lib/telethon/_updates/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/_updates copying build/lib/telethon/_updates/session.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/_updates copying build/lib/telethon/_updates/entitycache.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/_updates copying build/lib/telethon/_updates/messagebox.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/_updates creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl copying build/lib/telethon/tl/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/stickers.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/help.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/payments.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/users.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/updates.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/account.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/messages.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/bots.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/photos.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/channels.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/langpack.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/phone.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/upload.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/folders.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/stats.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/contacts.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions copying build/lib/telethon/tl/functions/auth.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/stickers.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/help.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/payments.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/users.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/updates.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/account.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/messages.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/photos.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/channels.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/phone.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/storage.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/upload.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/stats.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/contacts.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/types/auth.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types copying build/lib/telethon/tl/tlobject.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/patched copying build/lib/telethon/tl/patched/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/patched creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/forward.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/inputsizedfile.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/messagebutton.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/sendergetter.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/qrlogin.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/chatgetter.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/conversation.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/participantpermissions.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/message.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/inlinebuilder.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/inlineresult.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/dialog.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/draft.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/inlineresults.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/button.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/file.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/custom/adminlogevent.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom copying build/lib/telethon/tl/alltlobjects.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core copying build/lib/telethon/tl/core/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core copying build/lib/telethon/tl/core/messagecontainer.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core copying build/lib/telethon/tl/core/tlmessage.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core copying build/lib/telethon/tl/core/gzippacked.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core copying build/lib/telethon/tl/core/rpcresult.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions copying build/lib/telethon/sessions/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions copying build/lib/telethon/sessions/abstract.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions copying build/lib/telethon/sessions/sqlite.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions copying build/lib/telethon/sessions/string.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions copying build/lib/telethon/sessions/memory.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions copying build/lib/telethon/extensions/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions copying build/lib/telethon/extensions/markdown.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions copying build/lib/telethon/extensions/html.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions copying build/lib/telethon/extensions/messagepacker.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions copying build/lib/telethon/extensions/binaryreader.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions copying build/lib/telethon/types.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon copying build/lib/telethon/utils.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon copying build/lib/telethon/entitycache.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon copying build/lib/telethon/sync.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/errors copying build/lib/telethon/errors/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/errors copying build/lib/telethon/errors/rpcbaseerrors.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/errors copying build/lib/telethon/errors/rpcerrorlist.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/errors copying build/lib/telethon/errors/common.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/errors copying build/lib/telethon/requestiter.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon copying build/lib/telethon/password.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon copying build/lib/telethon/hints.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon copying build/lib/telethon/helpers.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon copying build/lib/telethon/custom.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon creating /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/__init__.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/inlinequery.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/chataction.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/messagedeleted.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/callbackquery.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/raw.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/newmessage.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/messageread.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/messageedited.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/album.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/common.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events copying build/lib/telethon/events/userupdate.py -> /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/functions.py to functions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto/rsa.py to rsa.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto/cdndecrypter.py to cdndecrypter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto/authkey.py to authkey.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto/aes.py to aes.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto/factorization.py to factorization.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto/aesctr.py to aesctr.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto/libssl.py to libssl.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/uploads.py to uploads.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/users.py to users.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/updates.py to updates.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/account.py to account.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/messages.py to messages.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/bots.py to bots.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/dialogs.py to dialogs.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/telegrambaseclient.py to telegrambaseclient.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/buttons.py to buttons.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/chats.py to chats.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/downloads.py to downloads.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/messageparse.py to messageparse.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/auth.py to auth.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/telegramclient.py to telegramclient.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/requeststate.py to requeststate.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/mtprotoplainsender.py to mtprotoplainsender.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/authenticator.py to authenticator.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/mtprotosender.py to mtprotosender.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/mtprotostate.py to mtprotostate.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection/tcpmtproxy.py to tcpmtproxy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection/tcpobfuscated.py to tcpobfuscated.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection/tcpfull.py to tcpfull.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection/http.py to http.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection/connection.py to connection.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection/tcpabridged.py to tcpabridged.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection/tcpintermediate.py to tcpintermediate.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/_updates/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/_updates/session.py to session.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/_updates/entitycache.py to entitycache.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/_updates/messagebox.py to messagebox.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/stickers.py to stickers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/help.py to help.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/payments.py to payments.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/users.py to users.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/updates.py to updates.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/account.py to account.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/messages.py to messages.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/bots.py to bots.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/photos.py to photos.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/channels.py to channels.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/langpack.py to langpack.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/phone.py to phone.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/upload.py to upload.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/folders.py to folders.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/stats.py to stats.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/contacts.py to contacts.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/auth.py to auth.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/stickers.py to stickers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/help.py to help.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/payments.py to payments.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/users.py to users.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/updates.py to updates.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/account.py to account.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/messages.py to messages.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/photos.py to photos.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/channels.py to channels.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/phone.py to phone.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/storage.py to storage.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/upload.py to upload.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/stats.py to stats.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/contacts.py to contacts.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/auth.py to auth.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/tlobject.py to tlobject.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/patched/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/forward.py to forward.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/inputsizedfile.py to inputsizedfile.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/messagebutton.py to messagebutton.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/sendergetter.py to sendergetter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/qrlogin.py to qrlogin.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/chatgetter.py to chatgetter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/conversation.py to conversation.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/participantpermissions.py to participantpermissions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/message.py to message.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/inlinebuilder.py to inlinebuilder.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/inlineresult.py to inlineresult.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/dialog.py to dialog.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/draft.py to draft.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/inlineresults.py to inlineresults.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/button.py to button.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/file.py to file.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/adminlogevent.py to adminlogevent.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/alltlobjects.py to alltlobjects.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core/messagecontainer.py to messagecontainer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core/tlmessage.py to tlmessage.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core/gzippacked.py to gzippacked.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core/rpcresult.py to rpcresult.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions/abstract.py to abstract.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions/sqlite.py to sqlite.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions/string.py to string.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions/memory.py to memory.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions/markdown.py to markdown.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions/html.py to html.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions/messagepacker.py to messagepacker.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions/binaryreader.py to binaryreader.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/types.py to types.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/entitycache.py to entitycache.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sync.py to sync.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/errors/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/errors/rpcbaseerrors.py to rpcbaseerrors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/errors/rpcerrorlist.py to rpcerrorlist.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/errors/common.py to common.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/requestiter.py to requestiter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/password.py to password.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/hints.py to hints.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/helpers.py to helpers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/custom.py to custom.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/inlinequery.py to inlinequery.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/chataction.py to chataction.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/messagedeleted.py to messagedeleted.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/callbackquery.py to callbackquery.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/raw.py to raw.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/newmessage.py to newmessage.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/messageread.py to messageread.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/messageedited.py to messageedited.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/album.py to album.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/common.py to common.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/userupdate.py to userupdate.cpython-311.pyc running install_egg_info running egg_info creating Telethon.egg-info writing Telethon.egg-info/PKG-INFO writing dependency_links to Telethon.egg-info/dependency_links.txt writing requirements to Telethon.egg-info/requires.txt writing top-level names to Telethon.egg-info/top_level.txt writing manifest file 'Telethon.egg-info/SOURCES.txt' reading manifest file 'Telethon.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'Telethon.egg-info/SOURCES.txt' Copying Telethon.egg-info to /home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/Telethon-1.27.0-py3.11.egg-info running install_scripts >>> py3-telethon-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/crypto/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/crypto/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/client/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/client/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/network/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/network/connection/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/network/connection/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/_updates/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/_updates/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/tl/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/functions/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/tl/functions/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/types/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/tl/types/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/patched/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/tl/patched/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/custom/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/tl/custom/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/tl/core/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/tl/core/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/sessions/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/sessions/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/extensions/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/extensions/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/errors/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/errors/__pycache__' '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon/usr/lib/python3.11/site-packages/telethon/events/__pycache__' -> '/home/buildozer/aports/community/py3-telethon/pkg/py3-telethon-pyc/usr/lib/python3.11/site-packages/telethon/events/__pycache__' >>> py3-telethon-pyc*: Preparing subpackage py3-telethon-pyc... >>> py3-telethon-pyc*: Running postcheck for py3-telethon-pyc >>> py3-telethon*: Running postcheck for py3-telethon >>> py3-telethon*: Preparing package py3-telethon... >>> py3-telethon-pyc*: Tracing dependencies... py3-pyaes py3-rsa python3 python3~3.11 >>> py3-telethon-pyc*: Package size: 5.3 MB >>> py3-telethon-pyc*: Compressing data... >>> py3-telethon-pyc*: Create checksum... >>> py3-telethon-pyc*: Create py3-telethon-pyc-1.27.0-r1.apk >>> py3-telethon*: Tracing dependencies... py3-pyaes py3-rsa python3 python3~3.11 >>> py3-telethon*: Package size: 4.0 MB >>> py3-telethon*: Compressing data... >>> py3-telethon*: Create checksum... >>> py3-telethon*: Create py3-telethon-1.27.0-r1.apk >>> py3-telethon: Build complete at Tue, 25 Apr 2023 09:48:26 +0000 elapsed time 0h 0m 5s >>> py3-telethon: Cleaning up srcdir >>> py3-telethon: Cleaning up pkgdir >>> py3-telethon: Uninstalling dependencies... (1/35) Purging .makedepends-py3-telethon (20230425.094822) (2/35) Purging py3-pyaes-pyc (1.6.1-r5) (3/35) Purging py3-pyaes (1.6.1-r5) (4/35) Purging py3-rsa-pyc (4.9-r2) (5/35) Purging py3-rsa (4.9-r2) (6/35) Purging py3-asn1-pyc (0.4.8-r4) (7/35) Purging py3-asn1 (0.4.8-r4) (8/35) Purging py3-setuptools-pyc (67.7.2-r0) (9/35) Purging py3-setuptools (67.7.2-r0) (10/35) Purging py3-pytest-asyncio-pyc (0.21.0-r1) (11/35) Purging py3-pytest-asyncio (0.21.0-r1) (12/35) Purging py3-pytest-pyc (7.3.1-r1) (13/35) Purging py3-pytest (7.3.1-r1) (14/35) Purging py3-iniconfig-pyc (1.1.1-r6) (15/35) Purging py3-iniconfig (1.1.1-r6) (16/35) Purging py3-packaging-pyc (23.1-r1) (17/35) Purging py3-packaging (23.1-r1) (18/35) Purging py3-parsing-pyc (3.0.9-r2) (19/35) Purging py3-parsing (3.0.9-r2) (20/35) Purging py3-pluggy-pyc (1.0.0-r3) (21/35) Purging py3-pluggy (1.0.0-r3) (22/35) Purging py3-py-pyc (1.11.0-r2) (23/35) Purging py3-py (1.11.0-r2) (24/35) Purging python3-pyc (3.11.3-r10) (25/35) Purging python3-pycache-pyc0 (3.11.3-r10) (26/35) Purging pyc (0.1-r0) (27/35) Purging python3 (3.11.3-r10) (28/35) Purging gdbm (1.23-r1) (29/35) Purging libbz2 (1.0.8-r5) (30/35) Purging libffi (3.4.4-r2) (31/35) Purging libpanelw (6.4_p20230401-r6) (32/35) Purging mpdecimal (2.5.1-r2) (33/35) Purging readline (8.2.1-r1) (34/35) Purging sqlite-libs (3.41.2-r2) (35/35) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 326 MiB in 98 packages >>> py3-telethon: Updating the community/armhf repository index... >>> py3-telethon: Signing the index...