Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924333 - dev-python/dns-lexicon-3.17.0 fails tests
Summary: dev-python/dns-lexicon-3.17.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-02-12 08:04 UTC by Agostino Sarubbo
Modified: 2024-02-16 17:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,49.87 KB, application/x-xz)
2024-02-12 08:04 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-12 08:04:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/dns-lexicon-3.17.0 fails tests.
Discovered on: amd64 (internal ref: clang-lld_tinderbox)
System: CLANG-LLD (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CLANG-LLD)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-12 08:04:18 UTC
Created attachment 884774 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-12 08:04:19 UTC
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
Comment 3 Larry the Git Cow gentoo-dev 2024-02-16 17:16:44 UTC
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(+)