Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1979020 Details for
Bug 2226209
python-hypothesis: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 19:21:44 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 19:21:44 UTC
Size:
32.00 KB
patch
obsolete
>ile "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 132, in recur > mapping[strat] = getattr(strat, calculation)(recur) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/lazy.py", line 88, in calc_is_empty > return recur(self.wrapped_strategy) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 132, in recur > mapping[strat] = getattr(strat, calculation)(recur) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/deferred.py", line 65, in calc_is_empty > return recur(self.wrapped_strategy) > ^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/deferred.py", line 35, in wrapped_strategy > result = self.__definition() > ^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 1048, in <lambda> > lambda thing: deferred(lambda: _from_type(thing)), > ^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 1097, in _from_type > raise InvalidArgument(f"thing={thing!r} must be a type") # pragma: no cover > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >hypothesis.errors.InvalidArgument: thing=~_TypeChecking must be a type >_____________ test_bound_type_cheking_only_forward_ref_wrong_type ______________ >[gw4] linux -- Python 3.12.0 /usr/bin/python3 >Traceback (most recent call last): > File "/builddir/build/BUILD/hypothesis-hypothesis-python-6.62.1/hypothesis-python/tests/cover/test_type_lookup_forward_ref.py", line 141, in test_bound_type_cheking_only_forward_ref_wrong_type > st.builds(typechecking_only_fun).example() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 337, in example > example_generating_inner_function() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 326, in example_generating_inner_function > @settings( > ^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/core.py", line 1235, in wrapped_test > processed_args = process_arguments_to_given( > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/core.py", line 655, in process_arguments_to_given > search_strategy.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/collections.py", line 43, in do_validate > s.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 821, in do_validate > self.mapped_strategy.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/lazy.py", line 131, in do_validate > w.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 821, in do_validate > self.mapped_strategy.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/collections.py", line 43, in do_validate > s.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/lazy.py", line 131, in do_validate > w.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 872, in validate > fixed_dictionaries(self.kwargs).validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/lazy.py", line 131, in do_validate > w.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 821, in do_validate > self.mapped_strategy.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/collections.py", line 43, in do_validate > s.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 418, in validate > self.is_empty > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 136, in accept > recur(self) > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 132, in recur > mapping[strat] = getattr(strat, calculation)(recur) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/deferred.py", line 65, in calc_is_empty > return recur(self.wrapped_strategy) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 132, in recur > mapping[strat] = getattr(strat, calculation)(recur) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/lazy.py", line 88, in calc_is_empty > return recur(self.wrapped_strategy) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 132, in recur > mapping[strat] = getattr(strat, calculation)(recur) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/deferred.py", line 65, in calc_is_empty > return recur(self.wrapped_strategy) > ^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/deferred.py", line 35, in wrapped_strategy > result = self.__definition() > ^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 1048, in <lambda> > lambda thing: deferred(lambda: _from_type(thing)), > ^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 1097, in _from_type > raise InvalidArgument(f"thing={thing!r} must be a type") # pragma: no cover > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >hypothesis.errors.InvalidArgument: thing=~_TypeChecking must be a type >___________ test_can_generate_from_all_registered_types[ByteString] ____________ >[gw0] linux -- Python 3.12.0 /usr/bin/python3 >Traceback (most recent call last): > File "/builddir/build/BUILD/hypothesis-hypothesis-python-6.62.1/hypothesis-python/tests/cover/test_type_lookup.py", line 217, in test_can_generate_from_all_registered_types > "typ", sorted((x for x in _global_type_lookup if _check_instances(x)), key=str) > ^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/core.py", line 1397, in wrapped_test > raise the_error_hypothesis_found > File "/builddir/build/BUILD/hypothesis-hypothesis-python-6.62.1/hypothesis-python/tests/cover/test_type_lookup.py", line 222, in test_can_generate_from_all_registered_types > assert isinstance(value, typ) > File "<frozen _collections_abc>", line 1088, in __instancecheck__ > File "/usr/lib64/python3.12/warnings.py", line 529, in _deprecated > warn(msg, DeprecationWarning, stacklevel=3) >DeprecationWarning: 'collections.abc.ByteString' is deprecated and slated for removal in Python 3.14 >Falsifying example: test_can_generate_from_all_registered_types( > data=data(...), > typ=collections.abc.ByteString, >) >Draw 1 (value): b'' >______________________ test_recipe_for_everything_except _______________________ >[gw0] linux -- Python 3.12.0 /usr/bin/python3 >Traceback (most recent call last): > File "/builddir/build/BUILD/hypothesis-hypothesis-python-6.62.1/hypothesis-python/tests/nocover/test_from_type_recipe.py", line 27, in test_recipe_for_everything_except > excluded_types=st.lists( > ^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/core.py", line 1397, in wrapped_test > raise the_error_hypothesis_found > File "/builddir/build/BUILD/hypothesis-hypothesis-python-6.62.1/hypothesis-python/tests/nocover/test_from_type_recipe.py", line 33, in test_recipe_for_everything_except > value = data.draw(everything_except(excluded_types)) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 1836, in draw > result = self.conjecture_data.draw(strategy) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/internal/conjecture/data.py", line 946, in draw > return strategy.do_draw(self) > ^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 944, in do_draw > result = self.do_filtered_draw(data) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 960, in do_filtered_draw > if self.condition(value): > ^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/hypothesis-hypothesis-python-6.62.1/hypothesis-python/tests/nocover/test_from_type_recipe.py", line 22, in <lambda> > .filter(lambda x: not isinstance(x, excluded_types)) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "<frozen _collections_abc>", line 1088, in __instancecheck__ > File "/usr/lib64/python3.12/warnings.py", line 529, in _deprecated > warn(msg, DeprecationWarning, stacklevel=3) >DeprecationWarning: 'collections.abc.ByteString' is deprecated and slated for removal in Python 3.14 >Falsifying example: test_recipe_for_everything_except( > excluded_types=(collections.abc.ByteString,), > data=data(...), >) >Explanation: > These lines were always and only run by failing examples: > /usr/lib64/python3.12/warnings.py:523 >_______________________________ test_my_mappable _______________________________ >[gw3] linux -- Python 3.12.0 /usr/bin/python3 >Traceback (most recent call last): > File "/builddir/build/BUILD/hypothesis-hypothesis-python-6.62.1/hypothesis-python/tests/nocover/test_drypython_returns.py", line 62, in test_my_mappable > def test_my_mappable(source: st.DataObject) -> None: > ^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/core.py", line 1397, in wrapped_test > raise the_error_hypothesis_found > File "/builddir/build/BUILD/hypothesis-hypothesis-python-6.62.1/hypothesis-python/tests/nocover/test_drypython_returns.py", line 76, in test_my_mappable > assert source.draw(st.builds(target_func)) is True > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 1836, in draw > result = self.conjecture_data.draw(strategy) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/internal/conjecture/data.py", line 946, in draw > return strategy.do_draw(self) > ^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/lazy.py", line 156, in do_draw > return data.draw(self.wrapped_strategy) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/internal/conjecture/data.py", line 941, in draw > return strategy.do_draw(self) > ^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 839, in do_draw > **{k: data.draw(v) for k, v in self.kwargs.items()}, > ^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/internal/conjecture/data.py", line 941, in draw > return strategy.do_draw(self) > ^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/deferred.py", line 84, in do_draw > return data.draw(self.wrapped_strategy) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/internal/conjecture/data.py", line 927, in draw > strategy.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/lazy.py", line 131, in do_validate > w.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 872, in validate > fixed_dictionaries(self.kwargs).validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/lazy.py", line 131, in do_validate > w.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 821, in do_validate > self.mapped_strategy.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 417, in validate > self.do_validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/collections.py", line 43, in do_validate > s.validate() > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 418, in validate > self.is_empty > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 136, in accept > recur(self) > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 132, in recur > mapping[strat] = getattr(strat, calculation)(recur) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/deferred.py", line 65, in calc_is_empty > return recur(self.wrapped_strategy) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 132, in recur > mapping[strat] = getattr(strat, calculation)(recur) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/lazy.py", line 88, in calc_is_empty > return recur(self.wrapped_strategy) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/strategies.py", line 132, in recur > mapping[strat] = getattr(strat, calculation)(recur) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/deferred.py", line 65, in calc_is_empty > return recur(self.wrapped_strategy) > ^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/deferred.py", line 35, in wrapped_strategy > result = self.__definition() > ^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 1048, in <lambda> > lambda thing: deferred(lambda: _from_type(thing)), > ^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILDROOT/python-hypothesis-6.62.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/core.py", line 1097, in _from_type > raise InvalidArgument(f"thing={thing!r} must be a type") # pragma: no cover > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >hypothesis.errors.InvalidArgument: thing=~_ValueType must be a type >Falsifying example: test_my_mappable( > source=data(...), >) >============================= slowest 20 durations ============================= >126.65s call hypothesis-python/tests/nocover/test_stateful.py::test_bad_machines_fail[CanSwarm] >117.53s call hypothesis-python/tests/quality/test_float_shrinking.py::test_shrinks_downwards_to_integers >110.25s call hypothesis-python/tests/quality/test_shrink_quality.py::test_minimize_multiple_elements_in_silly_large_int_range_min_is_not_dupe >103.23s call hypothesis-python/tests/nocover/test_database_usage.py::test_respects_max_examples_in_database_usage >68.61s call hypothesis-python/tests/nocover/test_database_usage.py::test_clears_out_database_as_things_get_boring >66.28s call hypothesis-python/tests/quality/test_shrink_quality.py::test_minimize_multiple_elements_in_silly_large_int_range >57.71s call hypothesis-python/tests/quality/test_shrink_quality.py::test_find_large_union_list >56.12s call hypothesis-python/tests/nocover/test_stateful.py::test_bad_machines_fail[RoseTreeStateMachine] >53.50s call hypothesis-python/tests/cover/test_stateful.py::test_removes_needless_steps >43.47s call hypothesis-python/tests/quality/test_shrink_quality.py::test_dictionary[dict] >42.30s call hypothesis-python/tests/quality/test_shrink_quality.py::test_dictionary[OrderedDict] >40.19s call hypothesis-python/tests/nocover/test_strategy_state.py::TestHypothesis::runTest >38.47s call hypothesis-python/tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers().filter(lambda x: abs(x) > 100)] >38.00s call hypothesis-python/tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[fractions()] >32.89s call hypothesis-python/tests/nocover/test_recursive.py::test_can_generate_with_large_branching >30.61s call hypothesis-python/tests/quality/test_shrink_quality.py::test_minimize_long_list >29.72s call hypothesis-python/tests/numpy/test_gen_data.py::test_efficiently_generates_all_unique_array >28.31s call hypothesis-python/tests/nocover/test_simple_numbers.py::test_minimizes_lists_of_negative_ints_up_to_boundary >28.11s call hypothesis-python/tests/quality/test_shrink_quality.py::test_minimize_sets_of_sets >27.75s call hypothesis-python/tests/quality/test_shrink_quality.py::test_can_ignore_left_hand_side_of_flatmap >=========================== short test summary info ============================ >FAILED tests/cover/test_lookup.py::test_resolve_typing_module[typing.ByteString] >FAILED tests/cover/test_lookup.py::test_rare_types[<class 'collections.abc.ByteString'>] >FAILED tests/cover/test_lookup.py::test_same_typevars_same_type - hypothesis.... >FAILED tests/cover/test_lookup.py::test_typevars_can_be_redefined - hypothesi... >FAILED tests/cover/test_lookup.py::test_typevars_can_be_redefine_with_factory >FAILED tests/cover/test_lookup.py::test_bytestring_not_treated_as_generic_sequence >FAILED tests/cover/test_lookup.py::test_bytestring_is_valid_sequence_of_int_and_parent_classes[int] >FAILED tests/cover/test_lookup.py::test_bytestring_is_valid_sequence_of_int_and_parent_classes[Real] >FAILED tests/cover/test_lookup.py::test_bytestring_is_valid_sequence_of_int_and_parent_classes[object] >FAILED tests/cover/test_lookup.py::test_bytestring_is_valid_sequence_of_int_and_parent_classes[Union0] >FAILED tests/cover/test_lookup.py::test_bytestring_is_valid_sequence_of_int_and_parent_classes[Union1] >FAILED tests/cover/test_lookup.py::test_typevar_type_is_consistent[V-object] >FAILED tests/cover/test_lookup.py::test_typevar_type_is_consistent[V-int] - h... >FAILED tests/cover/test_lookup.py::test_typevar_type_is_consistent[V-expected2] >FAILED tests/cover/test_lookup.py::test_typevar_type_is_consistent[V-expected3] >FAILED tests/cover/test_lookup.py::test_typevar_type_is_consistent[V-expected4] >FAILED tests/cover/test_lookup.py::test_distinct_typevars_same_constraint - h... >FAILED tests/cover/test_lookup.py::test_distinct_typevars_distinct_type - hyp... >FAILED tests/cover/test_lookup.py::test_issue_2603_regression - hypothesis.er... >FAILED tests/cover/test_type_lookup.py::test_generic_origin_from_type[from_type-MyGeneric0] >FAILED tests/cover/test_type_lookup.py::test_generic_origin_from_type[from_type-MyGeneric1] >FAILED tests/cover/test_type_lookup.py::test_generic_origin_from_type[from_type-MyGeneric2] >FAILED tests/cover/test_type_lookup.py::test_generic_origin_from_type[builds-using_generic] >FAILED tests/cover/test_type_lookup.py::test_generic_origin_from_type[builds-using_concrete_generic] >FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_correct_forward_ref >FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_alias_forward_ref >FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_correct_dot_access_forward_ref >FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_missing_dot_access_forward_ref[wrong_dot_access_fun] >FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_missing_dot_access_forward_ref[missing_dot_access_fun] >FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_missing_forward_ref >FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_type_cheking_only_forward_ref >FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_type_cheking_only_forward_ref_wrong_type >FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[ByteString] >FAILED tests/nocover/test_from_type_recipe.py::test_recipe_for_everything_except >FAILED tests/nocover/test_drypython_returns.py::test_my_mappable - hypothesis... >ERROR tests/datetime/test_pytz_timezones.py - DeprecationWarning: datetime.ut... >ERROR tests/datetime/test_pytz_timezones.py - DeprecationWarning: datetime.ut... >ERROR tests/datetime/test_pytz_timezones.py - DeprecationWarning: datetime.ut... >ERROR tests/datetime/test_pytz_timezones.py - DeprecationWarning: datetime.ut... >ERROR tests/datetime/test_pytz_timezones.py - DeprecationWarning: datetime.ut... >ERROR tests/datetime/test_pytz_timezones.py - DeprecationWarning: datetime.ut... >ERROR tests/datetime/test_pytz_timezones.py - DeprecationWarning: datetime.ut... >ERROR tests/datetime/test_pytz_timezones.py - DeprecationWarning: datetime.ut... >ERROR tests/pandas/test_argument_validation.py - DeprecationWarning: datetime... >ERROR tests/pandas/test_data_frame.py - DeprecationWarning: datetime.utcfromt... >ERROR tests/pandas/test_indexes.py - DeprecationWarning: datetime.utcfromtime... >ERROR tests/pandas/test_series.py - DeprecationWarning: datetime.utcfromtimes... >ERROR tests/pandas/test_argument_validation.py - DeprecationWarning: datetime... >ERROR tests/pandas/test_data_frame.py - DeprecationWarning: datetime.utcfromt... >ERROR tests/pandas/test_indexes.py - DeprecationWarning: datetime.utcfromtime... >ERROR tests/pandas/test_series.py - DeprecationWarning: datetime.utcfromtimes... >ERROR tests/pandas/test_argument_validation.py - DeprecationWarning: datetime... >ERROR tests/pandas/test_data_frame.py - DeprecationWarning: datetime.utcfromt... >ERROR tests/pandas/test_indexes.py - DeprecationWarning: datetime.utcfromtime... >ERROR tests/pandas/test_series.py - DeprecationWarning: datetime.utcfromtimes... >ERROR tests/pandas/test_argument_validation.py - DeprecationWarning: datetime... >ERROR tests/pandas/test_data_frame.py - DeprecationWarning: datetime.utcfromt... >ERROR tests/pandas/test_argument_validation.py - DeprecationWarning: datetime... >ERROR tests/pandas/test_indexes.py - DeprecationWarning: datetime.utcfromtime... >ERROR tests/pandas/test_series.py - DeprecationWarning: datetime.utcfromtimes... >ERROR tests/pandas/test_data_frame.py - DeprecationWarning: datetime.utcfromt... >ERROR tests/pandas/test_indexes.py - DeprecationWarning: datetime.utcfromtime... >ERROR tests/pandas/test_argument_validation.py - DeprecationWarning: datetime... >ERROR tests/pandas/test_series.py - DeprecationWarning: datetime.utcfromtimes... >ERROR tests/pandas/test_data_frame.py - DeprecationWarning: datetime.utcfromt... >ERROR tests/pandas/test_argument_validation.py - DeprecationWarning: datetime... >ERROR tests/pandas/test_indexes.py - DeprecationWarning: datetime.utcfromtime... >ERROR tests/pandas/test_data_frame.py - DeprecationWarning: datetime.utcfromt... >ERROR tests/pandas/test_indexes.py - DeprecationWarning: datetime.utcfromtime... >ERROR tests/pandas/test_series.py - DeprecationWarning: datetime.utcfromtimes... >ERROR tests/pandas/test_series.py - DeprecationWarning: datetime.utcfromtimes... >ERROR tests/pandas/test_argument_validation.py - DeprecationWarning: datetime... >ERROR tests/pandas/test_data_frame.py - DeprecationWarning: datetime.utcfromt... >ERROR tests/pandas/test_indexes.py - DeprecationWarning: datetime.utcfromtime... >ERROR tests/pandas/test_series.py - DeprecationWarning: datetime.utcfromtimes... >= 35 failed, 5346 passed, 7 skipped, 3 xfailed, 40 errors in 696.36s (0:11:36) = >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.YjEhRE (%check) > Bad exit status from /var/tmp/rpm-tmp.YjEhRE (%check) >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 74871b7b0a404bc5b756c706031c1fa5 -D /var/lib/mock/f39-build-44336813-5276387/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.u2eztaqi:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -ba --noprep --noclean --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M 74871b7b0a404bc5b756c706031c1fa5 -D /var/lib/mock/f39-build-44336813-5276387/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.u2eztaqi:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -ba --noprep --noclean --target noarch --nodeps /builddir/build/SPECS/python-hypothesis.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2226209
: 1979020 |
1979021
|
1979022