INFO: not using any hashes in /data/userland-archives/hashes for hypothesis-python-6.135.24.tar.gz (overridden with --hash) Source /data/userland-archives/hypothesis-python-6.135.24.tar.gz... not found, skipping file copy Source https://github.com/HypothesisWorks/hypothesis/archive/refs/tags/hypothesis-python-6.135.24.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok patching file hypothesis-python/tox.ini copy cloning /jenkins/jobs/oi-userland/workspace/components/python/hypothesis/hypothesis-hypothesis-python-6.135.24 to /jenkins/jobs/oi-userland/workspace/components/python/hypothesis/build/amd64-3.9 * Getting build dependencies for wheel... No `packages` or `py_modules` configuration, performing automatic discovery. `src-layout` detected -- analysing ./src discovered packages -- ['hypothesis', 'hypothesis.utils', 'hypothesis.internal', 'hypothesis.vendor', 'hypothesis.extra', 'hypothesis.strategies', 'hypothesis.internal.conjecture', 'hypothesis.internal.conjecture.shrinking', 'hypothesis.internal.conjecture.dfa', 'hypothesis.extra.pandas', 'hypothesis.extra.django', 'hypothesis.strategies._internal'] discovered py_modules -- ['_hypothesis_pytestplugin', '_hypothesis_ftz_detector', '_hypothesis_globals'] /usr/lib/python3.9/vendor-packages/nose/plugins/manager.py:417: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/lib/python3.9/vendor-packages/coherent/licensed/setuptools.py:13: UserWarning: Avoid installing this plugin for projects that don't depend on it. enabled or warnings.warn( 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' adding license file 'LICENSE.txt' writing manifest file 'src/hypothesis.egg-info/SOURCES.txt' * Building wheel... No `packages` or `py_modules` configuration, performing automatic discovery. `src-layout` detected -- analysing ./src discovered packages -- ['hypothesis', 'hypothesis.utils', 'hypothesis.internal', 'hypothesis.vendor', 'hypothesis.extra', 'hypothesis.strategies', 'hypothesis.internal.conjecture', 'hypothesis.internal.conjecture.shrinking', 'hypothesis.internal.conjecture.dfa', 'hypothesis.extra.pandas', 'hypothesis.extra.django', 'hypothesis.strategies._internal'] discovered py_modules -- ['_hypothesis_pytestplugin', '_hypothesis_ftz_detector', '_hypothesis_globals'] /usr/lib/python3.9/vendor-packages/nose/plugins/manager.py:417: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/lib/python3.9/vendor-packages/coherent/licensed/setuptools.py:13: UserWarning: Avoid installing this plugin for projects that don't depend on it. enabled or warnings.warn( running bdist_wheel running build running build_py creating build/lib copying src/_hypothesis_pytestplugin.py -> build/lib copying src/_hypothesis_ftz_detector.py -> build/lib copying src/_hypothesis_globals.py -> build/lib creating build/lib/hypothesis copying src/hypothesis/provisional.py -> build/lib/hypothesis copying src/hypothesis/entry_points.py -> build/lib/hypothesis copying src/hypothesis/database.py -> build/lib/hypothesis copying src/hypothesis/core.py -> build/lib/hypothesis copying src/hypothesis/__init__.py -> build/lib/hypothesis copying src/hypothesis/stateful.py -> build/lib/hypothesis copying src/hypothesis/statistics.py -> build/lib/hypothesis copying src/hypothesis/_settings.py -> build/lib/hypothesis copying src/hypothesis/reporting.py -> build/lib/hypothesis copying src/hypothesis/version.py -> build/lib/hypothesis copying src/hypothesis/errors.py -> build/lib/hypothesis copying src/hypothesis/control.py -> build/lib/hypothesis copying src/hypothesis/configuration.py -> build/lib/hypothesis creating build/lib/hypothesis/utils copying src/hypothesis/utils/__init__.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/threading.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/dynamicvariables.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/terminal.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/conventions.py -> build/lib/hypothesis/utils creating build/lib/hypothesis/internal copying src/hypothesis/internal/charmap.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/healthcheck.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/reflection.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/scrutineer.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/entropy.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/intervalsets.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/cathetus.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/floats.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/validation.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/constants_ast.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/filtering.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/escalation.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/detection.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/coverage.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/compat.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/observability.py -> build/lib/hypothesis/internal creating build/lib/hypothesis/vendor copying src/hypothesis/vendor/__init__.py -> build/lib/hypothesis/vendor copying src/hypothesis/vendor/pretty.py -> build/lib/hypothesis/vendor creating build/lib/hypothesis/extra copying src/hypothesis/extra/pytz.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/numpy.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/pytestplugin.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/dpcontracts.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/array_api.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/__init__.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/cli.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/codemods.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/ghostwriter.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/_patching.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/_array_helpers.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/dateutil.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/lark.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/redis.py -> build/lib/hypothesis/extra creating build/lib/hypothesis/strategies copying src/hypothesis/strategies/__init__.py -> build/lib/hypothesis/strategies creating build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/choice.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/provider_conformance.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/pareto.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/shrinker.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/junkdrawer.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/providers.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/optimiser.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/engine.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/utils.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/data.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/datatree.py -> build/lib/hypothesis/internal/conjecture creating build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/choicetree.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/bytes.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/common.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/floats.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/integer.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/ordering.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/string.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/collection.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/__init__.py -> build/lib/hypothesis/internal/conjecture/shrinking creating build/lib/hypothesis/internal/conjecture/dfa copying src/hypothesis/internal/conjecture/dfa/__init__.py -> build/lib/hypothesis/internal/conjecture/dfa copying src/hypothesis/internal/conjecture/dfa/lstar.py -> build/lib/hypothesis/internal/conjecture/dfa 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/_fields.py -> build/lib/hypothesis/extra/django copying src/hypothesis/extra/django/__init__.py -> build/lib/hypothesis/extra/django copying src/hypothesis/extra/django/_impl.py -> build/lib/hypothesis/extra/django creating build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/random.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/core.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/datetime.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/lazy.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/strings.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/deferred.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/flatmapped.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/strategies.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/recursive.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/numbers.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/types.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/misc.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/featureflags.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/ipaddress.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/utils.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/regex.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/__init__.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/attrs.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/shared.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/collections.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/functions.py -> build/lib/hypothesis/strategies/_internal running 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 reading manifest file 'src/hypothesis.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'src/hypothesis.egg-info/SOURCES.txt' copying src/hypothesis/py.typed -> build/lib/hypothesis copying src/hypothesis/vendor/tlds-alpha-by-domain.txt -> build/lib/hypothesis/vendor installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel copying build/lib/_hypothesis_ftz_detector.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/. creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis copying build/lib/hypothesis/provisional.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis copying build/lib/hypothesis/database.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis copying build/lib/hypothesis/entry_points.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/strategies copying build/lib/hypothesis/strategies/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/strings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/ipaddress.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/deferred.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/collections.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/random.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/misc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/numbers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/functions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/datetime.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/featureflags.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/attrs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/regex.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/lazy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/strategies.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/shared.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/flatmapped.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/recursive.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/control.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/vendor copying build/lib/hypothesis/vendor/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/vendor copying build/lib/hypothesis/vendor/pretty.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/vendor copying build/lib/hypothesis/vendor/tlds-alpha-by-domain.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/vendor copying build/lib/hypothesis/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis copying build/lib/hypothesis/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis copying build/lib/hypothesis/_settings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis copying build/lib/hypothesis/reporting.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/internal copying build/lib/hypothesis/internal/observability.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/entropy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/coverage.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/constants_ast.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/escalation.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/detection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/filtering.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/charmap.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/validation.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/intervalsets.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/floats.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/scrutineer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/internal/conjecture creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/collection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/floats.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/common.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/bytes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/integer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/ordering.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/choicetree.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/string.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/provider_conformance.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/data.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/shrinker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/choice.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/pareto.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/datatree.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/optimiser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/providers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/internal/conjecture/dfa copying build/lib/hypothesis/internal/conjecture/dfa/lstar.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/dfa copying build/lib/hypothesis/internal/conjecture/dfa/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture/dfa copying build/lib/hypothesis/internal/conjecture/engine.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/floats.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/junkdrawer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/reflection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/healthcheck.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/cathetus.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/internal creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/utils copying build/lib/hypothesis/utils/threading.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/utils copying build/lib/hypothesis/utils/terminal.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/utils copying build/lib/hypothesis/utils/dynamicvariables.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/utils copying build/lib/hypothesis/utils/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/utils copying build/lib/hypothesis/utils/conventions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/utils copying build/lib/hypothesis/errors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis copying build/lib/hypothesis/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis copying build/lib/hypothesis/configuration.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis copying build/lib/hypothesis/stateful.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/extra copying build/lib/hypothesis/extra/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/extra/pandas copying build/lib/hypothesis/extra/pandas/impl.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra/pandas copying build/lib/hypothesis/extra/pandas/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra/pandas copying build/lib/hypothesis/extra/redis.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/dpcontracts.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/codemods.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/_patching.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/cli.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/ghostwriter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/pytz.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/lark.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/_array_helpers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/dateutil.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/array_api.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis/extra/django copying build/lib/hypothesis/extra/django/_fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra/django copying build/lib/hypothesis/extra/django/_impl.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra/django copying build/lib/hypothesis/extra/django/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra/django copying build/lib/hypothesis/extra/numpy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/pytestplugin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis/extra copying build/lib/hypothesis/core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis copying build/lib/hypothesis/statistics.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis copying build/lib/_hypothesis_pytestplugin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/. copying build/lib/_hypothesis_globals.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/. running install_egg_info Copying src/hypothesis.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./hypothesis-6.135.24-py3.9.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/hypothesis-6.135.24.dist-info/WHEEL creating '/jenkins/jobs/oi-userland/workspace/components/python/hypothesis/build/amd64-3.9/hypothesis-python/dist/.tmp-5ghvk1u6/hypothesis-6.135.24-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding '_hypothesis_ftz_detector.py' adding '_hypothesis_globals.py' adding '_hypothesis_pytestplugin.py' adding 'hypothesis/__init__.py' adding 'hypothesis/_settings.py' adding 'hypothesis/configuration.py' adding 'hypothesis/control.py' adding 'hypothesis/core.py' adding 'hypothesis/database.py' adding 'hypothesis/entry_points.py' adding 'hypothesis/errors.py' adding 'hypothesis/provisional.py' adding 'hypothesis/py.typed' adding 'hypothesis/reporting.py' adding 'hypothesis/stateful.py' adding 'hypothesis/statistics.py' adding 'hypothesis/version.py' adding 'hypothesis/extra/__init__.py' adding 'hypothesis/extra/_array_helpers.py' adding 'hypothesis/extra/_patching.py' adding 'hypothesis/extra/array_api.py' adding 'hypothesis/extra/cli.py' adding 'hypothesis/extra/codemods.py' adding 'hypothesis/extra/dateutil.py' adding 'hypothesis/extra/dpcontracts.py' adding 'hypothesis/extra/ghostwriter.py' adding 'hypothesis/extra/lark.py' adding 'hypothesis/extra/numpy.py' adding 'hypothesis/extra/pytestplugin.py' adding 'hypothesis/extra/pytz.py' adding 'hypothesis/extra/redis.py' adding 'hypothesis/extra/django/__init__.py' adding 'hypothesis/extra/django/_fields.py' adding 'hypothesis/extra/django/_impl.py' adding 'hypothesis/extra/pandas/__init__.py' adding 'hypothesis/extra/pandas/impl.py' adding 'hypothesis/internal/__init__.py' adding 'hypothesis/internal/cache.py' adding 'hypothesis/internal/cathetus.py' adding 'hypothesis/internal/charmap.py' adding 'hypothesis/internal/compat.py' adding 'hypothesis/internal/constants_ast.py' adding 'hypothesis/internal/coverage.py' adding 'hypothesis/internal/detection.py' adding 'hypothesis/internal/entropy.py' adding 'hypothesis/internal/escalation.py' adding 'hypothesis/internal/filtering.py' adding 'hypothesis/internal/floats.py' adding 'hypothesis/internal/healthcheck.py' adding 'hypothesis/internal/intervalsets.py' adding 'hypothesis/internal/observability.py' adding 'hypothesis/internal/reflection.py' adding 'hypothesis/internal/scrutineer.py' adding 'hypothesis/internal/validation.py' adding 'hypothesis/internal/conjecture/__init__.py' adding 'hypothesis/internal/conjecture/choice.py' adding 'hypothesis/internal/conjecture/data.py' adding 'hypothesis/internal/conjecture/datatree.py' adding 'hypothesis/internal/conjecture/engine.py' adding 'hypothesis/internal/conjecture/floats.py' adding 'hypothesis/internal/conjecture/junkdrawer.py' adding 'hypothesis/internal/conjecture/optimiser.py' adding 'hypothesis/internal/conjecture/pareto.py' adding 'hypothesis/internal/conjecture/provider_conformance.py' adding 'hypothesis/internal/conjecture/providers.py' adding 'hypothesis/internal/conjecture/shrinker.py' adding 'hypothesis/internal/conjecture/utils.py' adding 'hypothesis/internal/conjecture/dfa/__init__.py' adding 'hypothesis/internal/conjecture/dfa/lstar.py' adding 'hypothesis/internal/conjecture/shrinking/__init__.py' adding 'hypothesis/internal/conjecture/shrinking/bytes.py' adding 'hypothesis/internal/conjecture/shrinking/choicetree.py' adding 'hypothesis/internal/conjecture/shrinking/collection.py' adding 'hypothesis/internal/conjecture/shrinking/common.py' adding 'hypothesis/internal/conjecture/shrinking/floats.py' adding 'hypothesis/internal/conjecture/shrinking/integer.py' adding 'hypothesis/internal/conjecture/shrinking/ordering.py' adding 'hypothesis/internal/conjecture/shrinking/string.py' adding 'hypothesis/strategies/__init__.py' adding 'hypothesis/strategies/_internal/__init__.py' adding 'hypothesis/strategies/_internal/attrs.py' adding 'hypothesis/strategies/_internal/collections.py' adding 'hypothesis/strategies/_internal/core.py' adding 'hypothesis/strategies/_internal/datetime.py' adding 'hypothesis/strategies/_internal/deferred.py' adding 'hypothesis/strategies/_internal/featureflags.py' adding 'hypothesis/strategies/_internal/flatmapped.py' adding 'hypothesis/strategies/_internal/functions.py' adding 'hypothesis/strategies/_internal/ipaddress.py' adding 'hypothesis/strategies/_internal/lazy.py' adding 'hypothesis/strategies/_internal/misc.py' adding 'hypothesis/strategies/_internal/numbers.py' adding 'hypothesis/strategies/_internal/random.py' adding 'hypothesis/strategies/_internal/recursive.py' adding 'hypothesis/strategies/_internal/regex.py' adding 'hypothesis/strategies/_internal/shared.py' adding 'hypothesis/strategies/_internal/strategies.py' adding 'hypothesis/strategies/_internal/strings.py' adding 'hypothesis/strategies/_internal/types.py' adding 'hypothesis/strategies/_internal/utils.py' adding 'hypothesis/utils/__init__.py' adding 'hypothesis/utils/conventions.py' adding 'hypothesis/utils/dynamicvariables.py' adding 'hypothesis/utils/terminal.py' adding 'hypothesis/utils/threading.py' adding 'hypothesis/vendor/__init__.py' adding 'hypothesis/vendor/pretty.py' adding 'hypothesis/vendor/tlds-alpha-by-domain.txt' adding 'hypothesis-6.135.24.dist-info/licenses/LICENSE.txt' adding 'hypothesis-6.135.24.dist-info/METADATA' adding 'hypothesis-6.135.24.dist-info/WHEEL' adding 'hypothesis-6.135.24.dist-info/entry_points.txt' adding 'hypothesis-6.135.24.dist-info/top_level.txt' adding 'hypothesis-6.135.24.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built hypothesis-6.135.24-py3-none-any.whl Testing dependencies: tox -r ../requirements/test.in Testing extras: Testing dependency groups: VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/hypothesis/build/manifest-i386-hypothesis-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/hypothesis/build/manifest-i386-hypothesis.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: python/hypothesis pkg://openindiana.org/library/python/hypothesis-39@6.135.24,5.11-2025.0.0.0:20250704T072057Z PUBLISHED pkg://openindiana.org/library/python/hypothesis@6.135.24,5.11-2025.0.0.0:20250704T072126Z PUBLISHED pkg://openindiana.org/library/python/hypothesis-27@4.57.1,5.11-2020.0.1.3:20250704T072154Z PUBLISHED pkg://openindiana.org/library/python/hypothesis-34@4.7.0,5.11-2020.0.1.1:20250704T072156Z PUBLISHED pkg://openindiana.org/library/python/hypothesis-35@4.57.1,5.11-2022.0.0.2:20250704T072158Z PUBLISHED pkg://openindiana.org/library/python/hypothesis-37@6.79.1,5.11-2023.0.0.2:20250704T072200Z PUBLISHED