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

Docker creates a timeout #17957

Closed
Mornor opened this issue Nov 17, 2016 · 1 comment
Closed

Docker creates a timeout #17957

Mornor opened this issue Nov 17, 2016 · 1 comment

Comments

@Mornor
Copy link

Mornor commented Nov 17, 2016

What version of Go are you using (go version)?

go version go1.7.3 darwin/amd64

What operating system and processor architecture are you using (go env)?

darwin/amd64

What did you do?

docker run -v $PWD:/temp -w /temp golang:latest go get -v gopkg.in/olivere/elastic.v3

What did you expect to see?

Fetching https://gopkg.in/olivere/elastic.v3?go-get=1
Parsing meta tags from https://gopkg.in/olivere/elastic.v3?go-get=1 (status code 200)
get "gopkg.in/olivere/elastic.v3": found meta tag main.metaImport{Prefix:"gopkg.in/olivere/elastic.v3", VCS:"git", RepoRoot:"https://gopkg.in/olivere/elastic.v3"} at https://gopkg.in/olivere/elastic.v3?go-get=1
gopkg.in/olivere/elastic.v3 (download)
Fetching https://golang.org/x/net/context?go-get=1
Parsing meta tags from https://golang.org/x/net/context?go-get=1 (status code 200)
get "golang.org/x/net/context": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/context?go-get=1
get "golang.org/x/net/context": verifying non-authoritative meta tag
Fetching https://golang.org/x/net?go-get=1
Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200)
golang.org/x/net (download)
Fetching https://golang.org/x/net/context/ctxhttp?go-get=1
Parsing meta tags from https://golang.org/x/net/context/ctxhttp?go-get=1 (status code 200)
get "golang.org/x/net/context/ctxhttp": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/context/ctxhttp?go-get=1
get "golang.org/x/net/context/ctxhttp": verifying non-authoritative meta tag
golang.org/x/net/context
gopkg.in/olivere/elastic.v3/backoff
gopkg.in/olivere/elastic.v3/uritemplates
golang.org/x/net/context/ctxhttp
gopkg.in/olivere/elastic.v3

What did you see instead?

Fetching https://gopkg.in/olivere/elastic.v3?go-get=1
https fetch failed: Get https://gopkg.in/olivere/elastic.v3?go-get=1: dial tcp: lookup gopkg.in on 192.168.65.1:53: read udp 172.17.0.2:33119->192.168.65.1:53: i/o timeout
package gopkg.in/olivere/elastic.v3: unrecognized import path "gopkg.in/olivere/elastic.v3" (https fetch: Get https://gopkg.in/olivere/elastic.v3?go-get=1: dial tcp: lookup gopkg.in on 192.168.65.1:53: read udp 172.17.0.2:33119->192.168.65.1:53: i/o timeout)

I believe there is an issue within the GO code.
If I go get from local machine, everything is always fine.

@bradfitz
Copy link
Contributor

I believe you've found the wrong bug tracker.

Docker is written in Go, but it's not written by us.

You can file a bug at https://github.com/docker/docker/issues

If they find out the bug is because of Go, they can file a bug with us.

@golang golang locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants