+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=311 WRKLOG=/tmp/bulklog/py311-telethon-1.36.0nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=311 WRKLOG=/tmp/bulklog/py311-telethon-1.36.0nb1/work.log
===> Building for py311-telethon-1.36.0nb1
* Building wheel...
/opt/pkg/lib/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: MIT License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/telethon
copying telethon/custom.py -> build/lib/telethon
copying telethon/functions.py -> build/lib/telethon
copying telethon/version.py -> build/lib/telethon
copying telethon/sync.py -> build/lib/telethon
copying telethon/utils.py -> build/lib/telethon
copying telethon/hints.py -> build/lib/telethon
copying telethon/requestiter.py -> build/lib/telethon
copying telethon/password.py -> build/lib/telethon
copying telethon/__init__.py -> build/lib/telethon
copying telethon/helpers.py -> build/lib/telethon
copying telethon/types.py -> build/lib/telethon
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/memory.py -> build/lib/telethon/sessions
copying telethon/sessions/sqlite.py -> build/lib/telethon/sessions
copying telethon/sessions/string.py -> build/lib/telethon/sessions
creating build/lib/telethon/extensions
copying telethon/extensions/markdown.py -> build/lib/telethon/extensions
copying telethon/extensions/__init__.py -> build/lib/telethon/extensions
copying telethon/extensions/html.py -> build/lib/telethon/extensions
copying telethon/extensions/binaryreader.py -> build/lib/telethon/extensions
copying telethon/extensions/messagepacker.py -> build/lib/telethon/extensions
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/events
copying telethon/events/common.py -> build/lib/telethon/events
copying telethon/events/newmessage.py -> build/lib/telethon/events
copying telethon/events/raw.py -> build/lib/telethon/events
copying telethon/events/album.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/callbackquery.py -> build/lib/telethon/events
copying telethon/events/userupdate.py -> build/lib/telethon/events
copying telethon/events/__init__.py -> build/lib/telethon/events
copying telethon/events/messagedeleted.py -> build/lib/telethon/events
copying telethon/events/messageread.py -> build/lib/telethon/events
copying telethon/events/messageedited.py -> build/lib/telethon/events
creating build/lib/telethon/_updates
copying telethon/_updates/messagebox.py -> 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
creating build/lib/telethon/crypto
copying telethon/crypto/__init__.py -> build/lib/telethon/crypto
copying telethon/crypto/aes.py -> build/lib/telethon/crypto
copying telethon/crypto/authkey.py -> build/lib/telethon/crypto
copying telethon/crypto/aesctr.py -> build/lib/telethon/crypto
copying telethon/crypto/rsa.py -> build/lib/telethon/crypto
copying telethon/crypto/factorization.py -> build/lib/telethon/crypto
copying telethon/crypto/cdndecrypter.py -> build/lib/telethon/crypto
copying telethon/crypto/libssl.py -> build/lib/telethon/crypto
creating build/lib/telethon/client
copying telethon/client/messageparse.py -> build/lib/telethon/client
copying telethon/client/downloads.py -> build/lib/telethon/client
copying telethon/client/buttons.py -> build/lib/telethon/client
copying telethon/client/telegramclient.py -> build/lib/telethon/client
copying telethon/client/chats.py -> build/lib/telethon/client
copying telethon/client/messages.py -> build/lib/telethon/client
copying telethon/client/dialogs.py -> build/lib/telethon/client
copying telethon/client/uploads.py -> build/lib/telethon/client
copying telethon/client/bots.py -> build/lib/telethon/client
copying telethon/client/account.py -> build/lib/telethon/client
copying telethon/client/users.py -> build/lib/telethon/client
copying telethon/client/__init__.py -> build/lib/telethon/client
copying telethon/client/auth.py -> build/lib/telethon/client
copying telethon/client/updates.py -> build/lib/telethon/client
copying telethon/client/telegrambaseclient.py -> build/lib/telethon/client
creating build/lib/telethon/errors
copying telethon/errors/rpcerrorlist.py -> build/lib/telethon/errors
copying telethon/errors/common.py -> build/lib/telethon/errors
copying telethon/errors/rpcbaseerrors.py -> build/lib/telethon/errors
copying telethon/errors/__init__.py -> build/lib/telethon/errors
creating build/lib/telethon/network
copying telethon/network/requeststate.py -> build/lib/telethon/network
copying telethon/network/mtprotostate.py -> build/lib/telethon/network
copying telethon/network/mtprotoplainsender.py -> build/lib/telethon/network
copying telethon/network/__init__.py -> build/lib/telethon/network
copying telethon/network/mtprotosender.py -> build/lib/telethon/network
copying telethon/network/authenticator.py -> build/lib/telethon/network
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/forward.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/inlineresult.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/chatgetter.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/inputsizedfile.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/file.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/inlinebuilder.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/participantpermissions.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/qrlogin.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/message.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/adminlogevent.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/sendergetter.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/conversation.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/draft.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/__init__.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/button.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/inlineresults.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/dialog.py -> build/lib/telethon/tl/custom
copying telethon/tl/custom/messagebutton.py -> build/lib/telethon/tl/custom
creating build/lib/telethon/tl/types
copying telethon/tl/types/photos.py -> build/lib/telethon/tl/types
copying telethon/tl/types/storage.py -> build/lib/telethon/tl/types
copying telethon/tl/types/account.py -> build/lib/telethon/tl/types
copying telethon/tl/types/phone.py -> build/lib/telethon/tl/types
copying telethon/tl/types/users.py -> build/lib/telethon/tl/types
copying telethon/tl/types/fragment.py -> build/lib/telethon/tl/types
copying telethon/tl/types/stickers.py -> build/lib/telethon/tl/types
copying telethon/tl/types/smsjobs.py -> build/lib/telethon/tl/types
copying telethon/tl/types/channels.py -> build/lib/telethon/tl/types
copying telethon/tl/types/updates.py -> build/lib/telethon/tl/types
copying telethon/tl/types/messages.py -> build/lib/telethon/tl/types
copying telethon/tl/types/help.py -> build/lib/telethon/tl/types
copying telethon/tl/types/stories.py -> build/lib/telethon/tl/types
copying telethon/tl/types/bots.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/premium.py -> build/lib/telethon/tl/types
copying telethon/tl/types/__init__.py -> build/lib/telethon/tl/types
copying telethon/tl/types/auth.py -> build/lib/telethon/tl/types
copying telethon/tl/types/chatlists.py -> build/lib/telethon/tl/types
copying telethon/tl/types/upload.py -> build/lib/telethon/tl/types
copying telethon/tl/types/payments.py -> build/lib/telethon/tl/types
creating build/lib/telethon/tl/functions
copying telethon/tl/functions/stories.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/bots.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/payments.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/premium.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/folders.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/phone.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/photos.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/auth.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/users.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/contacts.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/langpack.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/__init__.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/upload.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/stickers.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/fragment.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/channels.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/stats.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/smsjobs.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/help.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/updates.py -> build/lib/telethon/tl/functions
copying telethon/tl/functions/chatlists.py -> build/lib/telethon/tl/functions
creating build/lib/telethon/tl/core
copying telethon/tl/core/__init__.py -> build/lib/telethon/tl/core
copying telethon/tl/core/tlmessage.py -> build/lib/telethon/tl/core
copying telethon/tl/core/messagecontainer.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
creating build/lib/telethon/network/connection
copying telethon/network/connection/connection.py -> build/lib/telethon/network/connection
copying telethon/network/connection/http.py -> build/lib/telethon/network/connection
copying telethon/network/connection/tcpfull.py -> build/lib/telethon/network/connection
copying telethon/network/connection/tcpobfuscated.py -> build/lib/telethon/network/connection
copying telethon/network/connection/tcpintermediate.py -> 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/tcpabridged.py -> build/lib/telethon/network/connection
installing to build/bdist.solaris-2.11-i86pc.64bit/wheel
running install
running install_lib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/crypto
copying build/lib/telethon/crypto/cdndecrypter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/crypto
copying build/lib/telethon/crypto/factorization.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/crypto
copying build/lib/telethon/crypto/authkey.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/crypto
copying build/lib/telethon/crypto/aesctr.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/crypto
copying build/lib/telethon/crypto/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/crypto
copying build/lib/telethon/crypto/aes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/crypto
copying build/lib/telethon/crypto/rsa.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/crypto
copying build/lib/telethon/crypto/libssl.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/crypto
copying build/lib/telethon/password.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
copying build/lib/telethon/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/events
copying build/lib/telethon/events/chataction.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/album.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/raw.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/messageedited.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/userupdate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/inlinequery.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/callbackquery.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/common.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/newmessage.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/messageread.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/events/messagedeleted.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/events
copying build/lib/telethon/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/sessions
copying build/lib/telethon/sessions/sqlite.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/sessions
copying build/lib/telethon/sessions/string.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/sessions
copying build/lib/telethon/sessions/memory.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/sessions
copying build/lib/telethon/sessions/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/sessions
copying build/lib/telethon/sessions/abstract.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/sessions
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/tl
copying build/lib/telethon/tl/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl
copying build/lib/telethon/tl/tlobject.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/tl/functions
copying build/lib/telethon/tl/functions/users.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/messages.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/photos.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/account.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/channels.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/phone.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/stickers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/fragment.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/auth.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/updates.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/bots.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/smsjobs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/payments.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/help.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/chatlists.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/premium.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/stories.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/stats.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/langpack.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/contacts.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/folders.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/functions/upload.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/functions
copying build/lib/telethon/tl/alltlobjects.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/tl/patched
copying build/lib/telethon/tl/patched/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/patched
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/tl/types
copying build/lib/telethon/tl/types/updates.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/help.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/fragment.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/stickers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/channels.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/messages.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/smsjobs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/account.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/chatlists.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/stats.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/photos.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/storage.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/upload.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/users.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/payments.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/phone.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/auth.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/premium.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/bots.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/stories.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
copying build/lib/telethon/tl/types/contacts.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/types
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/tl/core
copying build/lib/telethon/tl/core/gzippacked.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/core
copying build/lib/telethon/tl/core/messagecontainer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/core
copying build/lib/telethon/tl/core/rpcresult.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/core
copying build/lib/telethon/tl/core/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/core
copying build/lib/telethon/tl/core/tlmessage.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/core
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/tl/custom
copying build/lib/telethon/tl/custom/inlinebuilder.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/file.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/qrlogin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/message.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/forward.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/conversation.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/button.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/sendergetter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/dialog.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/messagebutton.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/inlineresults.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/adminlogevent.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/draft.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/participantpermissions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/inputsizedfile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/inlineresult.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
copying build/lib/telethon/tl/custom/chatgetter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/tl/custom
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/network
copying build/lib/telethon/network/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network
copying build/lib/telethon/network/authenticator.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network
copying build/lib/telethon/network/mtprotosender.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network
copying build/lib/telethon/network/requeststate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network
copying build/lib/telethon/network/mtprotoplainsender.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network
copying build/lib/telethon/network/mtprotostate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/network/connection
copying build/lib/telethon/network/connection/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network/connection
copying build/lib/telethon/network/connection/tcpmtproxy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network/connection
copying build/lib/telethon/network/connection/tcpobfuscated.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network/connection
copying build/lib/telethon/network/connection/connection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network/connection
copying build/lib/telethon/network/connection/tcpfull.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network/connection
copying build/lib/telethon/network/connection/http.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network/connection
copying build/lib/telethon/network/connection/tcpintermediate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network/connection
copying build/lib/telethon/network/connection/tcpabridged.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/network/connection
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/_updates
copying build/lib/telethon/_updates/entitycache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/_updates
copying build/lib/telethon/_updates/messagebox.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/_updates
copying build/lib/telethon/_updates/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/_updates
copying build/lib/telethon/_updates/session.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/_updates
copying build/lib/telethon/functions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
copying build/lib/telethon/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/extensions
copying build/lib/telethon/extensions/html.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/extensions
copying build/lib/telethon/extensions/markdown.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/extensions
copying build/lib/telethon/extensions/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/extensions
copying build/lib/telethon/extensions/binaryreader.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/extensions
copying build/lib/telethon/extensions/messagepacker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/extensions
copying build/lib/telethon/hints.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/errors
copying build/lib/telethon/errors/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/errors
copying build/lib/telethon/errors/common.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/errors
copying build/lib/telethon/errors/rpcbaseerrors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/errors
copying build/lib/telethon/errors/rpcerrorlist.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/errors
copying build/lib/telethon/sync.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon/client
copying build/lib/telethon/client/updates.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/telegramclient.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/messages.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/account.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/users.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/downloads.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/telegrambaseclient.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/bots.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/chats.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/uploads.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/dialogs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/messageparse.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/auth.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/buttons.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/client/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon/client
copying build/lib/telethon/types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
copying build/lib/telethon/custom.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
copying build/lib/telethon/requestiter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
copying build/lib/telethon/helpers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./telethon
running install_egg_info
running 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
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 build/bdist.solaris-2.11-i86pc.64bit/wheel/./Telethon-1.36.0-py3.11.egg-info
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/telethon-1.36.0.dist-info/WHEEL
creating '/home/pbulk/build/chat/py-telethon/work/Telethon-1.36.0/dist/.tmp-xnojz9d9/telethon-1.36.0-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it
adding 'telethon/__init__.py'
adding 'telethon/custom.py'
adding 'telethon/functions.py'
adding 'telethon/helpers.py'
adding 'telethon/hints.py'
adding 'telethon/password.py'
adding 'telethon/requestiter.py'
adding 'telethon/sync.py'
adding 'telethon/types.py'
adding 'telethon/utils.py'
adding 'telethon/version.py'
adding 'telethon/_updates/__init__.py'
adding 'telethon/_updates/entitycache.py'
adding 'telethon/_updates/messagebox.py'
adding 'telethon/_updates/session.py'
adding 'telethon/client/__init__.py'
adding 'telethon/client/account.py'
adding 'telethon/client/auth.py'
adding 'telethon/client/bots.py'
adding 'telethon/client/buttons.py'
adding 'telethon/client/chats.py'
adding 'telethon/client/dialogs.py'
adding 'telethon/client/downloads.py'
adding 'telethon/client/messageparse.py'
adding 'telethon/client/messages.py'
adding 'telethon/client/telegrambaseclient.py'
adding 'telethon/client/telegramclient.py'
adding 'telethon/client/updates.py'
adding 'telethon/client/uploads.py'
adding 'telethon/client/users.py'
adding 'telethon/crypto/__init__.py'
adding 'telethon/crypto/aes.py'
adding 'telethon/crypto/aesctr.py'
adding 'telethon/crypto/authkey.py'
adding 'telethon/crypto/cdndecrypter.py'
adding 'telethon/crypto/factorization.py'
adding 'telethon/crypto/libssl.py'
adding 'telethon/crypto/rsa.py'
adding 'telethon/errors/__init__.py'
adding 'telethon/errors/common.py'
adding 'telethon/errors/rpcbaseerrors.py'
adding 'telethon/errors/rpcerrorlist.py'
adding 'telethon/events/__init__.py'
adding 'telethon/events/album.py'
adding 'telethon/events/callbackquery.py'
adding 'telethon/events/chataction.py'
adding 'telethon/events/common.py'
adding 'telethon/events/inlinequery.py'
adding 'telethon/events/messagedeleted.py'
adding 'telethon/events/messageedited.py'
adding 'telethon/events/messageread.py'
adding 'telethon/events/newmessage.py'
adding 'telethon/events/raw.py'
adding 'telethon/events/userupdate.py'
adding 'telethon/extensions/__init__.py'
adding 'telethon/extensions/binaryreader.py'
adding 'telethon/extensions/html.py'
adding 'telethon/extensions/markdown.py'
adding 'telethon/extensions/messagepacker.py'
adding 'telethon/network/__init__.py'
adding 'telethon/network/authenticator.py'
adding 'telethon/network/mtprotoplainsender.py'
adding 'telethon/network/mtprotosender.py'
adding 'telethon/network/mtprotostate.py'
adding 'telethon/network/requeststate.py'
adding 'telethon/network/connection/__init__.py'
adding 'telethon/network/connection/connection.py'
adding 'telethon/network/connection/http.py'
adding 'telethon/network/connection/tcpabridged.py'
adding 'telethon/network/connection/tcpfull.py'
adding 'telethon/network/connection/tcpintermediate.py'
adding 'telethon/network/connection/tcpmtproxy.py'
adding 'telethon/network/connection/tcpobfuscated.py'
adding 'telethon/sessions/__init__.py'
adding 'telethon/sessions/abstract.py'
adding 'telethon/sessions/memory.py'
adding 'telethon/sessions/sqlite.py'
adding 'telethon/sessions/string.py'
adding 'telethon/tl/__init__.py'
adding 'telethon/tl/alltlobjects.py'
adding 'telethon/tl/tlobject.py'
adding 'telethon/tl/core/__init__.py'
adding 'telethon/tl/core/gzippacked.py'
adding 'telethon/tl/core/messagecontainer.py'
adding 'telethon/tl/core/rpcresult.py'
adding 'telethon/tl/core/tlmessage.py'
adding 'telethon/tl/custom/__init__.py'
adding 'telethon/tl/custom/adminlogevent.py'
adding 'telethon/tl/custom/button.py'
adding 'telethon/tl/custom/chatgetter.py'
adding 'telethon/tl/custom/conversation.py'
adding 'telethon/tl/custom/dialog.py'
adding 'telethon/tl/custom/draft.py'
adding 'telethon/tl/custom/file.py'
adding 'telethon/tl/custom/forward.py'
adding 'telethon/tl/custom/inlinebuilder.py'
adding 'telethon/tl/custom/inlineresult.py'
adding 'telethon/tl/custom/inlineresults.py'
adding 'telethon/tl/custom/inputsizedfile.py'
adding 'telethon/tl/custom/message.py'
adding 'telethon/tl/custom/messagebutton.py'
adding 'telethon/tl/custom/participantpermissions.py'
adding 'telethon/tl/custom/qrlogin.py'
adding 'telethon/tl/custom/sendergetter.py'
adding 'telethon/tl/functions/__init__.py'
adding 'telethon/tl/functions/account.py'
adding 'telethon/tl/functions/auth.py'
adding 'telethon/tl/functions/bots.py'
adding 'telethon/tl/functions/channels.py'
adding 'telethon/tl/functions/chatlists.py'
adding 'telethon/tl/functions/contacts.py'
adding 'telethon/tl/functions/folders.py'
adding 'telethon/tl/functions/fragment.py'
adding 'telethon/tl/functions/help.py'
adding 'telethon/tl/functions/langpack.py'
adding 'telethon/tl/functions/messages.py'
adding 'telethon/tl/functions/payments.py'
adding 'telethon/tl/functions/phone.py'
adding 'telethon/tl/functions/photos.py'
adding 'telethon/tl/functions/premium.py'
adding 'telethon/tl/functions/smsjobs.py'
adding 'telethon/tl/functions/stats.py'
adding 'telethon/tl/functions/stickers.py'
adding 'telethon/tl/functions/stories.py'
adding 'telethon/tl/functions/updates.py'
adding 'telethon/tl/functions/upload.py'
adding 'telethon/tl/functions/users.py'
adding 'telethon/tl/patched/__init__.py'
adding 'telethon/tl/types/__init__.py'
adding 'telethon/tl/types/account.py'
adding 'telethon/tl/types/auth.py'
adding 'telethon/tl/types/bots.py'
adding 'telethon/tl/types/channels.py'
adding 'telethon/tl/types/chatlists.py'
adding 'telethon/tl/types/contacts.py'
adding 'telethon/tl/types/fragment.py'
adding 'telethon/tl/types/help.py'
adding 'telethon/tl/types/messages.py'
adding 'telethon/tl/types/payments.py'
adding 'telethon/tl/types/phone.py'
adding 'telethon/tl/types/photos.py'
adding 'telethon/tl/types/premium.py'
adding 'telethon/tl/types/smsjobs.py'
adding 'telethon/tl/types/stats.py'
adding 'telethon/tl/types/stickers.py'
adding 'telethon/tl/types/storage.py'
adding 'telethon/tl/types/stories.py'
adding 'telethon/tl/types/updates.py'
adding 'telethon/tl/types/upload.py'
adding 'telethon/tl/types/users.py'
adding 'telethon-1.36.0.dist-info/licenses/LICENSE'
adding 'telethon-1.36.0.dist-info/METADATA'
adding 'telethon-1.36.0.dist-info/WHEEL'
adding 'telethon-1.36.0.dist-info/top_level.txt'
adding 'telethon-1.36.0.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built telethon-1.36.0-py3-none-any.whl