net: go1.5beta1 net tests timeout on OS X 10.10.4, apparently in getaddrinfo #11665
Comments
I can't reproduce. I'm using the same OS X version. Do you have any antivirus or firewall software running? Or VPN? Somehow your DNS requests are taking a different turn inside libc/kernel. |
No weird stuff (OS X firewall turned off, no VPN, no odd apps to track internet usage). However I do have a slightly unusual DNS setup; I have an I get a lot of this in tcpdump when running the test in question:
Those never get an answer. Perhaps timeout of resolving unqualified names should not really be a test failure? I get that my setup could be considered broken (although it works for me and does what I asked of it), but depending on the build hosts DNS setup seems a little fragile. |
CL https://golang.org/cl/12523 mentions this issue. |
The
net
package tests time out, apparently ingetaddrinfo
. This is not affected by having or not having a working internet connection, although even the "working" variant is a bit flaky for me at the moment (airport). Latest OS X (Yosemite 10.10.4), bootstrapping from official 1.4.2 package. Full log in https://gist.github.com/3a22082bc4a809627b41.(should go1.5beta1 maybe have been an annotated tag?)
The text was updated successfully, but these errors were encountered: