Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pymacaroons-pynacl.spec'], chrootPath='/var/lib/mock/rhel+epel-9-x86_64-1682266646.788533/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=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pymacaroons-pynacl.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: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1626998400 Wrote: /builddir/build/SRPMS/python-pymacaroons-pynacl-0.13.0-10.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pymacaroons-pynacl.spec'], chrootPath='/var/lib/mock/rhel+epel-9-x86_64-1682266646.788533/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=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pymacaroons-pynacl.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: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1626998400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3X7GXU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pymacaroons-0.13.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pymacaroons-v0.13.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pymacaroons-0.13.0 + /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.Lmv51n + umask 022 + cd /builddir/build/BUILD + cd pymacaroons-0.13.0 + 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 -m64 -march=x86-64-v2 -mtune=generic -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/pymacaroons copying pymacaroons/verifier.py -> build/lib/pymacaroons copying pymacaroons/utils.py -> build/lib/pymacaroons copying pymacaroons/macaroon.py -> build/lib/pymacaroons copying pymacaroons/exceptions.py -> build/lib/pymacaroons copying pymacaroons/caveat.py -> build/lib/pymacaroons copying pymacaroons/__init__.py -> build/lib/pymacaroons creating build/lib/pymacaroons/serializers copying pymacaroons/serializers/json_serializer.py -> build/lib/pymacaroons/serializers copying pymacaroons/serializers/binary_serializer.py -> build/lib/pymacaroons/serializers copying pymacaroons/serializers/base_serializer.py -> build/lib/pymacaroons/serializers copying pymacaroons/serializers/__init__.py -> build/lib/pymacaroons/serializers creating build/lib/pymacaroons/field_encryptors copying pymacaroons/field_encryptors/secret_box_encryptor.py -> build/lib/pymacaroons/field_encryptors copying pymacaroons/field_encryptors/base_field_encryptor.py -> build/lib/pymacaroons/field_encryptors copying pymacaroons/field_encryptors/__init__.py -> build/lib/pymacaroons/field_encryptors creating build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/third_party.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/first_party.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/encrypted_first_party.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/base_third_party.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/base_first_party.py -> build/lib/pymacaroons/caveat_delegates copying pymacaroons/caveat_delegates/__init__.py -> build/lib/pymacaroons/caveat_delegates creating build/lib/pymacaroons/binders copying pymacaroons/binders/hash_signatures_binder.py -> build/lib/pymacaroons/binders copying pymacaroons/binders/base_binder.py -> build/lib/pymacaroons/binders copying pymacaroons/binders/__init__.py -> build/lib/pymacaroons/binders running egg_info creating pymacaroons.egg-info writing pymacaroons.egg-info/PKG-INFO writing dependency_links to pymacaroons.egg-info/dependency_links.txt writing requirements to pymacaroons.egg-info/requires.txt writing top-level names to pymacaroons.egg-info/top_level.txt writing manifest file 'pymacaroons.egg-info/SOURCES.txt' reading manifest file 'pymacaroons.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'docs/_build' adding license file 'LICENSE' writing manifest file 'pymacaroons.egg-info/SOURCES.txt' ++ pwd + make -j2 -C docs SPHINXBUILD=sphinx-build-3 html PYTHONPATH=/builddir/build/BUILD/pymacaroons-0.13.0 make: Entering directory '/builddir/build/BUILD/pymacaroons-0.13.0/docs' sphinx-build-3 -b html -d _build/doctrees . _build/html Running Sphinx v4.4.0 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 1 source files that are out of date updating environment: [new config] 1 added, 0 changed, 0 removed reading sources... [100%] index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [100%] index generating indices... genindex done writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. make: Leaving directory '/builddir/build/BUILD/pymacaroons-0.13.0/docs' + rm docs/_build/html/.buildinfo + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DScOYx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64 + cd pymacaroons-0.13.0 + 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 -m64 -march=x86-64-v2 -mtune=generic -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr creating /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons creating /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/binders copying build/lib/pymacaroons/binders/__init__.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/binders copying build/lib/pymacaroons/binders/base_binder.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/binders copying build/lib/pymacaroons/binders/hash_signatures_binder.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/binders creating /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/__init__.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/base_first_party.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/base_third_party.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/encrypted_first_party.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/first_party.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates copying build/lib/pymacaroons/caveat_delegates/third_party.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates creating /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/field_encryptors copying build/lib/pymacaroons/field_encryptors/__init__.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/field_encryptors copying build/lib/pymacaroons/field_encryptors/base_field_encryptor.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/field_encryptors copying build/lib/pymacaroons/field_encryptors/secret_box_encryptor.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/field_encryptors creating /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/__init__.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/base_serializer.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/binary_serializer.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/serializers/json_serializer.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/serializers copying build/lib/pymacaroons/__init__.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons copying build/lib/pymacaroons/caveat.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons copying build/lib/pymacaroons/exceptions.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons copying build/lib/pymacaroons/macaroon.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons copying build/lib/pymacaroons/utils.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons copying build/lib/pymacaroons/verifier.py -> /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/binders/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/binders/base_binder.py to base_binder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/binders/hash_signatures_binder.py to hash_signatures_binder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates/base_first_party.py to base_first_party.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates/base_third_party.py to base_third_party.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates/encrypted_first_party.py to encrypted_first_party.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates/first_party.py to first_party.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat_delegates/third_party.py to third_party.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/field_encryptors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/field_encryptors/base_field_encryptor.py to base_field_encryptor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/field_encryptors/secret_box_encryptor.py to secret_box_encryptor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/serializers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/serializers/base_serializer.py to base_serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/serializers/binary_serializer.py to binary_serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/serializers/json_serializer.py to json_serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/caveat.py to caveat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/macaroon.py to macaroon.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons/verifier.py to verifier.cpython-39.pyc writing byte-compilation script '/tmp/tmpbqxx8sgg.py' /usr/bin/python3 /tmp/tmpbqxx8sgg.py removing /tmp/tmpbqxx8sgg.py running install_egg_info running egg_info writing pymacaroons.egg-info/PKG-INFO writing dependency_links to pymacaroons.egg-info/dependency_links.txt writing requirements to pymacaroons.egg-info/requires.txt writing top-level names to pymacaroons.egg-info/top_level.txt reading manifest file 'pymacaroons.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pymacaroons.egg-info/SOURCES.txt' Copying pymacaroons.egg-info to /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9/site-packages/pymacaroons-0.13.0-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.13.0-10.el9 --unique-debug-suffix -0.13.0-10.el9.x86_64 --unique-debug-src-base python-pymacaroons-pynacl-0.13.0-10.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/pymacaroons-0.13.0 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/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-pymacaroons-pynacl-0.13.0-10.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XwDmRc + umask 022 + cd /builddir/build/BUILD + cd pymacaroons-0.13.0 + DOCDIR=/builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/doc/python3-pymacaroons-pynacl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/doc/python3-pymacaroons-pynacl + cp -pr README.md /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/doc/python3-pymacaroons-pynacl + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.IJYdLh + umask 022 + cd /builddir/build/BUILD + cd pymacaroons-0.13.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/licenses/python3-pymacaroons-pynacl + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/licenses/python3-pymacaroons-pynacl + cp -pr LICENSE /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/licenses/python3-pymacaroons-pynacl + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pymacaroons-pynacl = 0.13.0-10.el9 python3-pymacaroons-pynacl = 0.13.0-10.el9 python3.9-pymacaroons-pynacl = 0.13.0-10.el9 python3.9dist(pymacaroons) = 0.13 python3dist(pymacaroons) = 0.13 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: (python3.9dist(pynacl) < 2 with python3.9dist(pynacl) >= 1.1.2) python(abi) = 3.9 python3.9dist(six) >= 1.8 Obsoletes: python-pymacaroons-pynacl < 0.13.0-10.el9 python39-pymacaroons-pynacl < 0.13.0-10.el9 Processing files: python-pymacaroons-pynacl-doc-0.13.0-10.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ArqD2o + umask 022 + cd /builddir/build/BUILD + cd pymacaroons-0.13.0 + DOCDIR=/builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/doc/python-pymacaroons-pynacl-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/doc/python-pymacaroons-pynacl-doc + cp -pr README.md /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/doc/python-pymacaroons-pynacl-doc + cp -pr docs/_build/html /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/doc/python-pymacaroons-pynacl-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0nIBwT + umask 022 + cd /builddir/build/BUILD + cd pymacaroons-0.13.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/licenses/python-pymacaroons-pynacl-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/licenses/python-pymacaroons-pynacl-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64/usr/share/licenses/python-pymacaroons-pynacl-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pymacaroons-pynacl-doc = 0.13.0-10.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64 Wrote: /builddir/build/RPMS/python3-pymacaroons-pynacl-0.13.0-10.el9.noarch.rpm Wrote: /builddir/build/RPMS/python-pymacaroons-pynacl-doc-0.13.0-10.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rlPV3s + umask 022 + cd /builddir/build/BUILD + cd pymacaroons-0.13.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pymacaroons-pynacl-0.13.0-10.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0