Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec'], chrootPath='/var/lib/mock/storage9s-ceph-pacific-el9s-build-103401-856615/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1531094400 Wrote: /builddir/build/SRPMS/python-hypothesis-3.44.24-6.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec'], chrootPath='/var/lib/mock/storage9s-ceph-pacific-el9s-build-103401-856615/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1531094400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.hFgcth + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hypothesis-python-3.44.24 + /usr/bin/gzip -dc /builddir/build/SOURCES/hypothesis-3.44.24.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd hypothesis-python-3.44.24 + /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 --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.i8eXmc + umask 022 + cd /builddir/build/BUILD + cd hypothesis-python-3.44.24 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/hypothesis copying src/hypothesis/strategies.py -> build/lib/hypothesis copying src/hypothesis/errors.py -> build/lib/hypothesis copying src/hypothesis/version.py -> build/lib/hypothesis copying src/hypothesis/configuration.py -> build/lib/hypothesis copying src/hypothesis/reporting.py -> build/lib/hypothesis copying src/hypothesis/control.py -> build/lib/hypothesis copying src/hypothesis/statistics.py -> build/lib/hypothesis copying src/hypothesis/database.py -> build/lib/hypothesis copying src/hypothesis/core.py -> build/lib/hypothesis copying src/hypothesis/types.py -> build/lib/hypothesis copying src/hypothesis/executors.py -> build/lib/hypothesis copying src/hypothesis/_settings.py -> build/lib/hypothesis copying src/hypothesis/provisional.py -> build/lib/hypothesis copying src/hypothesis/stateful.py -> build/lib/hypothesis copying src/hypothesis/__init__.py -> build/lib/hypothesis creating build/lib/hypothesis/internal copying src/hypothesis/internal/healthcheck.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/charmap.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/escalation.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/compat.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/renaming.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/intervalsets.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/cache.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/detection.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/coverage.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/floats.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/__init__.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/lazyformat.py -> build/lib/hypothesis/internal creating 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/__init__.py -> build/lib/hypothesis/utils creating build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/strategies.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/flatmapped.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/deferred.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/datetime.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/misc.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/types.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/recursive.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/strings.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/numbers.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/lazy.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/collections.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/shared.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/streams.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/regex.py -> build/lib/hypothesis/searchstrategy copying src/hypothesis/searchstrategy/__init__.py -> build/lib/hypothesis/searchstrategy 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/datetime.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/fakefactory.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/pytestplugin.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 creating build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/minimizer.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/utils.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/floats.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/__init__.py -> build/lib/hypothesis/internal/conjecture creating build/lib/hypothesis/extra/pandas copying src/hypothesis/extra/pandas/impl.py -> build/lib/hypothesis/extra/pandas copying src/hypothesis/extra/pandas/__init__.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 + PYTHONPATH=src + READTHEDOCS=True + sphinx-build -b man docs docs/_build/man Running Sphinx v3.4.3 making output directory... done building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 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 module 'strategies' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) looking for now-outdated files... none found pickling environment... WARNING: autodoc: failed to import function 'event' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import function 'assume' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import function 'given' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import function 'find' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import module 'extra.pytz' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import module 'extra.datetime' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import class 'HealthCheck' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import module 'extra.numpy' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import module 'extra.pandas' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import function 'example' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import function 'seed' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import function 'reproduce_failure' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import class 'PrintSettings' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) /builddir/build/BUILD/hypothesis-python-3.44.24/docs/settings.rst:43: WARNING: duplicate object description of hypothesis, other instance in healthchecks, use :noindex: for one of them WARNING: autodoc: failed to import class 'settings' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import function 'stateful.precondition' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) WARNING: autodoc: failed to import function 'stateful.invariant' from module 'hypothesis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 67, in import_module return importlib.import_module(modname) File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/__init__.py", line 31, in from hypothesis.core import given, find, example, seed, reproduce_failure, \ File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/core.py", line 37, in import hypothesis.strategies as st File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 168, in def nothing(): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/strategies.py", line 96, in cacheable def cached_strategy(*args, **kwargs): File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 543, in accept return impersonate(target)(wraps(target)(define_function_signature( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/reflection.py", line 530, in accept f.__code__ = update_code_location( File "/builddir/build/BUILD/hypothesis-python-3.44.24/src/hypothesis/internal/compat.py", line 359, in update_code_location return type(code)(*unpacked) TypeError: an integer is required (got type bytes) 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-python-3.44.24/docs/settings.rst:116: WARNING: unknown document: pytest:capture /builddir/build/BUILD/hypothesis-python-3.44.24/docs/settings.rst:162: WARNING: undefined label: python:context-managers /builddir/build/BUILD/hypothesis-python-3.44.24/docs/changes.rst:926: WARNING: unknown document: numpy:reference/arrays.datetime done build succeeded, 21 warnings. The manual pages are in docs/_build/man. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.owKOME + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch + cd hypothesis-python-3.44.24 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/strategies.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/errors.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/healthcheck.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/validation.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/reflection.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/charmap.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/escalation.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/compat.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/renaming.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/intervalsets.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/cache.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/minimizer.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/engine.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/data.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/utils.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/floats.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/detection.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/coverage.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/floats.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal copying build/lib/hypothesis/internal/lazyformat.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/conventions.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/dynamicvariables.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/utils copying build/lib/hypothesis/utils/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/utils copying build/lib/hypothesis/version.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/configuration.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/reporting.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/strategies.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/flatmapped.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/deferred.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/datetime.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/misc.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/types.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/recursive.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/strings.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/numbers.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/lazy.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/collections.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/shared.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/streams.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/regex.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/searchstrategy/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy copying build/lib/hypothesis/control.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/statistics.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/database.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/core.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/vendor copying build/lib/hypothesis/vendor/pretty.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/vendor copying build/lib/hypothesis/vendor/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/vendor copying build/lib/hypothesis/types.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/pandas copying build/lib/hypothesis/extra/pandas/impl.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/pandas copying build/lib/hypothesis/extra/pandas/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/pandas copying build/lib/hypothesis/extra/datetime.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/fakefactory.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra creating /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/django copying build/lib/hypothesis/extra/django/models.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/django copying build/lib/hypothesis/extra/django/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/django copying build/lib/hypothesis/extra/pytestplugin.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/numpy.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/pytz.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra copying build/lib/hypothesis/extra/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra copying build/lib/hypothesis/executors.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/_settings.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/provisional.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/stateful.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis copying build/lib/hypothesis/__init__.py -> /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/strategies.py to strategies.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/errors.py to errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/healthcheck.py to healthcheck.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/validation.py to validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/reflection.py to reflection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/charmap.py to charmap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/escalation.py to escalation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/compat.py to compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/renaming.py to renaming.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/intervalsets.py to intervalsets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture/minimizer.py to minimizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture/engine.py to engine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture/data.py to data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture/floats.py to floats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/conjecture/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/detection.py to detection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/coverage.py to coverage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/floats.py to floats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/internal/lazyformat.py to lazyformat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/utils/conventions.py to conventions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/utils/dynamicvariables.py to dynamicvariables.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/configuration.py to configuration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/reporting.py to reporting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/strategies.py to strategies.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/flatmapped.py to flatmapped.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/deferred.py to deferred.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/datetime.py to datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/misc.py to misc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/recursive.py to recursive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/strings.py to strings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/numbers.py to numbers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/lazy.py to lazy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/collections.py to collections.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/shared.py to shared.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/streams.py to streams.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/regex.py to regex.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/searchstrategy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/control.py to control.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/statistics.py to statistics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/database.py to database.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/vendor/pretty.py to pretty.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/vendor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/pandas/impl.py to impl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/pandas/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/datetime.py to datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/fakefactory.py to fakefactory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/django/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/django/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/pytestplugin.py to pytestplugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/numpy.py to numpy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/pytz.py to pytz.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/extra/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/executors.py to executors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/_settings.py to _settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/provisional.py to provisional.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/stateful.py to stateful.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmpn2d00but.py' /usr/bin/python3 /tmp/tmpn2d00but.py removing /tmp/tmpn2d00but.py running install_egg_info running egg_info creating src/hypothesis.egg-info writing src/hypothesis.egg-info/PKG-INFO writing dependency_links to src/hypothesis.egg-info/dependency_links.txt writing entry points to src/hypothesis.egg-info/entry_points.txt writing requirements to src/hypothesis.egg-info/requires.txt writing top-level names to src/hypothesis.egg-info/top_level.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.44.24-6.el9s.noarch/usr/lib/python3.9/site-packages/hypothesis-3.44.24-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/bin/__pycache__ + /usr/bin/install -Dpm0644 -t /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/share/man/man1 docs/_build/man/hypothesis.1 + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 3.44.24-6.el9s --unique-debug-suffix -3.44.24-6.el9s.noarch --unique-debug-src-base python-hypothesis-3.44.24-6.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/hypothesis-python-3.44.24 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-hypothesis-3.44.24-6.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.gH82zu + umask 022 + cd /builddir/build/BUILD + cd hypothesis-python-3.44.24 + DOCDIR=/builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/share/doc/python3-hypothesis + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/share/doc/python3-hypothesis + cp -pr README.rst /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/share/doc/python3-hypothesis + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.L1cpKd + umask 022 + cd /builddir/build/BUILD + cd hypothesis-python-3.44.24 + LICENSEDIR=/builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/share/licenses/python3-hypothesis + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/share/licenses/python3-hypothesis + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch/usr/share/licenses/python3-hypothesis + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-hypothesis = 3.44.24-6.el9s python3-hypothesis = 3.44.24-6.el9s python3.9-hypothesis = 3.44.24-6.el9s python3.9dist(hypothesis) = 3.44.24 python3dist(hypothesis) = 3.44.24 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) = 3.9 python3.9dist(attrs) >= 16 python3.9dist(coverage) Obsoletes: platform-python-hypothesis < 3.44.24-6.el9s python-hypothesis < 3.44.24-6.el9s Suggests: python3.9dist(numpy) >= 1.9.0 python3.9dist(pytest) >= 2.8.0 python3.9dist(pytz) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch Wrote: /builddir/build/RPMS/python3-hypothesis-3.44.24-6.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kfTjGM + umask 022 + cd /builddir/build/BUILD + cd hypothesis-python-3.44.24 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hypothesis-3.44.24-6.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0