Mock Version: 1.2.17 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/cloud7-openstack-stein-el7-build-56490-227936/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.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=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec'] with env {'LANG': 'en_GB.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 Wrote: /builddir/build/SRPMS/python-hypothesis-3.66.11-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/cloud7-openstack-stein-el7-build-56490-227936/root'shell=Falseuid=996env={'LANG': 'en_GB.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=86400private_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_GB.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.h4AISM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hypothesis-hypothesis-python-3.66.11/hypothesis-python + /usr/bin/gzip -dc /builddir/build/SOURCES/hypothesis-3.66.11.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd hypothesis-hypothesis-python-3.66.11/hypothesis-python + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/hypothesis-3.12.0-offline.patch + /usr/bin/patch -p1 -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HYFBaN + umask 022 + cd /builddir/build/BUILD + cd hypothesis-hypothesis-python-3.66.11/hypothesis-python + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /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/control.py -> build/lib/hypothesis copying src/hypothesis/provisional.py -> build/lib/hypothesis copying src/hypothesis/version.py -> build/lib/hypothesis copying src/hypothesis/strategies.py -> build/lib/hypothesis copying src/hypothesis/types.py -> build/lib/hypothesis copying src/hypothesis/configuration.py -> build/lib/hypothesis copying src/hypothesis/executors.py -> build/lib/hypothesis copying src/hypothesis/stateful.py -> build/lib/hypothesis copying src/hypothesis/reporting.py -> build/lib/hypothesis copying src/hypothesis/__init__.py -> build/lib/hypothesis copying src/hypothesis/database.py -> build/lib/hypothesis copying src/hypothesis/statistics.py -> build/lib/hypothesis copying src/hypothesis/_settings.py -> build/lib/hypothesis copying src/hypothesis/errors.py -> build/lib/hypothesis creating build/lib/hypothesis/utils copying src/hypothesis/utils/conventions.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/__init__.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/dynamicvariables.py -> build/lib/hypothesis/utils creating build/lib/hypothesis/internal copying src/hypothesis/internal/compat.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/detection.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/escalation.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/entropy.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/healthcheck.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/charmap.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/intervalsets.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/renaming.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/cathetus.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/coverage.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/validation.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/reflection.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/cache.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/__init__.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/floats.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/lazyformat.py -> build/lib/hypothesis/internal creating build/lib/hypothesis/vendor copying src/hypothesis/vendor/pretty.py -> build/lib/hypothesis/vendor copying src/hypothesis/vendor/__init__.py -> build/lib/hypothesis/vendor creating build/lib/hypothesis/extra copying src/hypothesis/extra/fakefactory.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/datetime.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/dateutil.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/numpy.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/pytz.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/__init__.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/pytestplugin.py -> build/lib/hypothesis/extra creating build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/lazy.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/regex.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/deferred.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/flatmapped.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/recursive.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/datetime.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/types.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/numbers.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/misc.py -> 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/attrs.py -> build/lib/hypothesis/searchstrategy creating build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/utils.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/engine.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/data.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/__init__.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/floats.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/minimizer.py -> build/lib/hypothesis/internal/conjecture creating build/lib/hypothesis/extra/pandas copying src/hypothesis/extra/pandas/__init__.py -> build/lib/hypothesis/extra/pandas copying src/hypothesis/extra/pandas/impl.py -> build/lib/hypothesis/extra/pandas 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/py.typed -> build/lib/hypothesis + sleep 1 + PYTHONPATH=src + READTHEDOCS=True + sphinx-build -b man docs docs/_build/man Running Sphinx v1.8.4 making output directory... building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 23 added, 0 changed, 0 removed reading sources... [ 4%] changes reading sources... [ 8%] community reading sources... [ 13%] data reading sources... [ 17%] database reading sources... [ 21%] details reading sources... [ 26%] development reading sources... [ 30%] django reading sources... [ 34%] endorsements reading sources... [ 39%] examples reading sources... [ 43%] extras reading sources... [ 47%] healthchecks reading sources... [ 52%] index reading sources... [ 56%] manifesto reading sources... [ 60%] numpy reading sources... [ 65%] packaging reading sources... [ 69%] quickstart reading sources... [ 73%] reproducing reading sources... [ 78%] settings reading sources... [ 82%] stateful reading sources... [ 86%] strategies reading sources... [ 91%] support reading sources... [ 95%] supported reading sources... [100%] usage WARNING: autodoc: failed to import function u'django.models.models' from module u'hypothesis.extra'; the following exception was raised: No module named django.test WARNING: autodoc: failed to import module u'dateutil' from module u'hypothesis.extra'; the following exception was raised: No module named dateutil WARNING: autodoc: failed to import module u'numpy' from module u'hypothesis.extra'; the following exception was raised: No module named numpy looking for now-outdated files... none found pickling environment... WARNING: autodoc: failed to import module u'pandas' from module u'hypothesis.extra'; the following exception was raised: No module named numpy done checking consistency... done writing... hypothesis.1 { quickstart details settings data extras django numpy healthchecks database stateful supported examples community manifesto endorsements usage strategies changes development support packaging reproducing } /builddir/build/BUILD/hypothesis-hypothesis-python-3.66.11/hypothesis-python/src/hypothesis/control.py:docstring of hypothesis.assume:1: WARNING: undefined label: python:assert (if the link has no caption the label must precede a section header) /builddir/build/BUILD/hypothesis-hypothesis-python-3.66.11/hypothesis-python/docs/details.rst:655: WARNING: undefined label: pytest:mark examples (if the link has no caption the label must precede a section header) /builddir/build/BUILD/hypothesis-hypothesis-python-3.66.11/hypothesis-python/docs/settings.rst:111: WARNING: unknown document: pytest:capture /builddir/build/BUILD/hypothesis-hypothesis-python-3.66.11/hypothesis-python/src/hypothesis/strategies.py:docstring of hypothesis.strategies.builds:14: WARNING: undefined label: attrs:api_validators (if the link has no caption the label must precede a section header) /builddir/build/BUILD/hypothesis-hypothesis-python-3.66.11/hypothesis-python/docs/changes.rst:2033: WARNING: unknown document: numpy:reference/arrays.datetime build succeeded, 9 warnings. The manual pages are in docs/_build/man. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LjAof8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch + cd hypothesis-hypothesis-python-3.66.11/hypothesis-python + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/core.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/control.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/provisional.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/conventions.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/dynamicvariables.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils copying build/lib/hypothesis/version.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/compat.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/detection.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/utils.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/engine.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/data.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/floats.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/minimizer.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/escalation.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/entropy.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/healthcheck.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/charmap.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/intervalsets.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/renaming.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/cathetus.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/coverage.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/validation.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/reflection.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/cache.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/floats.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/lazyformat.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal copying build/lib/hypothesis/strategies.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/types.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/py.typed -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/configuration.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/executors.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/vendor copying build/lib/hypothesis/vendor/pretty.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/vendor copying build/lib/hypothesis/vendor/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/vendor copying build/lib/hypothesis/stateful.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/fakefactory.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/datetime.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/dateutil.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/pandas copying build/lib/hypothesis/extra/pandas/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/pandas copying build/lib/hypothesis/extra/pandas/impl.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/pandas copying build/lib/hypothesis/extra/numpy.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/pytz.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/pytestplugin.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-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-3.66.11-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-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/django copying build/lib/hypothesis/reporting.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/database.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/statistics.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis copying build/lib/hypothesis/_settings.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/lazy.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/regex.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/deferred.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/flatmapped.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/recursive.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/datetime.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/shared.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/strategies.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/types.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/strings.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/streams.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/numbers.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/misc.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/collections.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/attrs.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/errors.py -> /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/control.py to control.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/provisional.py to provisional.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils/conventions.py to conventions.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/utils/dynamicvariables.py to dynamicvariables.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/detection.py to detection.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/data.py to data.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/floats.py to floats.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/minimizer.py to minimizer.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/escalation.py to escalation.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/entropy.py to entropy.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/healthcheck.py to healthcheck.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/charmap.py to charmap.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/intervalsets.py to intervalsets.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/renaming.py to renaming.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/cathetus.py to cathetus.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/coverage.py to coverage.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/validation.py to validation.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/reflection.py to reflection.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/floats.py to floats.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/internal/lazyformat.py to lazyformat.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/strategies.py to strategies.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/configuration.py to configuration.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/executors.py to executors.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/vendor/pretty.py to pretty.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/vendor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/stateful.py to stateful.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/fakefactory.py to fakefactory.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/datetime.py to datetime.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/dateutil.py to dateutil.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/pandas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/pandas/impl.py to impl.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/numpy.py to numpy.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/pytz.py to pytz.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/pytestplugin.py to pytestplugin.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/django/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/extra/django/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/reporting.py to reporting.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/statistics.py to statistics.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/_settings.py to _settings.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/lazy.py to lazy.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/regex.py to regex.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/deferred.py to deferred.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/flatmapped.py to flatmapped.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/recursive.py to recursive.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/datetime.py to datetime.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/shared.py to shared.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/strategies.py to strategies.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/strings.py to strings.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/streams.py to streams.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/numbers.py to numbers.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/collections.py to collections.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/searchstrategy/attrs.py to attrs.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis/errors.py to errors.pyc writing byte-compilation script '/tmp/tmpMVPM2u.py' /usr/bin/python2 -O /tmp/tmpMVPM2u.py removing /tmp/tmpMVPM2u.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-3.66.11-3.el7.noarch/usr/lib/python2.7/site-packages/hypothesis-3.66.11-py2.7.egg-info running install_scripts + /usr/bin/install -Dpm0755 -d /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/share/man/man1 + /usr/bin/install docs/_build/man/hypothesis.1 /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/share/man/man1 + /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-hypothesis-python-3.66.11/hypothesis-python /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.66.11-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 Processing files: python2-hypothesis-3.66.11-3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.K2bugx + umask 022 + cd /builddir/build/BUILD + cd hypothesis-hypothesis-python-3.66.11/hypothesis-python + DOCDIR=/builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/share/doc/python2-hypothesis-3.66.11 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/share/doc/python2-hypothesis-3.66.11 + cp -pr README.rst /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/share/doc/python2-hypothesis-3.66.11 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jkmHiW + umask 022 + cd /builddir/build/BUILD + cd hypothesis-hypothesis-python-3.66.11/hypothesis-python + LICENSEDIR=/builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/share/licenses/python2-hypothesis-3.66.11 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/share/licenses/python2-hypothesis-3.66.11 + cp -pr ../LICENSE.txt /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch/usr/share/licenses/python2-hypothesis-3.66.11 + exit 0 Provides: python-hypothesis = 3.66.11-3.el7 python2-hypothesis = 3.66.11-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 < 3.66.11-3.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch Wrote: /builddir/build/RPMS/python2-hypothesis-3.66.11-3.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TidssX + umask 022 + cd /builddir/build/BUILD + cd hypothesis-hypothesis-python-3.66.11/hypothesis-python + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hypothesis-3.66.11-3.el7.noarch + exit 0 Child return code was: 0