Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-smmap.spec'], chrootPath='/var/lib/mock/cloud7-openstack-common-el7-build-21425-27147/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-smmap.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-smmap-0.9.0-5.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-smmap.spec '], chrootPath='/var/lib/mock/cloud7-openstack-common-el7-build-21425-27147/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-smmap.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8ix5JY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf smmap-0.9.0 + /usr/bin/mkdir -p smmap-0.9.0 + cd smmap-0.9.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/smmap-0.9.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + pushd smmap-0.9.0 ~/build/BUILD/smmap-0.9.0/smmap-0.9.0 ~/build/BUILD/smmap-0.9.0 Patch #0 (smmap-0.9.0-fix-tests-remove-line-failing.patch): + echo 'Patch #0 (smmap-0.9.0-fix-tests-remove-line-failing.patch):' + /usr/bin/cat /builddir/build/SOURCES/smmap-0.9.0-fix-tests-remove-line-failing.patch + /usr/bin/patch -p1 --fuzz=0 patching file smmap/test/test_util.py patching file smmap/util.py + popd ~/build/BUILD/smmap-0.9.0 + mv smmap-0.9.0 python2 + find python2 -name '*.py' + xargs sed -i '1s|^#!python|#!/usr/bin/python2|' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xbpSPP + umask 022 + cd /builddir/build/BUILD ~/build/BUILD/smmap-0.9.0/python2 ~/build/BUILD/smmap-0.9.0 + cd smmap-0.9.0 + pushd python2 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/smmap copying smmap/buf.py -> build/lib/smmap copying smmap/__init__.py -> build/lib/smmap copying smmap/util.py -> build/lib/smmap copying smmap/exc.py -> build/lib/smmap copying smmap/mman.py -> build/lib/smmap creating build/lib/smmap/test copying smmap/test/lib.py -> build/lib/smmap/test copying smmap/test/test_buf.py -> build/lib/smmap/test copying smmap/test/__init__.py -> build/lib/smmap/test copying smmap/test/test_util.py -> build/lib/smmap/test copying smmap/test/test_tutorial.py -> build/lib/smmap/test copying smmap/test/test_mman.py -> build/lib/smmap/test + popd ~/build/BUILD/smmap-0.9.0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EYD8oH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch + cd smmap-0.9.0 ~/build/BUILD/smmap-0.9.0/python2 ~/build/BUILD/smmap-0.9.0 + pushd python2 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr creating /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap copying build/lib/smmap/buf.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap copying build/lib/smmap/__init__.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap copying build/lib/smmap/util.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap copying build/lib/smmap/exc.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap copying build/lib/smmap/mman.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap creating /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test copying build/lib/smmap/test/lib.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test copying build/lib/smmap/test/test_buf.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test copying build/lib/smmap/test/__init__.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test copying build/lib/smmap/test/test_util.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test copying build/lib/smmap/test/test_tutorial.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test copying build/lib/smmap/test/test_mman.py -> /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/buf.py to buf.pyc byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/exc.py to exc.pyc byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/mman.py to mman.pyc byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test/lib.py to lib.pyc byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test/test_buf.py to test_buf.pyc byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test/test_util.py to test_util.pyc byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test/test_tutorial.py to test_tutorial.pyc byte-compiling /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test/test_mman.py to test_mman.pyc writing byte-compilation script '/tmp/tmptMqIeg.py' /usr/bin/python2 -O /tmp/tmptMqIeg.py removing /tmp/tmptMqIeg.py running install_egg_info running egg_info writing smmap.egg-info/PKG-INFO writing top-level names to smmap.egg-info/top_level.txt writing dependency_links to smmap.egg-info/dependency_links.txt reading manifest file 'smmap.egg-info/SOURCES.txt' writing manifest file 'smmap.egg-info/SOURCES.txt' Copying smmap.egg-info to /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap-0.9.0-py2.7.egg-info running install_scripts + rm -rf /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7/site-packages/smmap/test + popd ~/build/BUILD/smmap-0.9.0 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/smmap-0.9.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.9p2FjA + umask 022 ~/build/BUILD/smmap-0.9.0/python2 ~/build/BUILD/smmap-0.9.0 + cd /builddir/build/BUILD + cd smmap-0.9.0 + pushd python2 + nosetests optimal: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.001075 s (0.093021 mb/s) optimal: Made 100 random slice accesses to buffer created from reading a total of 167.551434 mb in 0.135494 s (1236.596762 mb/s) worst case: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.009096 s (0.010994 mb/s) worst case: Made 100 random slice accesses to buffer created from reading a total of 213.781020 mb in 0.374889 s (570.251671 mb/s) static optimal: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.001000 s (0.100000 mb/s) static optimal: Made 100 random slice accesses to buffer created from reading a total of 206.862060 mb in 0.109697 s (1885.760909 mb/s) optimal: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.001000 s (0.100000 mb/s) optimal: Made 100 random slice accesses to buffer created from reading a total of 172.835545 mb in 0.090980 s (1899.708116 mb/s) worst case: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.005594 s (0.017876 mb/s) worst case: Made 100 random slice accesses to buffer created from reading a total of 198.451029 mb in 0.312179 s (635.696100 mb/s) static optimal: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.001000 s (0.100000 mb/s) static optimal: Made 100 random slice accesses to buffer created from reading a total of 193.601201 mb in 0.107483 s (1801.223760 mb/s) ..: Read 37 mb of memory with 5000 random on cursor initialized with accesses in 0.066370s (572.330225 mb/s) : Read 49 mb of memory with 5000 random on cursor initialized with accesses in 0.071027s (691.539485 mb/s) : Read 192 mb of memory with 5000 random on cursor initialized with accesses in 0.421122s (456.842725 mb/s) : Read 191 mb of memory with 5000 random on cursor initialized with accesses in 0.367585s (522.110128 mb/s) ....... ---------------------------------------------------------------------- Ran 9 tests in 2.178s OK + popd ~/build/BUILD/smmap-0.9.0 + exit 0 Processing files: python-smmap-0.9.0-5.el7.noarch Provides: python-smmap = 0.9.0-5.el7 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) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch Wrote: /builddir/build/RPMS/python-smmap-0.9.0-5.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7VHoUx + umask 022 + cd /builddir/build/BUILD + cd smmap-0.9.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-smmap-0.9.0-5.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->