>>> py3-axolotl: Building community/py3-axolotl 0.2.3-r7 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 19:55:23 +0000 >>> py3-axolotl: Checking sanity of /home/buildozer/aports/community/py3-axolotl/APKBUILD... >>> py3-axolotl: Analyzing dependencies... >>> py3-axolotl: Installing for build: build-base py3-cryptography py3-protobuf py3-axolotl-curve25519 py3-setuptools py3-cparser (1/27) Installing libffi (3.4.6-r0) (2/27) Installing gdbm (1.23-r1) (3/27) Installing mpdecimal (4.0.0-r0) (4/27) Installing libpanelw (6.4_p20240330-r0) (5/27) Installing readline (8.2.10-r0) (6/27) Installing sqlite-libs (3.45.2-r0) (7/27) Installing python3 (3.12.3-r0) (8/27) Installing python3-pycache-pyc0 (3.12.3-r0) (9/27) Installing pyc (3.12.3-r0) (10/27) Installing py3-cparser (2.22-r1) (11/27) Installing py3-cparser-pyc (2.22-r1) (12/27) Installing py3-cffi (1.16.0-r1) (13/27) Installing py3-cffi-pyc (1.16.0-r1) (14/27) Installing py3-cryptography-pyc (42.0.5-r1) (15/27) Installing python3-pyc (3.12.3-r0) (16/27) Installing py3-cryptography (42.0.5-r1) (17/27) Installing tzdata (2024a-r1) (18/27) Installing py3-protobuf (4.24.4-r1) (19/27) Installing py3-protobuf-pyc (4.24.4-r1) (20/27) Installing py3-axolotl-curve25519 (0.4.1b-r7) (21/27) Installing py3-parsing (3.1.2-r1) (22/27) Installing py3-parsing-pyc (3.1.2-r1) (23/27) Installing py3-packaging (24.0-r1) (24/27) Installing py3-packaging-pyc (24.0-r1) (25/27) Installing py3-setuptools (69.2.0-r2) (26/27) Installing py3-setuptools-pyc (69.2.0-r2) (27/27) Installing .makedepends-py3-axolotl (20240413.195525) Executing busybox-1.36.1-r25.trigger OK: 435 MiB in 140 packages >>> py3-axolotl: Cleaning up srcdir >>> py3-axolotl: Cleaning up pkgdir >>> py3-axolotl: Cleaning up tmpdir >>> py3-axolotl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-axolotl-0.2.3.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 52139 100 52139 0 0 273k 0 --:--:-- --:--:-- --:--:-- 273k >>> py3-axolotl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-axolotl-0.2.3.tar.gz >>> py3-axolotl: Checking sha512sums... py3-axolotl-0.2.3.tar.gz: OK >>> py3-axolotl: Unpacking /var/cache/distfiles/edge/py3-axolotl-0.2.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/axolotl copying axolotl/invalidkeyexception.py -> build/lib/axolotl copying axolotl/sessionbuilder.py -> build/lib/axolotl copying axolotl/invalidmessageexception.py -> build/lib/axolotl copying axolotl/axolotladdress.py -> build/lib/axolotl copying axolotl/invalidversionexception.py -> build/lib/axolotl copying axolotl/untrustedidentityexception.py -> build/lib/axolotl copying axolotl/nosessionexception.py -> build/lib/axolotl copying axolotl/__init__.py -> build/lib/axolotl copying axolotl/duplicatemessagexception.py -> build/lib/axolotl copying axolotl/sessioncipher.py -> build/lib/axolotl copying axolotl/invalidkeyidexception.py -> build/lib/axolotl copying axolotl/identitykey.py -> build/lib/axolotl copying axolotl/statekeyexchangeexception.py -> build/lib/axolotl copying axolotl/legacymessageexception.py -> build/lib/axolotl copying axolotl/identitykeypair.py -> build/lib/axolotl creating build/lib/axolotl/tests copying axolotl/tests/inmemoryidentitykeystore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemoryprekeystore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemorysignedprekeystore.py -> build/lib/axolotl/tests copying axolotl/tests/__init__.py -> build/lib/axolotl/tests copying axolotl/tests/test_sessionbuilder.py -> build/lib/axolotl/tests copying axolotl/tests/inmemoryaxolotlstore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemorysessionstore.py -> build/lib/axolotl/tests copying axolotl/tests/test_sessioncipher.py -> build/lib/axolotl/tests copying axolotl/tests/test_sigs.py -> build/lib/axolotl/tests creating build/lib/axolotl/groups copying axolotl/groups/senderkeyname.py -> build/lib/axolotl/groups copying axolotl/groups/__init__.py -> build/lib/axolotl/groups copying axolotl/groups/groupsessionbuilder.py -> build/lib/axolotl/groups copying axolotl/groups/groupcipher.py -> build/lib/axolotl/groups creating build/lib/axolotl/ratchet copying axolotl/ratchet/rootkey.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/__init__.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/ratchetingsession.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/chainkey.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/aliceaxolotlparameters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/symmetricaxolotlparameters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/bobaxolotlparamaters.py -> build/lib/axolotl/ratchet creating build/lib/axolotl/state copying axolotl/state/prekeyrecord.py -> build/lib/axolotl/state copying axolotl/state/identitykeystore.py -> build/lib/axolotl/state copying axolotl/state/signedprekeystore.py -> build/lib/axolotl/state copying axolotl/state/sessionrecord.py -> build/lib/axolotl/state copying axolotl/state/sessionstore.py -> build/lib/axolotl/state copying axolotl/state/axolotlstore.py -> build/lib/axolotl/state copying axolotl/state/__init__.py -> build/lib/axolotl/state copying axolotl/state/prekeystore.py -> build/lib/axolotl/state copying axolotl/state/prekeybundle.py -> build/lib/axolotl/state copying axolotl/state/storageprotos_pb2.py -> build/lib/axolotl/state copying axolotl/state/sessionstate.py -> build/lib/axolotl/state copying axolotl/state/signedprekeyrecord.py -> build/lib/axolotl/state creating build/lib/axolotl/protocol copying axolotl/protocol/senderkeydistributionmessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/whispermessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/keyexchangemessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/prekeywhispermessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/whisperprotos_pb2.py -> build/lib/axolotl/protocol copying axolotl/protocol/__init__.py -> build/lib/axolotl/protocol copying axolotl/protocol/senderkeymessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/ciphertextmessage.py -> build/lib/axolotl/protocol creating build/lib/axolotl/util copying axolotl/util/medium.py -> build/lib/axolotl/util copying axolotl/util/__init__.py -> build/lib/axolotl/util copying axolotl/util/hexutil.py -> build/lib/axolotl/util copying axolotl/util/byteutil.py -> build/lib/axolotl/util copying axolotl/util/keyhelper.py -> build/lib/axolotl/util creating build/lib/axolotl/kdf copying axolotl/kdf/derivedrootsecrets.py -> build/lib/axolotl/kdf copying axolotl/kdf/messagekeys.py -> build/lib/axolotl/kdf copying axolotl/kdf/__init__.py -> build/lib/axolotl/kdf copying axolotl/kdf/hkdf.py -> build/lib/axolotl/kdf copying axolotl/kdf/hkdfv2.py -> build/lib/axolotl/kdf copying axolotl/kdf/hkdfv3.py -> build/lib/axolotl/kdf copying axolotl/kdf/derivedmessagesecrets.py -> build/lib/axolotl/kdf creating build/lib/axolotl/ecc copying axolotl/ecc/ec.py -> build/lib/axolotl/ecc copying axolotl/ecc/eckeypair.py -> build/lib/axolotl/ecc copying axolotl/ecc/curve.py -> build/lib/axolotl/ecc copying axolotl/ecc/__init__.py -> build/lib/axolotl/ecc copying axolotl/ecc/djbec.py -> build/lib/axolotl/ecc creating build/lib/axolotl/tests/groups copying axolotl/tests/groups/__init__.py -> build/lib/axolotl/tests/groups copying axolotl/tests/groups/inmemorysenderkeystore.py -> build/lib/axolotl/tests/groups copying axolotl/tests/groups/test_groupcipher.py -> build/lib/axolotl/tests/groups creating build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/test_chainkey.py -> build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/test_rootkey.py -> build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/__init__.py -> build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/test_ratchetingsession.py -> build/lib/axolotl/tests/ratchet creating build/lib/axolotl/tests/util copying axolotl/tests/util/test_byteutil.py -> build/lib/axolotl/tests/util copying axolotl/tests/util/__init__.py -> build/lib/axolotl/tests/util creating build/lib/axolotl/tests/kdf copying axolotl/tests/kdf/__init__.py -> build/lib/axolotl/tests/kdf copying axolotl/tests/kdf/test_hkdf.py -> build/lib/axolotl/tests/kdf creating build/lib/axolotl/groups/ratchet copying axolotl/groups/ratchet/senderchainkey.py -> build/lib/axolotl/groups/ratchet copying axolotl/groups/ratchet/__init__.py -> build/lib/axolotl/groups/ratchet copying axolotl/groups/ratchet/sendermessagekey.py -> build/lib/axolotl/groups/ratchet creating build/lib/axolotl/groups/state copying axolotl/groups/state/senderkeystate.py -> build/lib/axolotl/groups/state copying axolotl/groups/state/senderkeystore.py -> build/lib/axolotl/groups/state copying axolotl/groups/state/__init__.py -> build/lib/axolotl/groups/state copying axolotl/groups/state/senderkeyrecord.py -> build/lib/axolotl/groups/state running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info creating python_axolotl.egg-info writing python_axolotl.egg-info/PKG-INFO writing dependency_links to python_axolotl.egg-info/dependency_links.txt writing requirements to python_axolotl.egg-info/requires.txt writing top-level names to python_axolotl.egg-info/top_level.txt writing manifest file 'python_axolotl.egg-info/SOURCES.txt' reading manifest file 'python_axolotl.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'python_axolotl.egg-info/SOURCES.txt' running build_ext test_badSignedPreKeySignature (axolotl.tests.test_sessionbuilder.SessionBuilderTest.test_badSignedPreKeySignature) ... ok test_basicKeyExchange (axolotl.tests.test_sessionbuilder.SessionBuilderTest.test_basicKeyExchange) ... ok test_basicPreKeyV2 (axolotl.tests.test_sessionbuilder.SessionBuilderTest.test_basicPreKeyV2) ... ok test_basicPreKeyV3 (axolotl.tests.test_sessionbuilder.SessionBuilderTest.test_basicPreKeyV3) ... ok test_basicEncryptDecrypt (axolotl.tests.groups.test_groupcipher.GroupCipherTest.test_basicEncryptDecrypt) ... ok test_basicRatchet (axolotl.tests.groups.test_groupcipher.GroupCipherTest.test_basicRatchet) ... ok test_encryptNoSession (axolotl.tests.groups.test_groupcipher.GroupCipherTest.test_encryptNoSession) ... ok test_noSession (axolotl.tests.groups.test_groupcipher.GroupCipherTest.test_noSession) ... ok test_outOfOrder (axolotl.tests.groups.test_groupcipher.GroupCipherTest.test_outOfOrder) ... ok test_chainKeyDerivationV2 (axolotl.tests.ratchet.test_chainkey.ChainKeyTest.test_chainKeyDerivationV2) ... ok test_rootKeyDerivationV2 (axolotl.tests.ratchet.test_rootkey.RootKeyTest.test_rootKeyDerivationV2) ... ok test_ratchetingSessionAsBob (axolotl.tests.ratchet.test_ratchetingsession.RatchetingSessionTest.test_ratchetingSessionAsBob) ... ok test_basicSessionV3 (axolotl.tests.test_sessioncipher.SessionCipherTest.test_basicSessionV3) ... ok test_split (axolotl.tests.util.test_byteutil.ByteUtilTest.test_split) ... ok test_agreement (axolotl.tests.test_sigs.Curve25519Test.test_agreement) ... ok test_gensig (axolotl.tests.test_sigs.Curve25519Test.test_gensig) ... ok test_randomAgreements (axolotl.tests.test_sigs.Curve25519Test.test_randomAgreements) ... ok test_signature (axolotl.tests.test_sigs.Curve25519Test.test_signature) ... ok test_vectorLongV3 (axolotl.tests.kdf.test_hkdf.HKDFTest.test_vectorLongV3) ... ok test_vectorV3 (axolotl.tests.kdf.test_hkdf.HKDFTest.test_vectorV3) ... ok test_vectorV3_ (axolotl.tests.kdf.test_hkdf.HKDFTest.test_vectorV3_) ... ok ---------------------------------------------------------------------- Ran 21 tests in 1.278s OK >>> py3-axolotl: Entering fakeroot... running install /usr/lib/python3.12/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 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-axolotl/pkg creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemoryidentitykeystore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemoryprekeystore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemorysignedprekeystore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests copying build/lib/axolotl/tests/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests copying build/lib/axolotl/tests/test_sessionbuilder.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemoryaxolotlstore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/groups/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/groups/inmemorysenderkeystore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/groups/test_groupcipher.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/inmemorysessionstore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_chainkey.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_rootkey.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_ratchetingsession.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/test_sessioncipher.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/util copying build/lib/axolotl/tests/util/test_byteutil.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/util copying build/lib/axolotl/tests/util/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/util copying build/lib/axolotl/tests/test_sigs.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/kdf copying build/lib/axolotl/tests/kdf/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/kdf copying build/lib/axolotl/tests/kdf/test_hkdf.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/kdf copying build/lib/axolotl/invalidkeyexception.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/sessionbuilder.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/invalidmessageexception.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/axolotladdress.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/invalidversionexception.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/untrustedidentityexception.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/nosessionexception.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/duplicatemessagexception.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/sessioncipher.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/invalidkeyidexception.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl copying build/lib/axolotl/identitykey.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups copying build/lib/axolotl/groups/senderkeyname.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups copying build/lib/axolotl/groups/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/senderchainkey.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/sendermessagekey.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/ratchet creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeystate.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeystore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeyrecord.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/groupsessionbuilder.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups copying build/lib/axolotl/groups/groupcipher.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups copying build/lib/axolotl/statekeyexchangeexception.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/rootkey.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/ratchetingsession.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/chainkey.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/aliceaxolotlparameters.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/symmetricaxolotlparameters.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/bobaxolotlparamaters.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/prekeyrecord.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/identitykeystore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/signedprekeystore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/sessionrecord.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/sessionstore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/axolotlstore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/prekeystore.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/prekeybundle.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/storageprotos_pb2.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/sessionstate.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state copying build/lib/axolotl/state/signedprekeyrecord.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/senderkeydistributionmessage.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/whispermessage.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/keyexchangemessage.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/prekeywhispermessage.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/whisperprotos_pb2.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/senderkeymessage.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/ciphertextmessage.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol copying build/lib/axolotl/legacymessageexception.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util copying build/lib/axolotl/util/medium.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util copying build/lib/axolotl/util/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util copying build/lib/axolotl/util/hexutil.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util copying build/lib/axolotl/util/byteutil.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util copying build/lib/axolotl/util/keyhelper.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util copying build/lib/axolotl/identitykeypair.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/derivedrootsecrets.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/messagekeys.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/hkdf.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/hkdfv2.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/hkdfv3.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/derivedmessagesecrets.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf creating /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/ec.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/eckeypair.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/curve.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/__init__.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/djbec.py -> /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/inmemoryidentitykeystore.py to inmemoryidentitykeystore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/inmemoryprekeystore.py to inmemoryprekeystore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/inmemorysignedprekeystore.py to inmemorysignedprekeystore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/test_sessionbuilder.py to test_sessionbuilder.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/inmemoryaxolotlstore.py to inmemoryaxolotlstore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/groups/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/groups/inmemorysenderkeystore.py to inmemorysenderkeystore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/groups/test_groupcipher.py to test_groupcipher.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/inmemorysessionstore.py to inmemorysessionstore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/ratchet/test_chainkey.py to test_chainkey.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/ratchet/test_rootkey.py to test_rootkey.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/ratchet/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/ratchet/test_ratchetingsession.py to test_ratchetingsession.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/test_sessioncipher.py to test_sessioncipher.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/util/test_byteutil.py to test_byteutil.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/util/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/test_sigs.py to test_sigs.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/kdf/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/tests/kdf/test_hkdf.py to test_hkdf.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/invalidkeyexception.py to invalidkeyexception.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/sessionbuilder.py to sessionbuilder.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/invalidmessageexception.py to invalidmessageexception.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/axolotladdress.py to axolotladdress.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/invalidversionexception.py to invalidversionexception.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/untrustedidentityexception.py to untrustedidentityexception.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/nosessionexception.py to nosessionexception.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/duplicatemessagexception.py to duplicatemessagexception.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/sessioncipher.py to sessioncipher.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/invalidkeyidexception.py to invalidkeyidexception.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/identitykey.py to identitykey.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/senderkeyname.py to senderkeyname.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/ratchet/senderchainkey.py to senderchainkey.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/ratchet/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/ratchet/sendermessagekey.py to sendermessagekey.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/state/senderkeystate.py to senderkeystate.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/state/senderkeystore.py to senderkeystore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/state/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/state/senderkeyrecord.py to senderkeyrecord.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/groupsessionbuilder.py to groupsessionbuilder.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/groupcipher.py to groupcipher.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/statekeyexchangeexception.py to statekeyexchangeexception.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet/rootkey.py to rootkey.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet/ratchetingsession.py to ratchetingsession.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet/chainkey.py to chainkey.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet/aliceaxolotlparameters.py to aliceaxolotlparameters.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet/symmetricaxolotlparameters.py to symmetricaxolotlparameters.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet/bobaxolotlparamaters.py to bobaxolotlparamaters.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/prekeyrecord.py to prekeyrecord.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/identitykeystore.py to identitykeystore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/signedprekeystore.py to signedprekeystore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/sessionrecord.py to sessionrecord.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/sessionstore.py to sessionstore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/axolotlstore.py to axolotlstore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/prekeystore.py to prekeystore.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/prekeybundle.py to prekeybundle.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/storageprotos_pb2.py to storageprotos_pb2.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/sessionstate.py to sessionstate.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/signedprekeyrecord.py to signedprekeyrecord.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol/senderkeydistributionmessage.py to senderkeydistributionmessage.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol/whispermessage.py to whispermessage.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol/keyexchangemessage.py to keyexchangemessage.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol/prekeywhispermessage.py to prekeywhispermessage.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol/whisperprotos_pb2.py to whisperprotos_pb2.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol/senderkeymessage.py to senderkeymessage.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol/ciphertextmessage.py to ciphertextmessage.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/legacymessageexception.py to legacymessageexception.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util/medium.py to medium.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util/hexutil.py to hexutil.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util/byteutil.py to byteutil.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util/keyhelper.py to keyhelper.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/identitykeypair.py to identitykeypair.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf/derivedrootsecrets.py to derivedrootsecrets.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf/messagekeys.py to messagekeys.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf/hkdf.py to hkdf.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf/hkdfv2.py to hkdfv2.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf/hkdfv3.py to hkdfv3.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf/derivedmessagesecrets.py to derivedmessagesecrets.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc/ec.py to ec.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc/eckeypair.py to eckeypair.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc/curve.py to curve.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc/djbec.py to djbec.cpython-312.pyc running install_egg_info running egg_info writing python_axolotl.egg-info/PKG-INFO writing dependency_links to python_axolotl.egg-info/dependency_links.txt writing requirements to python_axolotl.egg-info/requires.txt writing top-level names to python_axolotl.egg-info/top_level.txt reading manifest file 'python_axolotl.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'python_axolotl.egg-info/SOURCES.txt' Copying python_axolotl.egg-info to /home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/python_axolotl-0.2.3-py3.12.egg-info running install_scripts >>> py3-axolotl-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/__pycache__' -> '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl-pyc/usr/lib/python3.12/site-packages/axolotl/__pycache__' '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/__pycache__' -> '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl-pyc/usr/lib/python3.12/site-packages/axolotl/groups/__pycache__' '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/ratchet/__pycache__' -> '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl-pyc/usr/lib/python3.12/site-packages/axolotl/groups/ratchet/__pycache__' '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/groups/state/__pycache__' -> '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl-pyc/usr/lib/python3.12/site-packages/axolotl/groups/state/__pycache__' '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ratchet/__pycache__' -> '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl-pyc/usr/lib/python3.12/site-packages/axolotl/ratchet/__pycache__' '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/state/__pycache__' -> '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl-pyc/usr/lib/python3.12/site-packages/axolotl/state/__pycache__' '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/protocol/__pycache__' -> '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl-pyc/usr/lib/python3.12/site-packages/axolotl/protocol/__pycache__' '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/util/__pycache__' -> '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl-pyc/usr/lib/python3.12/site-packages/axolotl/util/__pycache__' '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/kdf/__pycache__' -> '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl-pyc/usr/lib/python3.12/site-packages/axolotl/kdf/__pycache__' '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.12/site-packages/axolotl/ecc/__pycache__' -> '/home/buildozer/aports/community/py3-axolotl/pkg/py3-axolotl-pyc/usr/lib/python3.12/site-packages/axolotl/ecc/__pycache__' >>> py3-axolotl-pyc*: Preparing subpackage py3-axolotl-pyc... >>> py3-axolotl-pyc*: Running postcheck for py3-axolotl-pyc >>> py3-axolotl*: Running postcheck for py3-axolotl >>> py3-axolotl*: Preparing package py3-axolotl... >>> py3-axolotl-pyc*: Tracing dependencies... py3-cryptography py3-protobuf py3-axolotl-curve25519 python3~3.12 >>> py3-axolotl-pyc*: Package size: 508.0 KB >>> py3-axolotl-pyc*: Compressing data... >>> py3-axolotl-pyc*: Create checksum... >>> py3-axolotl-pyc*: Create py3-axolotl-pyc-0.2.3-r7.apk >>> py3-axolotl*: Tracing dependencies... py3-cryptography py3-protobuf py3-axolotl-curve25519 python3~3.12 >>> py3-axolotl*: Package size: 448.0 KB >>> py3-axolotl*: Compressing data... >>> py3-axolotl*: Create checksum... >>> py3-axolotl*: Create py3-axolotl-0.2.3-r7.apk >>> py3-axolotl: Build complete at Sat, 13 Apr 2024 19:55:30 +0000 elapsed time 0h 0m 7s >>> py3-axolotl: Cleaning up srcdir >>> py3-axolotl: Cleaning up pkgdir >>> py3-axolotl: Uninstalling dependencies... (1/27) Purging .makedepends-py3-axolotl (20240413.195525) (2/27) Purging py3-cryptography-pyc (42.0.5-r1) (3/27) Purging py3-cryptography (42.0.5-r1) (4/27) Purging py3-cffi-pyc (1.16.0-r1) (5/27) Purging py3-cffi (1.16.0-r1) (6/27) Purging py3-protobuf-pyc (4.24.4-r1) (7/27) Purging py3-protobuf (4.24.4-r1) (8/27) Purging tzdata (2024a-r1) (9/27) Purging py3-axolotl-curve25519 (0.4.1b-r7) (10/27) Purging py3-setuptools-pyc (69.2.0-r2) (11/27) Purging py3-setuptools (69.2.0-r2) (12/27) Purging py3-packaging-pyc (24.0-r1) (13/27) Purging py3-packaging (24.0-r1) (14/27) Purging py3-parsing-pyc (3.1.2-r1) (15/27) Purging py3-parsing (3.1.2-r1) (16/27) Purging py3-cparser-pyc (2.22-r1) (17/27) Purging py3-cparser (2.22-r1) (18/27) Purging python3-pyc (3.12.3-r0) (19/27) Purging python3-pycache-pyc0 (3.12.3-r0) (20/27) Purging pyc (3.12.3-r0) (21/27) Purging python3 (3.12.3-r0) (22/27) Purging gdbm (1.23-r1) (23/27) Purging libffi (3.4.6-r0) (24/27) Purging libpanelw (6.4_p20240330-r0) (25/27) Purging mpdecimal (4.0.0-r0) (26/27) Purging readline (8.2.10-r0) (27/27) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-axolotl: Updating the community/x86 repository index... >>> py3-axolotl: Signing the index...