On Mon, Dec 09, 2019 at 07:46:08PM +0000, Richard W.M. Jones wrote: > On Mon, Dec 09, 2019 at 05:17:19PM +0000, Richard W.M. Jones wrote: > > We have some IPv6 tests which basically start a server listening on > > ::1 and connect to it from a client. These fail semi-regularly in > > Fedora Koji. Initially I believed it would only fail on ppc64le, but > > in fact I have just now observed the failure on x86-64: > > > > https://koji.fedoraproject.org/koji/taskinfo?taskID=39466197 > > Here's an x86-64 build of the exact same package which succeeded (on > x86-64, not overall but that's for other reasons): > > https://koji.fedoraproject.org/koji/taskinfo?taskID=39467396 > > > The error is: > > > > qemu-img: Could not open 'file.driver=nbd,file.host=::1,file.port=50278': address resolution failed for ::1:50278: Address family for hostname not supported > > > > (which is errno EAFNOSUPPORT) > > Reading around this issue it seems like getaddrinfo is broken in > relation to "::1": > > https://bugzilla.redhat.com/show_bug.cgi?id=808147 > > But is it fair to say that some of our Fedora Koji builders have IPv6 > configured and others do not? Nope. The datcenter that builders are in has no ipv6 connectivity. All the builders have the normal fe80 interfaces (ie, we don't explicity turn ipv6 off, but nothing gives it a 'real' ipv6 address). ie, here's buildhw-11 (a hardware machine thats a dell 430 blade): 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether f8:ca:b8:f7:27:63 brd ff:ff:ff:ff:ff:ff inet 10.5.125.178/24 brd 10.5.125.255 scope global noprefixroute eth0 valid_lft forever preferred_lft forever inet6 fe80::faca:b8ff:fef7:2763/64 scope link valid_lft forever preferred_lft forever here's buildvm-11 (that is a vm on another dell 430 blade): 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 52:54:00:6f:3d:80 brd ff:ff:ff:ff:ff:ff inet 10.5.125.108/24 brd 10.5.125.255 scope global noprefixroute eth0 valid_lft forever preferred_lft forever inet6 fe80::5054:ff:fe6f:3d80/64 scope link valid_lft forever preferred_lft forever So, I am not sure what could be going on. All builders are also now f31 with the exception of some ppc64le ones that I am still working on moving over. kevin
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx