Summary: | dev-python/dns-lexicon-3.17.0 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Patrick Lauer <patrick> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | python |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 884774 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Error(s) that match a know pattern: E TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_authenticate - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_create_record_for_A_with_valid_name_and_content - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_create_record_for_CNAME_with_valid_name_and_content - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_create_record_for_TXT_with_fqdn_name_and_content - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_create_record_for_TXT_with_full_name_and_content - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_create_record_for_TXT_with_valid_name_and_content - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_create_record_multiple_times_should_create_record_set - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_create_record_with_duplicate_records_should_be_noop - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_delete_record_by_filter_should_remove_record - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_delete_record_by_filter_with_fqdn_name_should_remove_record - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_delete_record_by_filter_with_full_name_should_remove_record - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_delete_record_by_identifier_should_remove_record - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_delete_record_with_record_set_by_content_should_leave_others_untouched - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_delete_record_with_record_set_name_remove_all - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_list_records_after_setting_ttl - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_list_records_should_handle_record_sets - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_list_records_with_fqdn_name_filter_should_return_record - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_list_records_with_full_name_filter_should_return_record - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_list_records_with_invalid_filter_should_be_empty_list - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_list_records_with_name_filter_should_return_record - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_list_records_with_no_arguments_should_list_all - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_update_record_should_modify_record - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_update_record_should_modify_record_name_specified - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_update_record_with_fqdn_name_should_modify_record - TypeError: sequence item 0: expected str instance, bytes found FAILED tests/providers/test_constellix.py::ConstellixProviderTests::test_provider_when_calling_update_record_with_full_name_should_modify_record - TypeError: sequence item 0: expected str instance, bytes found The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c886664d717e65f9496d9fdb31e71f89d4ad5e98 commit c886664d717e65f9496d9fdb31e71f89d4ad5e98 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2024-02-16 17:05:00 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2024-02-16 17:15:52 +0000 dev-python/urllib3: Backport an upstream revert to fix regressions Closes: https://bugs.gentoo.org/924333 Signed-off-by: Michał Górny <mgorny@gentoo.org> .../urllib3/files/urllib3-2.2.0-revert.patch | 42 ++++++++++++++++++++++ ...rllib3-2.2.0.ebuild => urllib3-2.2.0-r1.ebuild} | 5 +++ 2 files changed, 47 insertions(+) |