Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-hypothesis.spec'], chrootPath='/var/lib/mock/centos-7-x86_64/root'shell=FalseprintOutput=Trueenv={'LANG': 'en_US.utf8', '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=0logger=uid=1004) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-hypothesis.spec'] with env {'LANG': 'en_US.utf8', '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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-hypothesis-3.1.3-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-hypothesis.spec'], chrootPath='/var/lib/mock/centos-7-x86_64/root'shell=Falseuid=1004env={'LANG': 'en_US.utf8', '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=0private_network=Truelogger=printOutput=True) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-hypothesis.spec'] with env {'LANG': 'en_US.utf8', '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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.W0Gw76 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hypothesis-python-3.1.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/hypothesis-3.1.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd hypothesis-python-3.1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/hypothesis-2.0.0-offline.patch + /usr/bin/patch -p1 -s + /usr/bin/sed -i -e 1,2d src/hypothesis/tools/mergedbs.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Jodp7N + umask 022 + cd /builddir/build/BUILD + cd hypothesis-python-3.1.3 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/hypothesis copying src/hypothesis/__init__.py -> build/lib/hypothesis copying src/hypothesis/_settings.py -> build/lib/hypothesis copying src/hypothesis/configuration.py -> build/lib/hypothesis copying src/hypothesis/control.py -> build/lib/hypothesis copying src/hypothesis/core.py -> build/lib/hypothesis copying src/hypothesis/database.py -> build/lib/hypothesis copying src/hypothesis/errors.py -> build/lib/hypothesis copying src/hypothesis/executors.py -> build/lib/hypothesis copying src/hypothesis/reporting.py -> build/lib/hypothesis copying src/hypothesis/stateful.py -> build/lib/hypothesis copying src/hypothesis/strategies.py -> build/lib/hypothesis copying src/hypothesis/strategytests.py -> build/lib/hypothesis copying src/hypothesis/types.py -> build/lib/hypothesis copying src/hypothesis/version.py -> build/lib/hypothesis creating build/lib/hypothesis/extra copying src/hypothesis/extra/__init__.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/datetime.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/fakefactory.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/numpy.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/pytestplugin.py -> build/lib/hypothesis/extra creating build/lib/hypothesis/internal copying src/hypothesis/internal/__init__.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/charmap.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/classmap.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/compat.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/debug.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/floats.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/intervalsets.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/reflection.py -> build/lib/hypothesis/internal creating build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/__init__.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/collections.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/deferred.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/fixed.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/flatmapped.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/misc.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/numbers.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/recursive.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/reprwrapper.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/shared.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/strategies.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/streams.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/strings.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/wrappers.py -> build/lib/hypothesis/searchstrategy creating build/lib/hypothesis/tools copying src/hypothesis/tools/__init__.py -> build/lib/hypothesis/tools copying src/hypothesis/tools/mergedbs.py -> build/lib/hypothesis/tools creating build/lib/hypothesis/utils copying src/hypothesis/utils/__init__.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/conventions.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/dynamicvariables.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/size.py -> build/lib/hypothesis/utils creating build/lib/hypothesis/vendor copying src/hypothesis/vendor/__init__.py -> build/lib/hypothesis/vendor copying src/hypothesis/vendor/pretty.py -> build/lib/hypothesis/vendor creating build/lib/hypothesis/extra/django copying src/hypothesis/extra/django/__init__.py -> build/lib/hypothesis/extra/django copying src/hypothesis/extra/django/models.py -> build/lib/hypothesis/extra/django creating build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/__init__.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/data.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/engine.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/minimizer.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/utils.py -> build/lib/hypothesis/internal/conjecture + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2T6fjv + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64 + cd hypothesis-python-3.1.3 + /usr/bin/python2 setup.py install --skip-build --prefix=/usr --root /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/_settings.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/configuration.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/control.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/core.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/database.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/errors.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/executors.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/reporting.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/stateful.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/strategies.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/strategytests.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/types.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/version.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/datetime.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/fakefactory.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/numpy.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/pytestplugin.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra/django copying build/lib/hypothesis/extra/django/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra/django copying build/lib/hypothesis/extra/django/models.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra/django creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/charmap.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/classmap.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/compat.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/debug.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/floats.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/intervalsets.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/reflection.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/data.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/engine.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/minimizer.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/utils.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/collections.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/deferred.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/fixed.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/flatmapped.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/misc.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/numbers.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/recursive.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/reprwrapper.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/shared.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/strategies.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/streams.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/strings.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/wrappers.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/tools copying build/lib/hypothesis/tools/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/tools copying build/lib/hypothesis/tools/mergedbs.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/tools creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/conventions.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/dynamicvariables.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/size.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/utils creating /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/vendor copying build/lib/hypothesis/vendor/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/vendor copying build/lib/hypothesis/vendor/pretty.py -> /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/vendor byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/_settings.py to _settings.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/configuration.py to configuration.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/control.py to control.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/executors.py to executors.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/reporting.py to reporting.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/stateful.py to stateful.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/strategies.py to strategies.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/strategytests.py to strategytests.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra/datetime.py to datetime.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra/fakefactory.py to fakefactory.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra/numpy.py to numpy.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra/pytestplugin.py to pytestplugin.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra/django/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/extra/django/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/charmap.py to charmap.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/classmap.py to classmap.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/floats.py to floats.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/intervalsets.py to intervalsets.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/reflection.py to reflection.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/data.py to data.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/minimizer.py to minimizer.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/collections.py to collections.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/deferred.py to deferred.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/fixed.py to fixed.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/flatmapped.py to flatmapped.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/numbers.py to numbers.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/recursive.py to recursive.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/reprwrapper.py to reprwrapper.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/shared.py to shared.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/strategies.py to strategies.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/streams.py to streams.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/strings.py to strings.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/tools/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/tools/mergedbs.py to mergedbs.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/utils/conventions.py to conventions.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/utils/dynamicvariables.py to dynamicvariables.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/utils/size.py to size.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/vendor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis/vendor/pretty.py to pretty.pyc running install_egg_info running egg_info creating src/hypothesis.egg-info writing requirements to src/hypothesis.egg-info/requires.txt writing src/hypothesis.egg-info/PKG-INFO writing top-level names to src/hypothesis.egg-info/top_level.txt writing dependency_links to src/hypothesis.egg-info/dependency_links.txt writing entry points to src/hypothesis.egg-info/entry_points.txt writing manifest file 'src/hypothesis.egg-info/SOURCES.txt' reading manifest file 'src/hypothesis.egg-info/SOURCES.txt' writing manifest file 'src/hypothesis.egg-info/SOURCES.txt' Copying src/hypothesis.egg-info to /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7/site-packages/hypothesis-3.1.3-py2.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/hypothesis-python-3.1.3 /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-hypothesis-3.1.3-1.el7.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-hypothesis-3.1.3-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bNee6d + umask 022 + cd /builddir/build/BUILD + cd hypothesis-python-3.1.3 + DOCDIR=/builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/share/doc/python2-hypothesis-3.1.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/share/doc/python2-hypothesis-3.1.3 + cp -pr README.rst /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/share/doc/python2-hypothesis-3.1.3 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KIBJTW + umask 022 + cd /builddir/build/BUILD + cd hypothesis-python-3.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/share/licenses/python2-hypothesis-3.1.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/share/licenses/python2-hypothesis-3.1.3 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64/usr/share/licenses/python2-hypothesis-3.1.3 + exit 0 Provides: python-hypothesis python2-hypothesis = 3.1.3-1.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 Obsoletes: python-hypothesis < 1.11.1-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64 Wrote: /builddir/build/RPMS/python2-hypothesis-3.1.3-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ailg3t + umask 022 + cd /builddir/build/BUILD + cd hypothesis-python-3.1.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hypothesis-3.1.3-1.el7.x86_64 + exit 0 Child return code was: 0