D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/python-axolotl-0.2.3-4.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.leVev5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf python-axolotl-0.2.3 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/0.2.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-axolotl-0.2.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vpzyTj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-axolotl-0.2.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2hsBh9 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64 + cd python-axolotl-0.2.3 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64 running install /usr/lib/python3.9/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 install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/curve.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/djbec.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/ec.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc copying build/lib/axolotl/ecc/eckeypair.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/senderchainkey.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/ratchet copying build/lib/axolotl/groups/ratchet/sendermessagekey.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/ratchet creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeyrecord.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeystate.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/state/senderkeystore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/state copying build/lib/axolotl/groups/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups copying build/lib/axolotl/groups/groupcipher.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups copying build/lib/axolotl/groups/groupsessionbuilder.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups copying build/lib/axolotl/groups/senderkeyname.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/derivedmessagesecrets.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/derivedrootsecrets.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/hkdf.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/hkdfv2.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/hkdfv3.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf copying build/lib/axolotl/kdf/messagekeys.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/ciphertextmessage.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/keyexchangemessage.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/prekeywhispermessage.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/senderkeydistributionmessage.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/senderkeymessage.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/whispermessage.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol copying build/lib/axolotl/protocol/whisperprotos_pb2.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/aliceaxolotlparameters.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/bobaxolotlparamaters.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/chainkey.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/ratchetingsession.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/rootkey.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet copying build/lib/axolotl/ratchet/symmetricaxolotlparameters.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/axolotlstore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/identitykeystore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/prekeybundle.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/prekeyrecord.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/prekeystore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/sessionrecord.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/sessionstate.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/sessionstore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/signedprekeyrecord.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/signedprekeystore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state copying build/lib/axolotl/state/storageprotos_pb2.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/groups/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/groups/inmemorysenderkeystore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/groups copying build/lib/axolotl/tests/groups/test_groupcipher.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/groups creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/kdf copying build/lib/axolotl/tests/kdf/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/kdf copying build/lib/axolotl/tests/kdf/test_hkdf.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/kdf creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_chainkey.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_ratchetingsession.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/ratchet copying build/lib/axolotl/tests/ratchet/test_rootkey.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/ratchet creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/util copying build/lib/axolotl/tests/util/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/util copying build/lib/axolotl/tests/util/test_byteutil.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/util copying build/lib/axolotl/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemoryaxolotlstore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemoryidentitykeystore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemoryprekeystore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemorysessionstore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests copying build/lib/axolotl/tests/inmemorysignedprekeystore.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests copying build/lib/axolotl/tests/test_sessionbuilder.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests copying build/lib/axolotl/tests/test_sessioncipher.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests copying build/lib/axolotl/tests/test_sigs.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests creating /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util copying build/lib/axolotl/util/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util copying build/lib/axolotl/util/byteutil.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util copying build/lib/axolotl/util/hexutil.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util copying build/lib/axolotl/util/keyhelper.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util copying build/lib/axolotl/util/medium.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util copying build/lib/axolotl/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/axolotladdress.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/duplicatemessagexception.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/identitykey.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/identitykeypair.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/invalidkeyexception.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/invalidkeyidexception.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/invalidmessageexception.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/invalidversionexception.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/legacymessageexception.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/nosessionexception.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/sessionbuilder.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/sessioncipher.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/statekeyexchangeexception.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl copying build/lib/axolotl/untrustedidentityexception.py -> /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc/curve.py to curve.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc/djbec.py to djbec.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc/ec.py to ec.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ecc/eckeypair.py to eckeypair.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/ratchet/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/ratchet/senderchainkey.py to senderchainkey.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/ratchet/sendermessagekey.py to sendermessagekey.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/state/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/state/senderkeyrecord.py to senderkeyrecord.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/state/senderkeystate.py to senderkeystate.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/state/senderkeystore.py to senderkeystore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/groupcipher.py to groupcipher.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/groupsessionbuilder.py to groupsessionbuilder.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/groups/senderkeyname.py to senderkeyname.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf/derivedmessagesecrets.py to derivedmessagesecrets.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf/derivedrootsecrets.py to derivedrootsecrets.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf/hkdf.py to hkdf.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf/hkdfv2.py to hkdfv2.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf/hkdfv3.py to hkdfv3.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/kdf/messagekeys.py to messagekeys.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol/ciphertextmessage.py to ciphertextmessage.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol/keyexchangemessage.py to keyexchangemessage.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol/prekeywhispermessage.py to prekeywhispermessage.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol/senderkeydistributionmessage.py to senderkeydistributionmessage.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol/senderkeymessage.py to senderkeymessage.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol/whispermessage.py to whispermessage.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/protocol/whisperprotos_pb2.py to whisperprotos_pb2.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet/aliceaxolotlparameters.py to aliceaxolotlparameters.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet/bobaxolotlparamaters.py to bobaxolotlparamaters.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet/chainkey.py to chainkey.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet/ratchetingsession.py to ratchetingsession.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet/rootkey.py to rootkey.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/ratchet/symmetricaxolotlparameters.py to symmetricaxolotlparameters.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/axolotlstore.py to axolotlstore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/identitykeystore.py to identitykeystore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/prekeybundle.py to prekeybundle.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/prekeyrecord.py to prekeyrecord.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/prekeystore.py to prekeystore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/sessionrecord.py to sessionrecord.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/sessionstate.py to sessionstate.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/sessionstore.py to sessionstore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/signedprekeyrecord.py to signedprekeyrecord.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/signedprekeystore.py to signedprekeystore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/state/storageprotos_pb2.py to storageprotos_pb2.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/groups/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/groups/inmemorysenderkeystore.py to inmemorysenderkeystore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/groups/test_groupcipher.py to test_groupcipher.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/kdf/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/kdf/test_hkdf.py to test_hkdf.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/ratchet/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/ratchet/test_chainkey.py to test_chainkey.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/ratchet/test_ratchetingsession.py to test_ratchetingsession.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/ratchet/test_rootkey.py to test_rootkey.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/util/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/util/test_byteutil.py to test_byteutil.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/inmemoryaxolotlstore.py to inmemoryaxolotlstore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/inmemoryidentitykeystore.py to inmemoryidentitykeystore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/inmemoryprekeystore.py to inmemoryprekeystore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/inmemorysessionstore.py to inmemorysessionstore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/inmemorysignedprekeystore.py to inmemorysignedprekeystore.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/test_sessionbuilder.py to test_sessionbuilder.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/test_sessioncipher.py to test_sessioncipher.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/tests/test_sigs.py to test_sigs.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util/byteutil.py to byteutil.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util/hexutil.py to hexutil.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util/keyhelper.py to keyhelper.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/util/medium.py to medium.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/axolotladdress.py to axolotladdress.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/duplicatemessagexception.py to duplicatemessagexception.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/identitykey.py to identitykey.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/identitykeypair.py to identitykeypair.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/invalidkeyexception.py to invalidkeyexception.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/invalidkeyidexception.py to invalidkeyidexception.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/invalidmessageexception.py to invalidmessageexception.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/invalidversionexception.py to invalidversionexception.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/legacymessageexception.py to legacymessageexception.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/nosessionexception.py to nosessionexception.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/sessionbuilder.py to sessionbuilder.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/sessioncipher.py to sessioncipher.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/statekeyexchangeexception.py to statekeyexchangeexception.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/axolotl/untrustedidentityexception.py to untrustedidentityexception.cpython-39.pyc writing byte-compilation script '/tmp/tmp1ehhqplk.py' /usr/bin/python3 /tmp/tmp1ehhqplk.py removing /tmp/tmp1ehhqplk.py 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/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9/site-packages/python_axolotl-0.2.3-py3.9.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.2.3-4.mga9 --unique-debug-suffix -0.2.3-4.mga9.aarch64 --unique-debug-src-base python-axolotl-0.2.3-4.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/python-axolotl-0.2.3 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-axolotl-0.2.3-4.mga9.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aPcH8T + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-axolotl-0.2.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/share/doc/python3-axolotl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/share/doc/python3-axolotl + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64/usr/share/doc/python3-axolotl + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-axolotl = 0.2.3-4.mga9 python3-axolotl = 0.2.3-4.mga9 python3.9-axolotl = 0.2.3-4.mga9 python3.9dist(python-axolotl) = 0.2.3 python3dist(python-axolotl) = 0.2.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(cryptography) python3.9dist(protobuf) >= 3~b2 python3.9dist(python-axolotl-curve25519) >= 0.4.1 Obsoletes: python-axolotl < 0.2.3-4.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-axolotl-0.2.3-4.mga9.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FkIqee + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-axolotl-0.2.3 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-axolotl-0.2.3-4.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.H7Wi6L + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf python-axolotl-0.2.3 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!