Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-pytest-benchmark.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-70656-372149/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '76360d4b5d874001ae49ab1978c584b1', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-70656-372149/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-pytest-benchmark.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-pytest-benchmark-3.2.2-4.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-pytest-benchmark.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-70656-372149/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '7d6817084ab54e748d78c48468c3bcf5', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-70656-372149/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-pytest-benchmark.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FLK26w + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pytest-benchmark-3.2.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/pytest-benchmark-3.2.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pytest-benchmark-3.2.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.c4c66U + umask 022 + cd /builddir/build/BUILD + cd pytest-benchmark-3.2.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib creating build/lib/pytest_benchmark copying src/pytest_benchmark/csv.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/histogram.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/fixture.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/cli.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/hookspec.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/compat.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/utils.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/pep418.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/table.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/__init__.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/stats.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/__main__.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/timers.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/plugin.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/session.py -> build/lib/pytest_benchmark copying src/pytest_benchmark/logger.py -> build/lib/pytest_benchmark creating build/lib/pytest_benchmark/storage copying src/pytest_benchmark/storage/elasticsearch.py -> build/lib/pytest_benchmark/storage copying src/pytest_benchmark/storage/__init__.py -> build/lib/pytest_benchmark/storage copying src/pytest_benchmark/storage/file.py -> build/lib/pytest_benchmark/storage running egg_info creating src/pytest_benchmark.egg-info writing src/pytest_benchmark.egg-info/PKG-INFO writing dependency_links to src/pytest_benchmark.egg-info/dependency_links.txt writing entry points to src/pytest_benchmark.egg-info/entry_points.txt writing requirements to src/pytest_benchmark.egg-info/requires.txt writing top-level names to src/pytest_benchmark.egg-info/top_level.txt writing manifest file 'src/pytest_benchmark.egg-info/SOURCES.txt' reading manifest file 'src/pytest_benchmark.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.dylib' found anywhere in distribution writing manifest file 'src/pytest_benchmark.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nq9yOl + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch + cd pytest-benchmark-3.2.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr creating /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/csv.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/histogram.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark creating /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/storage copying build/lib/pytest_benchmark/storage/elasticsearch.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/storage copying build/lib/pytest_benchmark/storage/__init__.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/storage copying build/lib/pytest_benchmark/storage/file.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/storage copying build/lib/pytest_benchmark/fixture.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/cli.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/hookspec.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/compat.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/utils.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/pep418.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/table.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/__init__.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/stats.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/__main__.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/timers.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/plugin.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/session.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark copying build/lib/pytest_benchmark/logger.py -> /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/csv.py to csv.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/histogram.py to histogram.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/storage/elasticsearch.py to elasticsearch.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/storage/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/storage/file.py to file.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/fixture.py to fixture.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/cli.py to cli.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/hookspec.py to hookspec.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/pep418.py to pep418.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/table.py to table.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/stats.py to stats.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/__main__.py to __main__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/timers.py to timers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/plugin.py to plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/session.py to session.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark/logger.py to logger.cpython-36.pyc writing byte-compilation script '/tmp/tmp163zu_yk.py' /usr/libexec/platform-python /tmp/tmp163zu_yk.py removing /tmp/tmp163zu_yk.py running install_egg_info running egg_info writing src/pytest_benchmark.egg-info/PKG-INFO writing dependency_links to src/pytest_benchmark.egg-info/dependency_links.txt writing entry points to src/pytest_benchmark.egg-info/entry_points.txt writing requirements to src/pytest_benchmark.egg-info/requires.txt writing top-level names to src/pytest_benchmark.egg-info/top_level.txt reading manifest file 'src/pytest_benchmark.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.dylib' found anywhere in distribution writing manifest file 'src/pytest_benchmark.egg-info/SOURCES.txt' Copying src/pytest_benchmark.egg-info to /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6/site-packages/pytest_benchmark-3.2.2-py3.6.egg-info running install_scripts Installing py.test-benchmark script to /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/bin Installing pytest-benchmark script to /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 3.2.2-4.el8 --unique-debug-suffix -3.2.2-4.el8.noarch --unique-debug-src-base python-pytest-benchmark-3.2.2-4.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pytest-benchmark-3.2.2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Jzafbq + umask 022 + cd /builddir/build/BUILD + cd pytest-benchmark-3.2.2 + /usr/libexec/platform-python 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 src/pytest_benchmark.egg-info/PKG-INFO writing dependency_links to src/pytest_benchmark.egg-info/dependency_links.txt writing entry points to src/pytest_benchmark.egg-info/entry_points.txt writing requirements to src/pytest_benchmark.egg-info/requires.txt writing top-level names to src/pytest_benchmark.egg-info/top_level.txt reading manifest file 'src/pytest_benchmark.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.dylib' found anywhere in distribution writing manifest file 'src/pytest_benchmark.egg-info/SOURCES.txt' running build_ext ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK + exit 0 Processing files: python3-pytest-benchmark-3.2.2-4.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mAhCCZ + umask 022 + cd /builddir/build/BUILD + cd pytest-benchmark-3.2.2 + DOCDIR=/builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/share/doc/python3-pytest-benchmark + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/share/doc/python3-pytest-benchmark + cp -pr README.rst /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/share/doc/python3-pytest-benchmark + cp -pr CHANGELOG.rst /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/share/doc/python3-pytest-benchmark + cp -pr CONTRIBUTING.rst /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/share/doc/python3-pytest-benchmark + cp -pr AUTHORS.rst /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/share/doc/python3-pytest-benchmark + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BUkHlC + umask 022 + cd /builddir/build/BUILD + cd pytest-benchmark-3.2.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/share/licenses/python3-pytest-benchmark + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/share/licenses/python3-pytest-benchmark + cp -pr LICENSE /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch/usr/share/licenses/python3-pytest-benchmark + exit 0 Provides: python3-pytest-benchmark = 3.2.2-4.el8 python3.6dist(pytest-benchmark) = 3.2.2 python3dist(pytest-benchmark) = 3.2.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: /usr/libexec/platform-python python(abi) = 3.6 python3.6dist(py-cpuinfo) python3.6dist(pytest) >= 3.8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch Wrote: /builddir/build/RPMS/python3-pytest-benchmark-3.2.2-4.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uM7cs2 + umask 022 + cd /builddir/build/BUILD + cd pytest-benchmark-3.2.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pytest-benchmark-3.2.2-4.el8.noarch + exit 0 Child return code was: 0