Building python... running build running build_py creating build creating build/lib creating build/lib/axolotl copying axolotl/untrustedidentityexception.py -> build/lib/axolotl copying axolotl/statekeyexchangeexception.py -> build/lib/axolotl copying axolotl/sessioncipher.py -> build/lib/axolotl copying axolotl/sessionbuilder.py -> build/lib/axolotl copying axolotl/nosessionexception.py -> build/lib/axolotl copying axolotl/legacymessageexception.py -> build/lib/axolotl copying axolotl/invalidversionexception.py -> build/lib/axolotl copying axolotl/invalidmessageexception.py -> build/lib/axolotl copying axolotl/invalidkeyidexception.py -> build/lib/axolotl copying axolotl/invalidkeyexception.py -> build/lib/axolotl copying axolotl/identitykeypair.py -> build/lib/axolotl copying axolotl/identitykey.py -> build/lib/axolotl copying axolotl/duplicatemessagexception.py -> build/lib/axolotl copying axolotl/axolotladdress.py -> build/lib/axolotl copying axolotl/__init__.py -> build/lib/axolotl creating build/lib/axolotl/util copying axolotl/util/medium.py -> build/lib/axolotl/util copying axolotl/util/keyhelper.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/__init__.py -> build/lib/axolotl/util creating build/lib/axolotl/tests copying axolotl/tests/test_sigs.py -> build/lib/axolotl/tests copying axolotl/tests/test_sessioncipher.py -> build/lib/axolotl/tests copying axolotl/tests/test_sessionbuilder.py -> build/lib/axolotl/tests copying axolotl/tests/inmemorysignedprekeystore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemorysessionstore.py -> build/lib/axolotl/tests copying axolotl/tests/inmemoryprekeystore.py -> 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/__init__.py -> build/lib/axolotl/tests creating build/lib/axolotl/state copying axolotl/state/storageprotos_pb2.py -> build/lib/axolotl/state copying axolotl/state/signedprekeystore.py -> 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/sessionstate.py -> build/lib/axolotl/state copying axolotl/state/sessionrecord.py -> build/lib/axolotl/state copying axolotl/state/prekeystore.py -> build/lib/axolotl/state copying axolotl/state/prekeyrecord.py -> build/lib/axolotl/state copying axolotl/state/prekeybundle.py -> build/lib/axolotl/state copying axolotl/state/identitykeystore.py -> build/lib/axolotl/state copying axolotl/state/axolotlstore.py -> build/lib/axolotl/state copying axolotl/state/__init__.py -> build/lib/axolotl/state creating build/lib/axolotl/ratchet copying axolotl/ratchet/symmetricaxolotlparameters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/rootkey.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/bobaxolotlparamaters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/aliceaxolotlparameters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/__init__.py -> build/lib/axolotl/ratchet creating build/lib/axolotl/protocol copying axolotl/protocol/whisperprotos_pb2.py -> build/lib/axolotl/protocol copying axolotl/protocol/whispermessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/senderkeymessage.py -> 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/ciphertextmessage.py -> build/lib/axolotl/protocol copying axolotl/protocol/__init__.py -> build/lib/axolotl/protocol creating build/lib/axolotl/kdf copying axolotl/kdf/messagekeys.py -> build/lib/axolotl/kdf copying axolotl/kdf/hkdfv3.py -> build/lib/axolotl/kdf copying axolotl/kdf/hkdfv2.py -> build/lib/axolotl/kdf copying axolotl/kdf/hkdf.py -> build/lib/axolotl/kdf copying axolotl/kdf/derivedrootsecrets.py -> build/lib/axolotl/kdf copying axolotl/kdf/derivedmessagesecrets.py -> build/lib/axolotl/kdf copying axolotl/kdf/__init__.py -> build/lib/axolotl/kdf creating build/lib/axolotl/groups copying axolotl/groups/senderkeyname.py -> build/lib/axolotl/groups copying axolotl/groups/groupsessionbuilder.py -> build/lib/axolotl/groups copying axolotl/groups/groupcipher.py -> build/lib/axolotl/groups copying axolotl/groups/__init__.py -> build/lib/axolotl/groups creating build/lib/axolotl/ecc copying axolotl/ecc/eckeypair.py -> build/lib/axolotl/ecc copying axolotl/ecc/ec.py -> build/lib/axolotl/ecc copying axolotl/ecc/djbec.py -> build/lib/axolotl/ecc copying axolotl/ecc/curve.py -> build/lib/axolotl/ecc copying axolotl/ecc/__init__.py -> build/lib/axolotl/ecc 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/ratchet copying axolotl/tests/ratchet/test_rootkey.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 copying axolotl/tests/ratchet/__init__.py -> build/lib/axolotl/tests/ratchet creating build/lib/axolotl/tests/kdf copying axolotl/tests/kdf/test_hkdf.py -> build/lib/axolotl/tests/kdf copying axolotl/tests/kdf/__init__.py -> build/lib/axolotl/tests/kdf creating build/lib/axolotl/tests/groups copying axolotl/tests/groups/test_groupcipher.py -> 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 creating build/lib/axolotl/groups/state copying axolotl/groups/state/senderkeystore.py -> build/lib/axolotl/groups/state copying axolotl/groups/state/senderkeystate.py -> build/lib/axolotl/groups/state copying axolotl/groups/state/senderkeyrecord.py -> build/lib/axolotl/groups/state copying axolotl/groups/state/__init__.py -> build/lib/axolotl/groups/state creating build/lib/axolotl/groups/ratchet copying axolotl/groups/ratchet/sendermessagekey.py -> 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