Mock Version: 2.11 Mock Version: 2.11 Mock Version: 2.11 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-doubleratchet.spec'], chrootPath='/var/lib/mock/f35-build-28796816-3890271/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-doubleratchet.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1627344000 Wrote: /builddir/build/SRPMS/python-doubleratchet-0.7.0~beta-5.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-doubleratchet.spec'], chrootPath='/var/lib/mock/f35-build-28796816-3890271/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-doubleratchet.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1627344000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TAylXA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-doubleratchet-0.7.0-beta + /usr/bin/gzip -dc /builddir/build/SOURCES/v0.7.0-beta.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-doubleratchet-0.7.0-beta + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.i1Hvqm + umask 022 + cd /builddir/build/BUILD + cd python-doubleratchet-0.7.0-beta + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/doubleratchet copying doubleratchet/__init__.py -> build/lib/doubleratchet copying doubleratchet/aead.py -> build/lib/doubleratchet copying doubleratchet/header.py -> build/lib/doubleratchet copying doubleratchet/kdf.py -> build/lib/doubleratchet copying doubleratchet/keypair.py -> build/lib/doubleratchet copying doubleratchet/serializable.py -> build/lib/doubleratchet copying doubleratchet/version.py -> build/lib/doubleratchet creating build/lib/doubleratchet/exceptions copying doubleratchet/exceptions/__init__.py -> build/lib/doubleratchet/exceptions copying doubleratchet/exceptions/authenticationfailedexception.py -> build/lib/doubleratchet/exceptions copying doubleratchet/exceptions/missingkeyexception.py -> build/lib/doubleratchet/exceptions copying doubleratchet/exceptions/notinitializedexception.py -> build/lib/doubleratchet/exceptions copying doubleratchet/exceptions/toomanysavedmessagekeysexception.py -> build/lib/doubleratchet/exceptions creating build/lib/doubleratchet/kdfchains copying doubleratchet/kdfchains/__init__.py -> build/lib/doubleratchet/kdfchains copying doubleratchet/kdfchains/constkdfchain.py -> build/lib/doubleratchet/kdfchains copying doubleratchet/kdfchains/kdfchain.py -> build/lib/doubleratchet/kdfchains creating build/lib/doubleratchet/ratchets copying doubleratchet/ratchets/__init__.py -> build/lib/doubleratchet/ratchets copying doubleratchet/ratchets/dhratchet.py -> build/lib/doubleratchet/ratchets copying doubleratchet/ratchets/doubleratchet.py -> build/lib/doubleratchet/ratchets copying doubleratchet/ratchets/ratchet.py -> build/lib/doubleratchet/ratchets copying doubleratchet/ratchets/symmetrickeyratchet.py -> build/lib/doubleratchet/ratchets creating build/lib/doubleratchet/recommended copying doubleratchet/recommended/__init__.py -> build/lib/doubleratchet/recommended copying doubleratchet/recommended/cbchmacaead.py -> build/lib/doubleratchet/recommended copying doubleratchet/recommended/chainkeykdf.py -> build/lib/doubleratchet/recommended copying doubleratchet/recommended/rootkeykdf.py -> build/lib/doubleratchet/recommended + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5kIPjC + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch ++ dirname /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch + cd python-doubleratchet-0.7.0-beta + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr creating /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib creating /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10 creating /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages creating /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet copying build/lib/doubleratchet/__init__.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet copying build/lib/doubleratchet/aead.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet copying build/lib/doubleratchet/header.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet copying build/lib/doubleratchet/kdf.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet copying build/lib/doubleratchet/keypair.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet copying build/lib/doubleratchet/serializable.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet copying build/lib/doubleratchet/version.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet creating /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions copying build/lib/doubleratchet/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions copying build/lib/doubleratchet/exceptions/authenticationfailedexception.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions copying build/lib/doubleratchet/exceptions/missingkeyexception.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions copying build/lib/doubleratchet/exceptions/notinitializedexception.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions copying build/lib/doubleratchet/exceptions/toomanysavedmessagekeysexception.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions creating /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/kdfchains copying build/lib/doubleratchet/kdfchains/__init__.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/kdfchains copying build/lib/doubleratchet/kdfchains/constkdfchain.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/kdfchains copying build/lib/doubleratchet/kdfchains/kdfchain.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/kdfchains creating /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets copying build/lib/doubleratchet/ratchets/__init__.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets copying build/lib/doubleratchet/ratchets/dhratchet.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets copying build/lib/doubleratchet/ratchets/doubleratchet.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets copying build/lib/doubleratchet/ratchets/ratchet.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets copying build/lib/doubleratchet/ratchets/symmetrickeyratchet.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets creating /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/recommended copying build/lib/doubleratchet/recommended/__init__.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/recommended copying build/lib/doubleratchet/recommended/cbchmacaead.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/recommended copying build/lib/doubleratchet/recommended/chainkeykdf.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/recommended copying build/lib/doubleratchet/recommended/rootkeykdf.py -> /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/recommended byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/aead.py to aead.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/header.py to header.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/kdf.py to kdf.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/keypair.py to keypair.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/serializable.py to serializable.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/version.py to version.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions/authenticationfailedexception.py to authenticationfailedexception.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions/missingkeyexception.py to missingkeyexception.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions/notinitializedexception.py to notinitializedexception.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/exceptions/toomanysavedmessagekeysexception.py to toomanysavedmessagekeysexception.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/kdfchains/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/kdfchains/constkdfchain.py to constkdfchain.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/kdfchains/kdfchain.py to kdfchain.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets/dhratchet.py to dhratchet.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets/doubleratchet.py to doubleratchet.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets/ratchet.py to ratchet.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/ratchets/symmetrickeyratchet.py to symmetrickeyratchet.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/recommended/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/recommended/cbchmacaead.py to cbchmacaead.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/recommended/chainkeykdf.py to chainkeykdf.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/doubleratchet/recommended/rootkeykdf.py to rootkeykdf.cpython-310.pyc writing byte-compilation script '/tmp/tmpqaqsnay1.py' /usr/bin/python3 -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmpqaqsnay1.py removing /tmp/tmpqaqsnay1.py running install_egg_info running egg_info creating DoubleRatchet.egg-info writing DoubleRatchet.egg-info/PKG-INFO writing dependency_links to DoubleRatchet.egg-info/dependency_links.txt writing requirements to DoubleRatchet.egg-info/requires.txt writing top-level names to DoubleRatchet.egg-info/top_level.txt writing manifest file 'DoubleRatchet.egg-info/SOURCES.txt' reading manifest file 'DoubleRatchet.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'DoubleRatchet.egg-info/SOURCES.txt' Copying DoubleRatchet.egg-info to /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10/site-packages/DoubleRatchet-0.7.0-py3.10.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j6 --strict-build-id -m -i --build-id-seed 0.7.0~beta-5.fc35 --unique-debug-suffix -0.7.0~beta-5.fc35.noarch --unique-debug-src-base python-doubleratchet-0.7.0~beta-5.fc35.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-doubleratchet-0.7.0-beta find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/lib/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5l8jfO + umask 022 + cd /builddir/build/BUILD + cd python-doubleratchet-0.7.0-beta + /usr/bin/python3 setup.py test running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing DoubleRatchet.egg-info/PKG-INFO writing dependency_links to DoubleRatchet.egg-info/dependency_links.txt writing requirements to DoubleRatchet.egg-info/requires.txt writing top-level names to DoubleRatchet.egg-info/top_level.txt reading manifest file 'DoubleRatchet.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'DoubleRatchet.egg-info/SOURCES.txt' running build_ext ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-doubleratchet-0.7.0~beta-5.fc35.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.L5eCes + umask 022 + cd /builddir/build/BUILD + cd python-doubleratchet-0.7.0-beta + DOCDIR=/builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/share/doc/python3-doubleratchet + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/share/doc/python3-doubleratchet + cp -pr README.md /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/share/doc/python3-doubleratchet + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.aSZ5Td + umask 022 + cd /builddir/build/BUILD + cd python-doubleratchet-0.7.0-beta + LICENSEDIR=/builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/share/licenses/python3-doubleratchet + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/share/licenses/python3-doubleratchet + cp -pr LICENSE /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch/usr/share/licenses/python3-doubleratchet + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-doubleratchet = 0.7.0~beta-5.fc35 python3-doubleratchet = 0.7.0~beta-5.fc35 python3.10-doubleratchet = 0.7.0~beta-5.fc35 python3.10dist(doubleratchet) = 0.7 python3dist(doubleratchet) = 0.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.10 python3.10dist(cryptography) >= 1.7.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch Wrote: /builddir/build/RPMS/python3-doubleratchet-0.7.0~beta-5.fc35.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yKn7JD + umask 022 + cd /builddir/build/BUILD + cd python-doubleratchet-0.7.0-beta + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-doubleratchet-0.7.0~beta-5.fc35.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0