Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/python-bidict.spec'], chrootPath='/var/lib/mock/alma+epel-9-x86_64/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=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/python-bidict.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-bidict-0.21.2-4.el9.src.rpm Child return code was: 0 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/python-bidict.spec'], chrootPath='/var/lib/mock/alma+epel-9-x86_64/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=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/python-bidict.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-bidict-0.21.2-4.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/python-bidict.spec"], chrootPath='/var/lib/mock/alma+epel-9-x86_64/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=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/python-bidict.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.AJ2Co4 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bidict-0.21.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/bidict-0.21.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bidict-0.21.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/bidict-remove-setuptools-scm.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf bidict.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aiIvVY + umask 022 + cd /builddir/build/BUILD + cd bidict-0.21.2 + CFLAGS='-O2 -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/bidict copying bidict/_orderedbidict.py -> build/lib/bidict copying bidict/_delegating.py -> build/lib/bidict copying bidict/_bidict.py -> build/lib/bidict copying bidict/_abc.py -> build/lib/bidict copying bidict/_base.py -> build/lib/bidict copying bidict/_mut.py -> build/lib/bidict copying bidict/_frozenordered.py -> build/lib/bidict copying bidict/_named.py -> build/lib/bidict copying bidict/_dup.py -> build/lib/bidict copying bidict/_orderedbase.py -> build/lib/bidict copying bidict/__init__.py -> build/lib/bidict copying bidict/_iter.py -> build/lib/bidict copying bidict/_exc.py -> build/lib/bidict copying bidict/_frozenbidict.py -> build/lib/bidict copying bidict/_typing.py -> build/lib/bidict copying bidict/metadata.py -> build/lib/bidict copying bidict/py.typed -> build/lib/bidict + PYTHONPATH=/builddir/build/BUILD/bidict-0.21.2 + sphinx-build-3 docs html Running Sphinx v4.4.0 making output directory... done loading intersphinx inventory from https://docs.python.org/3/objects.inv... building [mo]: targets for 0 po files that are out of date building [html]: targets for 14 source files that are out of date updating environment: [new config] 14 added, 0 changed, 0 removed reading sources... [ 7%] addendum reading sources... [ 14%] api reading sources... [ 21%] basic-usage reading sources... [ 28%] changelog reading sources... [ 35%] code-of-conduct reading sources... [ 42%] contributors-guide reading sources... [ 50%] extending reading sources... [ 57%] home reading sources... [ 64%] index reading sources... [ 71%] intro reading sources... [ 78%] learning-from-bidict reading sources... [ 85%] other-bidict-types reading sources... [ 92%] other-functionality reading sources... [100%] thanks /builddir/build/BUILD/bidict-0.21.2/docs/changelog.rst:419: WARNING: duplicate label changelog:speedups and memory usage improvements, other instance in /builddir/build/BUILD/bidict-0.21.2/docs/changelog.rst /builddir/build/BUILD/bidict-0.21.2/docs/changelog.rst:487: WARNING: duplicate label changelog:minor breaking api changes, other instance in /builddir/build/BUILD/bidict-0.21.2/docs/changelog.rst /builddir/build/BUILD/bidict-0.21.2/docs/changelog.rst:879: WARNING: duplicate label changelog:breaking api changes, other instance in /builddir/build/BUILD/bidict-0.21.2/docs/changelog.rst /builddir/build/BUILD/bidict-0.21.2/docs/changelog.rst:959: WARNING: duplicate label changelog:breaking api changes, other instance in /builddir/build/BUILD/bidict-0.21.2/docs/changelog.rst /builddir/build/BUILD/bidict-0.21.2/docs/changelog.rst:1016: WARNING: duplicate label changelog:breaking api changes, other instance in /builddir/build/BUILD/bidict-0.21.2/docs/changelog.rst looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 7%] addendum writing output... [ 14%] api writing output... [ 21%] basic-usage writing output... [ 28%] changelog writing output... [ 35%] code-of-conduct writing output... [ 42%] contributors-guide writing output... [ 50%] extending writing output... [ 57%] home writing output... [ 64%] index writing output... [ 71%] intro writing output... [ 78%] learning-from-bidict writing output... [ 85%] other-bidict-types writing output... [ 92%] other-functionality writing output... [100%] thanks generating indices... genindex py-modindex done highlighting module code... [ 9%] _abc highlighting module code... [ 18%] bidict._abc highlighting module code... [ 27%] bidict._base highlighting module code... [ 36%] bidict._dup highlighting module code... [ 45%] bidict._frozenbidict highlighting module code... [ 54%] bidict._frozenordered highlighting module code... [ 63%] bidict._iter highlighting module code... [ 72%] bidict._mut highlighting module code... [ 81%] bidict._orderedbase highlighting module code... [ 90%] bidict._orderedbidict highlighting module code... [100%] builtins writing additional pages... search done copying images... [100%] _static/bidict-types-diagram.png copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 5 warnings. The HTML pages are in html. + rm -rf html/.doctrees html/.buildinfo + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yWEETA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64 + cd bidict-0.21.2 + CFLAGS='-O2 -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-bidict-0.21.2-4.el9.x86_64 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 /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr creating /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_orderedbidict.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_delegating.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_bidict.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_abc.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_base.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_mut.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_frozenordered.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_named.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_dup.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_orderedbase.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/__init__.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_iter.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_exc.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_frozenbidict.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/_typing.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/py.typed -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict copying build/lib/bidict/metadata.py -> /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_orderedbidict.py to _orderedbidict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_delegating.py to _delegating.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_bidict.py to _bidict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_abc.py to _abc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_base.py to _base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_mut.py to _mut.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_frozenordered.py to _frozenordered.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_named.py to _named.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_dup.py to _dup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_orderedbase.py to _orderedbase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_iter.py to _iter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_exc.py to _exc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_frozenbidict.py to _frozenbidict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/_typing.py to _typing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict/metadata.py to metadata.cpython-39.pyc writing byte-compilation script '/tmp/tmpx9txgqkb.py' /usr/bin/python3 /tmp/tmpx9txgqkb.py removing /tmp/tmpx9txgqkb.py running install_egg_info running egg_info creating bidict.egg-info writing bidict.egg-info/PKG-INFO writing dependency_links to bidict.egg-info/dependency_links.txt writing requirements to bidict.egg-info/requires.txt writing top-level names to bidict.egg-info/top_level.txt writing manifest file 'bidict.egg-info/SOURCES.txt' reading manifest file 'bidict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'bidict.egg-info/SOURCES.txt' Copying bidict.egg-info to /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9/site-packages/bidict-0.21.2-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.21.2-4.el9 --unique-debug-suffix -0.21.2-4.el9.x86_64 --unique-debug-src-base python-bidict-0.21.2-4.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/bidict-0.21.2 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-bidict-0.21.2-4.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.b3bByy Processing files: python3-bidict-0.21.2-4.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.glWerZ + umask 022 + cd /builddir/build/BUILD + cd bidict-0.21.2 + DOCDIR=/builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/doc/python3-bidict + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/doc/python3-bidict + cp -pr CHANGELOG.rst /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/doc/python3-bidict + cp -pr README.rst /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/doc/python3-bidict + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Q3p1de + umask 022 + cd /builddir/build/BUILD + cd bidict-0.21.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/licenses/python3-bidict + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/licenses/python3-bidict + cp -pr LICENSE /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/licenses/python3-bidict + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-bidict = 0.21.2-4.el9 python3-bidict = 0.21.2-4.el9 python3.9-bidict = 0.21.2-4.el9 python3.9dist(bidict) = 0.21.2 python3dist(bidict) = 0.21.2 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.9 Obsoletes: python-bidict < 0.21.2-4.el9 python39-bidict < 0.21.2-4.el9 Processing files: python-bidict-doc-0.21.2-4.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XC3hkZ + umask 022 + cd /builddir/build/BUILD + cd bidict-0.21.2 + DOCDIR=/builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/doc/python-bidict-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/doc/python-bidict-doc + cp -pr html /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/doc/python-bidict-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7Q2gK4 + umask 022 + cd /builddir/build/BUILD + cd bidict-0.21.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/licenses/python-bidict-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/licenses/python-bidict-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-bidict-0.21.2-4.el9.x86_64/usr/share/licenses/python-bidict-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-bidict-doc = 0.21.2-4.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-bidict-0.21.2-4.el9.x86_64 Wrote: /builddir/build/RPMS/python3-bidict-0.21.2-4.el9.noarch.rpm Wrote: /builddir/build/RPMS/python-bidict-doc-0.21.2-4.el9.noarch.rpm Child return code was: 0