>>> py3-axolotl: Building testing/py3-axolotl 0.2.3-r5 (using abuild 3.10.0-r0) started Fri, 16 Dec 2022 20:42:50 +0000 >>> py3-axolotl: Checking sanity of /home/buildozer/aports/testing/py3-axolotl/APKBUILD... >>> py3-axolotl: Analyzing dependencies... >>> py3-axolotl: Installing for build: build-base py3-cryptography py3-protobuf py3-axolotl-curve25519 py3-setuptools (1/18) Installing libbz2 (1.0.8-r4) (2/18) Installing libffi (3.4.4-r0) (3/18) Installing gdbm (1.23-r0) (4/18) Installing xz-libs (5.4.0-r0) (5/18) Installing mpdecimal (2.5.1-r1) (6/18) Installing readline (8.2.0-r0) (7/18) Installing sqlite-libs (3.40.0-r0) (8/18) Installing python3 (3.11.1-r1) (9/18) Installing py3-cparser (2.21-r1) (10/18) Installing py3-cffi (1.15.1-r1) (11/18) Installing py3-cryptography (38.0.4-r0) (12/18) Installing tzdata (2022g-r0) (13/18) Installing py3-protobuf (4.21.12-r0) (14/18) Installing py3-axolotl-curve25519 (0.4.1b-r6) (15/18) Installing py3-parsing (3.0.9-r1) (16/18) Installing py3-packaging (22.0-r0) (17/18) Installing py3-setuptools (65.6.3-r0) (18/18) Installing .makedepends-py3-axolotl (20221216.204253) Executing busybox-1.35.0-r29.trigger OK: 354 MiB in 114 packages >>> py3-axolotl: Cleaning up srcdir >>> py3-axolotl: Cleaning up pkgdir >>> py3-axolotl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-axolotl-0.2.3.tar.gz >>> 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/py3-axolotl-0.2.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/axolotl copying axolotl/invalidmessageexception.py -> build/lib/axolotl copying axolotl/legacymessageexception.py -> build/lib/axolotl copying axolotl/axolotladdress.py -> build/lib/axolotl copying axolotl/invalidkeyexception.py -> build/lib/axolotl copying axolotl/__init__.py -> build/lib/axolotl copying axolotl/duplicatemessagexception.py -> build/lib/axolotl copying axolotl/nosessionexception.py -> build/lib/axolotl copying axolotl/invalidkeyidexception.py -> build/lib/axolotl copying axolotl/sessionbuilder.py -> build/lib/axolotl copying axolotl/identitykey.py -> build/lib/axolotl copying axolotl/invalidversionexception.py -> build/lib/axolotl copying axolotl/statekeyexchangeexception.py -> build/lib/axolotl copying axolotl/untrustedidentityexception.py -> build/lib/axolotl copying axolotl/sessioncipher.py -> build/lib/axolotl copying axolotl/identitykeypair.py -> build/lib/axolotl creating build/lib/axolotl/util copying axolotl/util/hexutil.py -> 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/byteutil.py -> build/lib/axolotl/util copying axolotl/util/keyhelper.py -> build/lib/axolotl/util creating build/lib/axolotl/tests copying axolotl/tests/inmemoryidentitykeystore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemoryaxolotlstore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemorysignedprekeystore.py -> build/lib/axolotl/tests copying axolotl/tests/test_sessionbuilder.py -> build/lib/axolotl/tests copying axolotl/tests/__init__.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 copying axolotl/tests/inmemorysessionstore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemoryprekeystore.py -> build/lib/axolotl/tests creating build/lib/axolotl/state copying axolotl/state/signedprekeyrecord.py -> build/lib/axolotl/state copying axolotl/state/sessionstore.py -> build/lib/axolotl/state copying axolotl/state/storageprotos_pb2.py -> build/lib/axolotl/state copying axolotl/state/__init__.py -> build/lib/axolotl/state copying axolotl/state/sessionrecord.py -> build/lib/axolotl/state copying axolotl/state/prekeyrecord.py -> build/lib/axolotl/state copying axolotl/state/axolotlstore.py -> build/lib/axolotl/state copying axolotl/state/sessionstate.py -> build/lib/axolotl/state copying axolotl/state/prekeybundle.py -> build/lib/axolotl/state copying axolotl/state/prekeystore.py -> build/lib/axolotl/state copying axolotl/state/signedprekeystore.py -> build/lib/axolotl/state copying axolotl/state/identitykeystore.py -> build/lib/axolotl/state creating build/lib/axolotl/protocol copying axolotl/protocol/senderkeydistributionmessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/prekeywhispermessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/keyexchangemessage.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/whispermessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/whisperprotos_pb2.py -> build/lib/axolotl/protocol copying axolotl/protocol/ciphertextmessage.py -> build/lib/axolotl/protocol creating build/lib/axolotl/ratchet copying axolotl/ratchet/symmetricaxolotlparameters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/__init__.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/chainkey.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/bobaxolotlparamaters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/aliceaxolotlparameters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/ratchetingsession.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/rootkey.py -> build/lib/axolotl/ratchet creating build/lib/axolotl/kdf copying axolotl/kdf/hkdf.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/hkdfv2.py -> build/lib/axolotl/kdf copying axolotl/kdf/hkdfv3.py -> build/lib/axolotl/kdf copying axolotl/kdf/derivedmessagesecrets.py -> build/lib/axolotl/kdf copying axolotl/kdf/derivedrootsecrets.py -> build/lib/axolotl/kdf 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/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 copying axolotl/ecc/ec.py -> build/lib/axolotl/ecc creating build/lib/axolotl/tests/util copying axolotl/tests/util/__init__.py -> build/lib/axolotl/tests/util copying axolotl/tests/util/test_byteutil.py -> build/lib/axolotl/tests/util creating 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 copying axolotl/tests/ratchet/test_chainkey.py -> build/lib/axolotl/tests/ratchet 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/tests/groups copying axolotl/tests/groups/inmemorysenderkeystore.py -> build/lib/axolotl/tests/groups copying axolotl/tests/groups/__init__.py -> build/lib/axolotl/tests/groups copying axolotl/tests/groups/test_groupcipher.py -> build/lib/axolotl/tests/groups creating 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 copying axolotl/groups/state/senderkeystate.py -> build/lib/axolotl/groups/state creating build/lib/axolotl/groups/ratchet copying axolotl/groups/ratchet/__init__.py -> build/lib/axolotl/groups/ratchet copying axolotl/groups/ratchet/senderchainkey.py -> build/lib/axolotl/groups/ratchet copying axolotl/groups/ratchet/sendermessagekey.py -> build/lib/axolotl/groups/ratchet >>> py3-axolotl: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/testing/py3-axolotl/pkg creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/invalidmessageexception.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/legacymessageexception.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/axolotladdress.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util copying build/lib/axolotl/util/hexutil.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util copying build/lib/axolotl/util/medium.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util copying build/lib/axolotl/util/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util copying build/lib/axolotl/util/byteutil.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util copying build/lib/axolotl/util/keyhelper.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util copying build/lib/axolotl/invalidkeyexception.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/duplicatemessagexception.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemoryidentitykeystore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemoryaxolotlstore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemorysignedprekeystore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/util copying build/lib/axolotl/tests/util/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/util copying build/lib/axolotl/tests/util/test_byteutil.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/util copying build/lib/axolotl/tests/test_sessionbuilder.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests copying build/lib/axolotl/tests/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests copying build/lib/axolotl/tests/test_sessioncipher.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests copying build/lib/axolotl/tests/test_sigs.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_rootkey.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_ratchetingsession.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_chainkey.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/ratchet creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/kdf copying build/lib/axolotl/tests/kdf/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/kdf copying build/lib/axolotl/tests/kdf/test_hkdf.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/kdf creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/groups/inmemorysenderkeystore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/groups/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/groups/test_groupcipher.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/inmemorysessionstore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemoryprekeystore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests copying build/lib/axolotl/nosessionexception.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/signedprekeyrecord.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/sessionstore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/storageprotos_pb2.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/sessionrecord.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/prekeyrecord.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/axolotlstore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/sessionstate.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/prekeybundle.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/prekeystore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/signedprekeystore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/state/identitykeystore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state copying build/lib/axolotl/invalidkeyidexception.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/sessionbuilder.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/identitykey.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/senderkeydistributionmessage.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/prekeywhispermessage.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/keyexchangemessage.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/senderkeymessage.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/whispermessage.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/whisperprotos_pb2.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/ciphertextmessage.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/symmetricaxolotlparameters.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/chainkey.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/bobaxolotlparamaters.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/aliceaxolotlparameters.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/ratchetingsession.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/rootkey.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet copying build/lib/axolotl/invalidversionexception.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/statekeyexchangeexception.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/untrustedidentityexception.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/sessioncipher.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl copying build/lib/axolotl/identitykeypair.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/hkdf.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/messagekeys.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/hkdfv2.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/hkdfv3.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/derivedmessagesecrets.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/derivedrootsecrets.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups copying build/lib/axolotl/groups/senderkeyname.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups copying build/lib/axolotl/groups/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeystore.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeyrecord.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeystate.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/state creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/senderchainkey.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/sendermessagekey.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/ratchet copying build/lib/axolotl/groups/groupsessionbuilder.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups copying build/lib/axolotl/groups/groupcipher.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups creating /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/eckeypair.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/curve.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/__init__.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/djbec.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/ec.py -> /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/invalidmessageexception.py to invalidmessageexception.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/legacymessageexception.py to legacymessageexception.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/axolotladdress.py to axolotladdress.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util/hexutil.py to hexutil.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util/medium.py to medium.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util/byteutil.py to byteutil.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/util/keyhelper.py to keyhelper.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/invalidkeyexception.py to invalidkeyexception.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/duplicatemessagexception.py to duplicatemessagexception.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/inmemoryidentitykeystore.py to inmemoryidentitykeystore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/inmemoryaxolotlstore.py to inmemoryaxolotlstore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/inmemorysignedprekeystore.py to inmemorysignedprekeystore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/util/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/util/test_byteutil.py to test_byteutil.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/test_sessionbuilder.py to test_sessionbuilder.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/test_sessioncipher.py to test_sessioncipher.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/test_sigs.py to test_sigs.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/ratchet/test_rootkey.py to test_rootkey.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/ratchet/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/ratchet/test_ratchetingsession.py to test_ratchetingsession.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/ratchet/test_chainkey.py to test_chainkey.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/kdf/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/kdf/test_hkdf.py to test_hkdf.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/groups/inmemorysenderkeystore.py to inmemorysenderkeystore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/groups/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/groups/test_groupcipher.py to test_groupcipher.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/inmemorysessionstore.py to inmemorysessionstore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/tests/inmemoryprekeystore.py to inmemoryprekeystore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/nosessionexception.py to nosessionexception.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/signedprekeyrecord.py to signedprekeyrecord.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/sessionstore.py to sessionstore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/storageprotos_pb2.py to storageprotos_pb2.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/sessionrecord.py to sessionrecord.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/prekeyrecord.py to prekeyrecord.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/axolotlstore.py to axolotlstore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/sessionstate.py to sessionstate.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/prekeybundle.py to prekeybundle.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/prekeystore.py to prekeystore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/signedprekeystore.py to signedprekeystore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/state/identitykeystore.py to identitykeystore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/invalidkeyidexception.py to invalidkeyidexception.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/sessionbuilder.py to sessionbuilder.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/identitykey.py to identitykey.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol/senderkeydistributionmessage.py to senderkeydistributionmessage.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol/prekeywhispermessage.py to prekeywhispermessage.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol/keyexchangemessage.py to keyexchangemessage.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol/senderkeymessage.py to senderkeymessage.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol/whispermessage.py to whispermessage.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol/whisperprotos_pb2.py to whisperprotos_pb2.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/protocol/ciphertextmessage.py to ciphertextmessage.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet/symmetricaxolotlparameters.py to symmetricaxolotlparameters.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet/chainkey.py to chainkey.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet/bobaxolotlparamaters.py to bobaxolotlparamaters.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet/aliceaxolotlparameters.py to aliceaxolotlparameters.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet/ratchetingsession.py to ratchetingsession.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ratchet/rootkey.py to rootkey.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/invalidversionexception.py to invalidversionexception.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/statekeyexchangeexception.py to statekeyexchangeexception.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/untrustedidentityexception.py to untrustedidentityexception.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/sessioncipher.py to sessioncipher.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/identitykeypair.py to identitykeypair.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf/hkdf.py to hkdf.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf/messagekeys.py to messagekeys.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf/hkdfv2.py to hkdfv2.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf/hkdfv3.py to hkdfv3.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf/derivedmessagesecrets.py to derivedmessagesecrets.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/kdf/derivedrootsecrets.py to derivedrootsecrets.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/senderkeyname.py to senderkeyname.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/state/senderkeystore.py to senderkeystore.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/state/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/state/senderkeyrecord.py to senderkeyrecord.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/state/senderkeystate.py to senderkeystate.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/ratchet/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/ratchet/senderchainkey.py to senderchainkey.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/ratchet/sendermessagekey.py to sendermessagekey.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/groupsessionbuilder.py to groupsessionbuilder.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/groups/groupcipher.py to groupcipher.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc/eckeypair.py to eckeypair.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc/curve.py to curve.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc/djbec.py to djbec.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/axolotl/ecc/ec.py to ec.cpython-311.pyc running install_egg_info 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' Copying python_axolotl.egg-info to /home/buildozer/aports/testing/py3-axolotl/pkg/py3-axolotl/usr/lib/python3.11/site-packages/python_axolotl-0.2.3-py3.11.egg-info running install_scripts >>> py3-axolotl*: Running postcheck for py3-axolotl >>> py3-axolotl*: Preparing package py3-axolotl... >>> py3-axolotl*: Tracing dependencies... >>> py3-axolotl*: Package size: 900.0 KB >>> py3-axolotl*: Compressing data... >>> py3-axolotl*: Create checksum... >>> py3-axolotl*: Create py3-axolotl-0.2.3-r5.apk >>> py3-axolotl: Build complete at Fri, 16 Dec 2022 20:43:01 +0000 elapsed time 0h 0m 11s >>> py3-axolotl: Cleaning up srcdir >>> py3-axolotl: Cleaning up pkgdir >>> py3-axolotl: Uninstalling dependencies... (1/18) Purging .makedepends-py3-axolotl (20221216.204253) (2/18) Purging py3-cryptography (38.0.4-r0) (3/18) Purging py3-cffi (1.15.1-r1) (4/18) Purging py3-cparser (2.21-r1) (5/18) Purging py3-protobuf (4.21.12-r0) (6/18) Purging tzdata (2022g-r0) (7/18) Purging py3-axolotl-curve25519 (0.4.1b-r6) (8/18) Purging py3-setuptools (65.6.3-r0) (9/18) Purging py3-packaging (22.0-r0) (10/18) Purging py3-parsing (3.0.9-r1) (11/18) Purging python3 (3.11.1-r1) (12/18) Purging libbz2 (1.0.8-r4) (13/18) Purging libffi (3.4.4-r0) (14/18) Purging gdbm (1.23-r0) (15/18) Purging xz-libs (5.4.0-r0) (16/18) Purging mpdecimal (2.5.1-r1) (17/18) Purging readline (8.2.0-r0) (18/18) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 271 MiB in 96 packages >>> py3-axolotl: Updating the testing/riscv64 repository index... >>> py3-axolotl: Signing the index...