Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-a4395873d97037dbe5cdeebee21d03943fdb19d6/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', '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=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec'] with env {'LANG': 'en_US.UTF-8', '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 sh: /usr/bin/python2: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-hypothesis-1.11.2-3.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-a4395873d97037dbe5cdeebee21d03943fdb19d6/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', '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=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec'] with env {'LANG': 'en_US.UTF-8', '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.5aGr4d + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hypothesis-1.11.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/hypothesis-1.11.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd hypothesis-1.11.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/sed -i -e 1,2d src/hypothesis/tools/mergedbs.py + rm -rf tests/django + rm -rf tests/fakefactory + rm -rf tests/nocover + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4DnGDv + umask 022 + cd /builddir/build/BUILD + cd hypothesis-1.11.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/hypothesis copying src/hypothesis/core.py -> build/lib/hypothesis copying src/hypothesis/deprecation.py -> build/lib/hypothesis copying src/hypothesis/types.py -> build/lib/hypothesis copying src/hypothesis/version.py -> build/lib/hypothesis copying src/hypothesis/reporting.py -> build/lib/hypothesis copying src/hypothesis/settings.py -> build/lib/hypothesis copying src/hypothesis/specifiers.py -> build/lib/hypothesis copying src/hypothesis/stateful.py -> build/lib/hypothesis copying src/hypothesis/errors.py -> build/lib/hypothesis copying src/hypothesis/__init__.py -> build/lib/hypothesis copying src/hypothesis/strategytests.py -> build/lib/hypothesis copying src/hypothesis/control.py -> build/lib/hypothesis copying src/hypothesis/strategies.py -> build/lib/hypothesis creating build/lib/hypothesis/internal copying src/hypothesis/internal/compat.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/classmap.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/reflection.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/chooser.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/typechecking.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/__init__.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/examplesource.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/distributions.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/debug.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/tracker.py -> build/lib/hypothesis/internal creating build/lib/hypothesis/executors copying src/hypothesis/executors/executors.py -> build/lib/hypothesis/executors copying src/hypothesis/executors/__init__.py -> build/lib/hypothesis/executors creating build/lib/hypothesis/testrunners copying src/hypothesis/testrunners/forking.py -> build/lib/hypothesis/testrunners copying src/hypothesis/testrunners/__init__.py -> build/lib/hypothesis/testrunners creating build/lib/hypothesis/extra copying src/hypothesis/extra/pytestplugin.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/datetime.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/numpy.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/fakefactory.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/__init__.py -> build/lib/hypothesis/extra creating build/lib/hypothesis/database copying src/hypothesis/database/__init__.py -> build/lib/hypothesis/database copying src/hypothesis/database/backend.py -> build/lib/hypothesis/database copying src/hypothesis/database/formats.py -> build/lib/hypothesis/database creating build/lib/hypothesis/utils copying src/hypothesis/utils/size.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/extmethod.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/show.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/idkey.py -> 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 creating build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/reprwrapper.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/basic.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/collections.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/wrappers.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/narytree.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/strings.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/streams.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/__init__.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/recursive.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/strategies.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/morphers.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/flatmapped.py -> build/lib/hypothesis/searchstrategy creating build/lib/hypothesis/tools copying src/hypothesis/tools/mergedbs.py -> build/lib/hypothesis/tools copying src/hypothesis/tools/__init__.py -> build/lib/hypothesis/tools creating build/lib/hypothesis/extra/django copying src/hypothesis/extra/django/models.py -> build/lib/hypothesis/extra/django copying src/hypothesis/extra/django/__init__.py -> build/lib/hypothesis/extra/django copying src/hypothesis/extra/django/fixtures.py -> build/lib/hypothesis/extra/django + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.r8MOJ5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch + cd hypothesis-1.11.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/core.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/deprecation.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/types.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/version.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/reporting.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/compat.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/classmap.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/reflection.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/chooser.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/typechecking.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/examplesource.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/distributions.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/debug.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/tracker.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/settings.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/executors copying build/lib/hypothesis/executors/executors.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/executors copying build/lib/hypothesis/executors/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/executors copying build/lib/hypothesis/specifiers.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/testrunners copying build/lib/hypothesis/testrunners/forking.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/testrunners copying build/lib/hypothesis/testrunners/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/testrunners copying build/lib/hypothesis/stateful.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/pytestplugin.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/datetime.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/numpy.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/fakefactory.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/django copying build/lib/hypothesis/extra/django/models.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/django copying build/lib/hypothesis/extra/django/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/django copying build/lib/hypothesis/extra/django/fixtures.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/django creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/database copying build/lib/hypothesis/database/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/database copying build/lib/hypothesis/database/backend.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/database copying build/lib/hypothesis/database/formats.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/database copying build/lib/hypothesis/errors.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/strategytests.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/control.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/size.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/extmethod.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/show.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/idkey.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/conventions.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/dynamicvariables.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/strategies.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/reprwrapper.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/basic.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/collections.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/wrappers.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/narytree.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/strings.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/streams.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/recursive.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/strategies.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/morphers.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/misc.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/numbers.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/flatmapped.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy creating /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/tools copying build/lib/hypothesis/tools/mergedbs.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/tools copying build/lib/hypothesis/tools/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/tools byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/deprecation.py to deprecation.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/reporting.py to reporting.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/classmap.py to classmap.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/reflection.py to reflection.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/chooser.py to chooser.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/typechecking.py to typechecking.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/examplesource.py to examplesource.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/distributions.py to distributions.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/tracker.py to tracker.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/executors/executors.py to executors.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/executors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/specifiers.py to specifiers.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/testrunners/forking.py to forking.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/testrunners/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/stateful.py to stateful.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/pytestplugin.py to pytestplugin.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/datetime.py to datetime.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/numpy.py to numpy.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/fakefactory.py to fakefactory.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/django/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/django/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/django/fixtures.py to fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/database/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/database/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/database/formats.py to formats.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/strategytests.py to strategytests.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/control.py to control.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils/size.py to size.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils/extmethod.py to extmethod.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils/show.py to show.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils/idkey.py to idkey.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils/conventions.py to conventions.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils/dynamicvariables.py to dynamicvariables.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/strategies.py to strategies.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/reprwrapper.py to reprwrapper.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/basic.py to basic.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/collections.py to collections.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/narytree.py to narytree.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/strings.py to strings.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/streams.py to streams.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/recursive.py to recursive.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/strategies.py to strategies.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/morphers.py to morphers.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/numbers.py to numbers.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/flatmapped.py to flatmapped.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/tools/mergedbs.py to mergedbs.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/tools/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpPJOS8U.py' /usr/bin/python2 -O /tmp/tmpPJOS8U.py removing /tmp/tmpPJOS8U.py 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-1.11.2-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis-1.11.2-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 50000000 /builddir/build/BUILD/hypothesis-1.11.2 /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-1.11.2-3.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.79vMwC + umask 022 + cd /builddir/build/BUILD + cd hypothesis-1.11.2 + rm -rf tests/py2 + exit 0 Processing files: python2-hypothesis-1.11.2-3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pJUHFb + umask 022 + cd /builddir/build/BUILD + cd hypothesis-1.11.2 + DOCDIR=/builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/share/doc/python2-hypothesis-1.11.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/share/doc/python2-hypothesis-1.11.2 + cp -pr README.rst /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/share/doc/python2-hypothesis-1.11.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZPJkjL + umask 022 + cd /builddir/build/BUILD + cd hypothesis-1.11.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/share/licenses/python2-hypothesis-1.11.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/share/licenses/python2-hypothesis-1.11.2 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch/usr/share/licenses/python2-hypothesis-1.11.2 + exit 0 Provides: python-hypothesis = 1.11.2-3.el7 python2-hypothesis = 1.11.2-3.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.2-3.el7 python-hypothesis < 1.11.1-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch Wrote: /builddir/build/RPMS/python2-hypothesis-1.11.2-3.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zLCsz3 + umask 022 + cd /builddir/build/BUILD + cd hypothesis-1.11.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hypothesis-1.11.2-3.el7.noarch + exit 0 Child return code was: 0