Summary: | dev-python/oslo-utils-7.0.0 broken with >=dev-python/netaddr-1.1.0 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo OpenStack team <openstack> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mgorny, prometheanfire, python |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://launchpad.net/bugs/2054134 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.xz |
Description
Agostino Sarubbo
2024-02-12 16:06:09 UTC
Created attachment 884806 [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 in addition to what has been reported in the summary: AssertionError: False is not true AttributeError: 'NoneType' object has no attribute 'split' AttributeError: 'int' object has no attribute 'split' FAIL: test_generate_IPv6_with_IPv4_prefix (oslo_utils.tests.test_netutils.IPv6byEUI64TestCase) FAIL: test_is_valid_ipv4 (oslo_utils.tests.test_netutils.NetworkUtilsTest) FAILED (failures=2, errors=2) testtools.matchers._impl.MismatchError: <function IPv6byEUI64TestCase.test_generate_IPv6_with_IPv4_prefix.<locals>.<lambda> at 0x73cac15d5120> returned IPAddress('::216:3f00:833:4c55') This one actually looks like a real code incompatibility. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2beff8985e4ea358cd15b38f988da6a7bb41e9 commit fb2beff8985e4ea358cd15b38f988da6a7bb41e9 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2024-02-16 16:47:32 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2024-02-16 16:47:32 +0000 dev-python/oslo-utils: Restrict to <dev-python/netaddr-1 Bug: https://bugs.gentoo.org/924373 Signed-off-by: Michał Górny <mgorny@gentoo.org> .../oslo-utils/{oslo-utils-7.0.0.ebuild => oslo-utils-7.0.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45e4d2c17e89cb348697c75ef4b9797a09e00d5 commit a45e4d2c17e89cb348697c75ef4b9797a09e00d5 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2024-10-16 14:36:42 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2024-10-16 14:42:08 +0000 dev-python/oslo-utils: Backport >=dev-python/netaddr-1 patch Closes: https://bugs.gentoo.org/924373 Signed-off-by: Michał Górny <mgorny@gentoo.org> .../files/oslo-utils-7.3.0-netaddr-1.patch | 37 +++++++++++++ dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild | 60 ++++++++++++++++++++++ 2 files changed, 97 insertions(+) |