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

[enhance] skip docker build in hack/make.sh #1282

Closed
Letty5411 opened this issue May 8, 2018 · 0 comments · Fixed by #1313
Closed

[enhance] skip docker build in hack/make.sh #1282

Letty5411 opened this issue May 8, 2018 · 0 comments · Fixed by #1313
Assignees

Comments

@Letty5411
Copy link
Contributor

Ⅰ. Issue Description

We may need to build a test image and push it to registry and use it directly in test.
As sometimes, CI may fail in docker build step as following:

# cd .; git clone https://go.googlesource.com/tools /go/src/golang.org/x/tools
Cloning into '/go/src/golang.org/x/tools'...
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
package golang.org/x/tools/go/ast/astutil: exit status 128
package golang.org/x/tools/go/gcexportdata: cannot find package "golang.org/x/tools/go/gcexportdata" in any of:
	/usr/local/go/src/golang.org/x/tools/go/gcexportdata (from $GOROOT)
	/go/src/golang.org/x/tools/go/gcexportdata (from $GOPATH)
The command '/bin/sh -c go get -u golang.org/x/lint/golint' returned a non-zero code: 1
make: *** [integration-test] Error 1

Ⅱ. Describe what happened

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • pouch version (use pouch version):
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant