https://bugzilla.wikimedia.org/show_bug.cgi?id=70084

--- Comment #2 from Antoine "hashar" Musso <[email protected]> ---
Of all the build history I have, it only occurred twice for that job.  So must
be some very weird/rare issue.

On deployment-bastion.eqiad.wmflabs , I created a clone of
https://gerrit.wikimedia.org/r/p/integration/zuul.git



$ strace -f git pull 2>&1 | grep connect
connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0
connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0
connect(4, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("10.68.16.1")}, 16) = 0
connect(4, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("10.68.16.1")}, 16) = 0
connect(4, {sa_family=AF_INET6, sin6_port=htons(443), inet_pton(AF_INET6,
"2620:0:861:3:208:80:154:81", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0},
28) = -1 ENETUNREACH (Network is unreachable)
connect(4, {sa_family=AF_UNSPEC, sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) =
0
connect(4, {sa_family=AF_INET, sin_port=htons(443),
sin_addr=inet_addr("208.80.154.81")}, 16) = 0
connect(4, {sa_family=AF_INET, sin_port=htons(443),
sin_addr=inet_addr("208.80.154.81")}, 16) = -1 EINPROGRESS (Operation now in
progress)

So v6 -> v4 appropriately.

Maybe if the v4 address is unreachable, git report the first failure message
instead of the last one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to