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

build_docker_go failed on Kokoro - Interop Cloud-to-Prod Tests #12286

Closed
muxi opened this issue Aug 24, 2017 · 1 comment
Closed

build_docker_go failed on Kokoro - Interop Cloud-to-Prod Tests #12286

muxi opened this issue Aug 24, 2017 · 1 comment
Assignees
Labels
disposition/BUILDNURSE For all buildnurse related build/test failures and flakes

Comments

@muxi
Copy link
Member

muxi commented Aug 24, 2017

Happened in https://sponge.corp.google.com/target?id=6cfa8b5e-f32a-4f53-ad1e-05ad9c340f69&target=grpc%2Fubuntu%2Fpull_request%2Fgrpc_interop_toprod&searchFor=

......
Fetching https://golang.org/x/oauth2/jwt?go-get=1
Parsing meta tags from https://golang.org/x/oauth2/jwt?go-get=1 (status code 200)
get "golang.org/x/oauth2/jwt": found meta tag main.metaImport{Prefix:"golang.org/x/oauth2", VCS:"git", RepoRoot:"https://go.googlesource.com/oauth2"} at https://golang.org/x/oauth2/jwt?go-get=1
get "golang.org/x/oauth2/jwt": verifying non-authoritative meta tag
github.com/golang/mock (download)
github.com/golang/glog (download)
make: *** [deps] Error 1
Makefile:4: recipe for target 'deps' failed
+ EXITCODE=2
+ docker rm -f build_grpc_interop_go_a81c7751-6a39-438b-9f08-2c693b5e8503
build_grpc_interop_go_a81c7751-6a39-438b-9f08-2c693b5e8503
+ exit 2

2017-08-23 15:21:59,580 FAILED: build_docker_go [ret=2, pid=6522]

Might be related to #9011?

@muxi muxi added the disposition/BUILDNURSE For all buildnurse related build/test failures and flakes label Aug 24, 2017
@menghanl
Copy link
Contributor

It failed to go get package golang.org/x/text/unicode/norm:

get "golang.org/x/text/unicode/norm": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/unicode/norm?go-get=1
get "golang.org/x/text/unicode/norm": verifying non-authoritative meta tag
package golang.org/x/text/unicode/norm: cannot find package "golang.org/x/text/unicode/norm" in any of:
	/usr/local/go/src/golang.org/x/text/unicode/norm (from $GOROOT)
	/go/src/golang.org/x/text/unicode/norm (from $GOPATH)

Root cause could be

fatal: unable to access 'https://go.googlesource.com/text/': Failed to connect to go.googlesource.com port 443: Connection timed out

This failure should go away in a new build.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
disposition/BUILDNURSE For all buildnurse related build/test failures and flakes
Projects
None yet
Development

No branches or pull requests

3 participants