>>> Building on exopi-6 under security/py-axolotl,python3 BDEPENDS = [devel/py-installer,python3;devel/py-setuptools,python3;devel/py-wheel,python3;devel/py-build,python3;lang/python/3.10] DIST = [security/py-axolotl,python3:python-axolotl-0.2.3.tar.gz] FULLPKGNAME = py3-axolotl-0.2.3p4 RDEPENDS = [security/py-cryptography,python3;devel/py-protobuf,python3;security/py-axolotl-curve25519,python3;lang/python/3.10] (Junk lock obtained for exopi-6 at 1714746235.46) >>> Running depends in security/py-axolotl,python3 at 1714746235.50 last junk was in productivity/radicale /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in security/py-axolotl,python3 at 1714746236.89 ===> security/py-axolotl,python3 ===> Building from scratch py3-axolotl-0.2.3p4 ===> py3-axolotl-0.2.3p4 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-axolotl-0.2.3p4 depends on: py3-build-* -> py3-build-1.2.1 ===> py3-axolotl-0.2.3p4 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-axolotl-0.2.3p4 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-axolotl-0.2.3p4 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-6 at 1714746237.96) distfiles size=38180 >>> Running build in security/py-axolotl,python3 at 1714746237.99 ===> security/py-axolotl,python3 ===> Checking files for py3-axolotl-0.2.3p4 `/exopi-cvs/ports/distfiles/python-axolotl-0.2.3.tar.gz' is up to date. >> (SHA256) python-axolotl-0.2.3.tar.gz: OK ===> Extracting for py3-axolotl-0.2.3p4 ===> Patching for py3-axolotl-0.2.3p4 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-axolotl-0.2.3p4 ===> Configuring for py3-axolotl-0.2.3p4 ===> Building for py3-axolotl-0.2.3p4 * Getting build dependencies for wheel... 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' writing manifest file 'python_axolotl.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/axolotl copying axolotl/__init__.py -> build/lib/axolotl copying axolotl/axolotladdress.py -> build/lib/axolotl copying axolotl/duplicatemessagexception.py -> build/lib/axolotl copying axolotl/identitykey.py -> build/lib/axolotl copying axolotl/identitykeypair.py -> build/lib/axolotl copying axolotl/invalidkeyexception.py -> build/lib/axolotl copying axolotl/invalidkeyidexception.py -> build/lib/axolotl copying axolotl/invalidmessageexception.py -> build/lib/axolotl copying axolotl/invalidversionexception.py -> build/lib/axolotl copying axolotl/legacymessageexception.py -> build/lib/axolotl copying axolotl/nosessionexception.py -> build/lib/axolotl copying axolotl/sessionbuilder.py -> build/lib/axolotl copying axolotl/sessioncipher.py -> build/lib/axolotl copying axolotl/statekeyexchangeexception.py -> build/lib/axolotl copying axolotl/untrustedidentityexception.py -> build/lib/axolotl creating build/lib/axolotl/ecc copying axolotl/ecc/__init__.py -> build/lib/axolotl/ecc copying axolotl/ecc/curve.py -> build/lib/axolotl/ecc copying axolotl/ecc/djbec.py -> build/lib/axolotl/ecc copying axolotl/ecc/ec.py -> build/lib/axolotl/ecc copying axolotl/ecc/eckeypair.py -> build/lib/axolotl/ecc creating build/lib/axolotl/groups copying axolotl/groups/__init__.py -> build/lib/axolotl/groups copying axolotl/groups/groupcipher.py -> build/lib/axolotl/groups copying axolotl/groups/groupsessionbuilder.py -> build/lib/axolotl/groups copying axolotl/groups/senderkeyname.py -> build/lib/axolotl/groups creating build/lib/axolotl/kdf copying axolotl/kdf/__init__.py -> build/lib/axolotl/kdf copying axolotl/kdf/derivedmessagesecrets.py -> build/lib/axolotl/kdf copying axolotl/kdf/derivedrootsecrets.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/messagekeys.py -> build/lib/axolotl/kdf creating build/lib/axolotl/protocol copying axolotl/protocol/__init__.py -> build/lib/axolotl/protocol copying axolotl/protocol/ciphertextmessage.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/senderkeydistributionmessage.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 creating build/lib/axolotl/ratchet copying axolotl/ratchet/__init__.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/aliceaxolotlparameters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/bobaxolotlparamaters.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/chainkey.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/ratchetingsession.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/rootkey.py -> build/lib/axolotl/ratchet copying axolotl/ratchet/symmetricaxolotlparameters.py -> build/lib/axolotl/ratchet creating build/lib/axolotl/state copying axolotl/state/__init__.py -> build/lib/axolotl/state copying axolotl/state/axolotlstore.py -> build/lib/axolotl/state copying axolotl/state/identitykeystore.py -> build/lib/axolotl/state copying axolotl/state/prekeybundle.py -> build/lib/axolotl/state copying axolotl/state/prekeyrecord.py -> build/lib/axolotl/state copying axolotl/state/prekeystore.py -> build/lib/axolotl/state copying axolotl/state/sessionrecord.py -> build/lib/axolotl/state copying axolotl/state/sessionstate.py -> build/lib/axolotl/state copying axolotl/state/sessionstore.py -> build/lib/axolotl/state copying axolotl/state/signedprekeyrecord.py -> build/lib/axolotl/state copying axolotl/state/signedprekeystore.py -> build/lib/axolotl/state copying axolotl/state/storageprotos_pb2.py -> build/lib/axolotl/state creating build/lib/axolotl/tests copying axolotl/tests/__init__.py -> build/lib/axolotl/tests copying axolotl/tests/inmemoryaxolotlstore.py -> 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/inmemorysessionstore.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/test_sessioncipher.py -> build/lib/axolotl/tests copying axolotl/tests/test_sigs.py -> build/lib/axolotl/tests creating 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/hexutil.py -> build/lib/axolotl/util copying axolotl/util/keyhelper.py -> build/lib/axolotl/util copying axolotl/util/medium.py -> build/lib/axolotl/util 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 creating 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 copying axolotl/groups/state/senderkeystore.py -> build/lib/axolotl/groups/state 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/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/ratchet copying axolotl/tests/ratchet/__init__.py -> build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/test_chainkey.py -> build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/test_ratchetingsession.py -> build/lib/axolotl/tests/ratchet copying axolotl/tests/ratchet/test_rootkey.py -> build/lib/axolotl/tests/ratchet 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 installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/axolotladdress.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/duplicatemessagexception.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/identitykey.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/identitykeypair.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/invalidkeyexception.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/invalidkeyidexception.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/invalidmessageexception.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/invalidversionexception.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/legacymessageexception.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/nosessionexception.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/sessionbuilder.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/sessioncipher.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/statekeyexchangeexception.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl copying build/lib/axolotl/untrustedidentityexception.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/ecc copying build/lib/axolotl/ecc/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ecc copying build/lib/axolotl/ecc/curve.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ecc copying build/lib/axolotl/ecc/djbec.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ecc copying build/lib/axolotl/ecc/ec.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ecc copying build/lib/axolotl/ecc/eckeypair.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ecc creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups copying build/lib/axolotl/groups/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups copying build/lib/axolotl/groups/groupcipher.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups copying build/lib/axolotl/groups/groupsessionbuilder.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups copying build/lib/axolotl/groups/senderkeyname.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/senderchainkey.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/sendermessagekey.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups/ratchet creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups/state copying build/lib/axolotl/groups/state/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeyrecord.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeystate.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeystore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/groups/state creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/kdf copying build/lib/axolotl/kdf/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/kdf copying build/lib/axolotl/kdf/derivedmessagesecrets.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/kdf copying build/lib/axolotl/kdf/derivedrootsecrets.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/kdf copying build/lib/axolotl/kdf/hkdf.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/kdf copying build/lib/axolotl/kdf/hkdfv2.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/kdf copying build/lib/axolotl/kdf/hkdfv3.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/kdf copying build/lib/axolotl/kdf/messagekeys.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/kdf creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/protocol copying build/lib/axolotl/protocol/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/protocol copying build/lib/axolotl/protocol/ciphertextmessage.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/protocol copying build/lib/axolotl/protocol/keyexchangemessage.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/protocol copying build/lib/axolotl/protocol/prekeywhispermessage.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/protocol copying build/lib/axolotl/protocol/senderkeydistributionmessage.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/protocol copying build/lib/axolotl/protocol/senderkeymessage.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/protocol copying build/lib/axolotl/protocol/whispermessage.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/protocol copying build/lib/axolotl/protocol/whisperprotos_pb2.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/protocol creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/ratchet copying build/lib/axolotl/ratchet/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ratchet copying build/lib/axolotl/ratchet/aliceaxolotlparameters.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ratchet copying build/lib/axolotl/ratchet/bobaxolotlparamaters.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ratchet copying build/lib/axolotl/ratchet/chainkey.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ratchet copying build/lib/axolotl/ratchet/ratchetingsession.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ratchet copying build/lib/axolotl/ratchet/rootkey.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ratchet copying build/lib/axolotl/ratchet/symmetricaxolotlparameters.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/ratchet creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/axolotlstore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/identitykeystore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/prekeybundle.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/prekeyrecord.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/prekeystore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/sessionrecord.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/sessionstate.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/sessionstore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/signedprekeyrecord.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/signedprekeystore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state copying build/lib/axolotl/state/storageprotos_pb2.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/state creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests copying build/lib/axolotl/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests copying build/lib/axolotl/tests/inmemoryaxolotlstore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests copying build/lib/axolotl/tests/inmemoryidentitykeystore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests copying build/lib/axolotl/tests/inmemoryprekeystore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests copying build/lib/axolotl/tests/inmemorysessionstore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests copying build/lib/axolotl/tests/inmemorysignedprekeystore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests copying build/lib/axolotl/tests/test_sessionbuilder.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests copying build/lib/axolotl/tests/test_sessioncipher.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests copying build/lib/axolotl/tests/test_sigs.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/groups copying build/lib/axolotl/tests/groups/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/groups copying build/lib/axolotl/tests/groups/inmemorysenderkeystore.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/groups copying build/lib/axolotl/tests/groups/test_groupcipher.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/groups creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/kdf copying build/lib/axolotl/tests/kdf/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/kdf copying build/lib/axolotl/tests/kdf/test_hkdf.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/kdf creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_chainkey.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_ratchetingsession.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_rootkey.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/ratchet creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/util copying build/lib/axolotl/tests/util/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/util copying build/lib/axolotl/tests/util/test_byteutil.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/tests/util creating build/bdist.openbsd-7.5-amd64/wheel/axolotl/util copying build/lib/axolotl/util/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/util copying build/lib/axolotl/util/byteutil.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/util copying build/lib/axolotl/util/hexutil.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/util copying build/lib/axolotl/util/keyhelper.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/util copying build/lib/axolotl/util/medium.py -> build/bdist.openbsd-7.5-amd64/wheel/axolotl/util 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' writing manifest file 'python_axolotl.egg-info/SOURCES.txt' Copying python_axolotl.egg-info to build/bdist.openbsd-7.5-amd64/wheel/python_axolotl-0.2.3-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/python_axolotl-0.2.3.dist-info/WHEEL creating '/exopi-obj/pobj/py-axolotl-0.2.3-python3/python-axolotl-0.2.3/dist/.tmp-flln84c0/python_axolotl-0.2.3-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'axolotl/__init__.py' adding 'axolotl/axolotladdress.py' adding 'axolotl/duplicatemessagexception.py' adding 'axolotl/identitykey.py' adding 'axolotl/identitykeypair.py' adding 'axolotl/invalidkeyexception.py' adding 'axolotl/invalidkeyidexception.py' adding 'axolotl/invalidmessageexception.py' adding 'axolotl/invalidversionexception.py' adding 'axolotl/legacymessageexception.py' adding 'axolotl/nosessionexception.py' adding 'axolotl/sessionbuilder.py' adding 'axolotl/sessioncipher.py' adding 'axolotl/statekeyexchangeexception.py' adding 'axolotl/untrustedidentityexception.py' adding 'axolotl/ecc/__init__.py' adding 'axolotl/ecc/curve.py' adding 'axolotl/ecc/djbec.py' adding 'axolotl/ecc/ec.py' adding 'axolotl/ecc/eckeypair.py' adding 'axolotl/groups/__init__.py' adding 'axolotl/groups/groupcipher.py' adding 'axolotl/groups/groupsessionbuilder.py' adding 'axolotl/groups/senderkeyname.py' adding 'axolotl/groups/ratchet/__init__.py' adding 'axolotl/groups/ratchet/senderchainkey.py' adding 'axolotl/groups/ratchet/sendermessagekey.py' adding 'axolotl/groups/state/__init__.py' adding 'axolotl/groups/state/senderkeyrecord.py' adding 'axolotl/groups/state/senderkeystate.py' adding 'axolotl/groups/state/senderkeystore.py' adding 'axolotl/kdf/__init__.py' adding 'axolotl/kdf/derivedmessagesecrets.py' adding 'axolotl/kdf/derivedrootsecrets.py' adding 'axolotl/kdf/hkdf.py' adding 'axolotl/kdf/hkdfv2.py' adding 'axolotl/kdf/hkdfv3.py' adding 'axolotl/kdf/messagekeys.py' adding 'axolotl/protocol/__init__.py' adding 'axolotl/protocol/ciphertextmessage.py' adding 'axolotl/protocol/keyexchangemessage.py' adding 'axolotl/protocol/prekeywhispermessage.py' adding 'axolotl/protocol/senderkeydistributionmessage.py' adding 'axolotl/protocol/senderkeymessage.py' adding 'axolotl/protocol/whispermessage.py' adding 'axolotl/protocol/whisperprotos_pb2.py' adding 'axolotl/ratchet/__init__.py' adding 'axolotl/ratchet/aliceaxolotlparameters.py' adding 'axolotl/ratchet/bobaxolotlparamaters.py' adding 'axolotl/ratchet/chainkey.py' adding 'axolotl/ratchet/ratchetingsession.py' adding 'axolotl/ratchet/rootkey.py' adding 'axolotl/ratchet/symmetricaxolotlparameters.py' adding 'axolotl/state/__init__.py' adding 'axolotl/state/axolotlstore.py' adding 'axolotl/state/identitykeystore.py' adding 'axolotl/state/prekeybundle.py' adding 'axolotl/state/prekeyrecord.py' adding 'axolotl/state/prekeystore.py' adding 'axolotl/state/sessionrecord.py' adding 'axolotl/state/sessionstate.py' adding 'axolotl/state/sessionstore.py' adding 'axolotl/state/signedprekeyrecord.py' adding 'axolotl/state/signedprekeystore.py' adding 'axolotl/state/storageprotos_pb2.py' adding 'axolotl/tests/__init__.py' adding 'axolotl/tests/inmemoryaxolotlstore.py' adding 'axolotl/tests/inmemoryidentitykeystore.py' adding 'axolotl/tests/inmemoryprekeystore.py' adding 'axolotl/tests/inmemorysessionstore.py' adding 'axolotl/tests/inmemorysignedprekeystore.py' adding 'axolotl/tests/test_sessionbuilder.py' adding 'axolotl/tests/test_sessioncipher.py' adding 'axolotl/tests/test_sigs.py' adding 'axolotl/tests/groups/__init__.py' adding 'axolotl/tests/groups/inmemorysenderkeystore.py' adding 'axolotl/tests/groups/test_groupcipher.py' adding 'axolotl/tests/kdf/__init__.py' adding 'axolotl/tests/kdf/test_hkdf.py' adding 'axolotl/tests/ratchet/__init__.py' adding 'axolotl/tests/ratchet/test_chainkey.py' adding 'axolotl/tests/ratchet/test_ratchetingsession.py' adding 'axolotl/tests/ratchet/test_rootkey.py' adding 'axolotl/tests/util/__init__.py' adding 'axolotl/tests/util/test_byteutil.py' adding 'axolotl/util/__init__.py' adding 'axolotl/util/byteutil.py' adding 'axolotl/util/hexutil.py' adding 'axolotl/util/keyhelper.py' adding 'axolotl/util/medium.py' adding 'python_axolotl-0.2.3.dist-info/METADATA' adding 'python_axolotl-0.2.3.dist-info/WHEEL' adding 'python_axolotl-0.2.3.dist-info/top_level.txt' adding 'python_axolotl-0.2.3.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built python_axolotl-0.2.3-py3-none-any.whl >>> Running package in security/py-axolotl,python3 at 1714746240.12 ===> security/py-axolotl,python3 ===> Faking installation for py3-axolotl-0.2.3p4 ===> Building package for py3-axolotl-0.2.3p4 Create /exopi-cvs/ports/packages/amd64/all/py3-axolotl-0.2.3p4.tgz Creating package py3-axolotl-0.2.3p4 reading plist| checking dependencies| checking dependencies|devel/py-protobuf,python3 checking dependencies|lang/python/3.10,-main checking dependencies|security/py-axolotl-curve25519,python3 checking dependencies|security/py-cryptography,python3 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 4% archiving|*** | 5% archiving|**** | 6% archiving|***** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|************************ | 37% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 43% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 58% archiving|************************************* | 59% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-axolotl-0.2.3p4.tgz >>> Running clean in security/py-axolotl,python3 at 1714746243.39 ===> security/py-axolotl,python3 ===> Cleaning for py3-axolotl-0.2.3p4 >>> Ended at 1714746243.69 max_stuck=0.00/depends=1.41/show-prepare-results=1.09/build=2.14/package=3.27/clean=0.32