tags 1093363 - unreproducible
thanks
(I'm also a member of python team and I can reproduce it)
On Fri, 17 Jan 2025 18:54:25 +0000 Santiago Vila <sanv...@debian.org> wrote:
AssertionError: Lists differ: [(<Ad[87 chars]e:2e65', 80, 0, 0)),
(<AddressFamily.AF_INET6:[3427 chars]80))] != [(<Ad[87 chars]e:2e66', 80, 0, 0)),
(<AddressFamily.AF_INET6:[3427 chars]80))]
This suggests an IPv6 only host, as the package builds successfully in a plain
sid cowbuilder chroot on my system.
Thanks for trying to reproduce it. No, my host is not IPv6-only.
But I've made more tests: The package builds ok when using the unshare backend
of sbuild, but it fails to build when using the file backend.
Another way to reproduce it is plain dpkg-buildpackage in a chroot.
Probably your cowbuilder chroot is similar to sbuild+unshare in that it
disables network access, but this suggests the tests are trying to use the network (even
if it's just DNS queries on "example.com"), which is forbidden.
Thanks.