net/http: TestTransportEventTraceRealDNS broken on one smartos buidler, mips64le #15685
Comments
It's also broken on mips64le: https://build.golang.org/log/13451faa7356c872c5cf649dd27878671c96d20c
/cc @cherrymui |
It seems my home network's dns somehow messed up:
Change the dns server to 8.8.8.8 then the test passed. I'll fix my network configuration. In the meantime, you can ignore this error on mips64le builder. |
Same for the smartos builder:
|
Problem fixed on SmartOS builder. |
Thanks! I've wiped those failed builds from the dashboard and they're retrying. |
@4ad what was the problem for future reference? I want to make sure @zombiezen and I have it documented so future SmartOS builders aren't affected. |
|
@bradfitz This issue can happen if there is a |
The recent commit 19619c2 broke one of the SmartOS builders.
It seems to resolve the hostname "dns-should-not-resolve.golang" to 127.0.0.1.
https://build.golang.org/log/31d47308bf9f4bfcc3ce7d6118ef51b9640726a3
Why?
Fix the DNS there, or skip the test on that builder?
/cc @tombergan @4ad
The text was updated successfully, but these errors were encountered: