Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: test fails on netbsd7-amd64 #14050

Closed
rillig opened this issue Jan 21, 2016 · 4 comments
Closed

net: test fails on netbsd7-amd64 #14050

rillig opened this issue Jan 21, 2016 · 4 comments
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@rillig
Copy link
Contributor

rillig commented Jan 21, 2016

Go version: devel from https://go-review.googlesource.com/#/c/18776/3
Platform: netbsd7-amd64

When I bootstrap the compiler using the following command, it fails.

$ (cd src && env GOROOT_BOOTSTRAP=$HOME/pkg/go GOROOT_FINAL=$HOME/godev bash ./all.bash)

The output is:

ok      mime/multipart  2.530s
ok      mime/quotedprintable    1.526s
--- FAIL: TestLookupDotsWithLocalSource (0.00s)
        lookup_test.go:446: netgo: got localhost.; want localhost
        lookup_test.go:446: netcgo: got localhost.; want localhost
FAIL
FAIL    net     9.227s
ok      net/http        19.109s
ok      net/http/cgi    0.267s
@minux
Copy link
Member

minux commented Jan 21, 2016 via email

@mikioh
Copy link
Contributor

mikioh commented Jan 21, 2016

Can you show us /etc/hosts, /etc/resolv.conf and /etc/resolvconf.conf on the node under test?

@rillig
Copy link
Contributor Author

rillig commented Jan 21, 2016

/etc/hosts:

::1                     localhost localhost.
127.0.0.1               localhost localhost.

/etc/resolv.conf:

nameserver 192.168.43.1

@mikioh mikioh added the Testing An issue that has been verified to require only test changes, not just a test failure. label Jan 21, 2016
@mikioh mikioh added this to the Go1.6Maybe milestone Jan 21, 2016
@gopherbot
Copy link

CL https://golang.org/cl/18792 mentions this issue.

@golang golang locked and limited conversation to collaborators Jan 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

4 participants