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

x/playground: fails to build #21819

Closed
veganexe opened this issue Sep 9, 2017 · 2 comments
Closed

x/playground: fails to build #21819

veganexe opened this issue Sep 9, 2017 · 2 comments

Comments

@veganexe
Copy link

veganexe commented Sep 9, 2017

CentOS 7.3
Docker version 17.07.0-ce, build 8784753
golang/playground commit : 73acb7d5edff110e3ea86ef0ab9de450f64721c4

What did you do?

Running docker build -t sandbox sandbox, this error is returned:

What did you see instead?

...
...
cmd/vet/internal/cfg
cmd/vet/internal/whitelist
cmd/vet
The command '/bin/sh -c set -x && buildDeps='curl ca-certificates gcc patch libc6-dev';     apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* &&     curl -sSL https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz -o /tmp/go.tar.gz &&     curl -sSL https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz.sha256 -o /tmp/go.tar.gz.sha256 &&     echo "$(cat /tmp/go.tar.gz.sha256)  /tmp/go.tar.gz" | sha256sum -c - &&     tar -C /usr/local/ -vxzf /tmp/go.tar.gz &&     rm /tmp/go.tar.gz /tmp/go.tar.gz.sha256 &&     cp -R /usr/local/go $GOROOT_BOOTSTRAP &&     patch /usr/local/go/src/runtime/rt0_nacl_amd64p32.s /usr/local/sandbox/enable-fake-time.patch &&     cd /usr/local/go && go run misc/nacl/mkzip.go -p syscall /usr/local/sandbox/fake_fs.lst src/syscall/fstest_nacl.go &&     cd /usr/local/go/src && GOOS=nacl GOARCH=amd64p32 ./make.bash --no-clean &&     rm -rf $GOROOT_BOOTSTRAP &&     apt-get purge -y --auto-remove $buildDeps' returned a non-zero code: 1

@ianlancetaylor ianlancetaylor changed the title Go Playground fails to build x/playground: fails to build Sep 9, 2017
@gopherbot gopherbot added this to the Unreleased milestone Sep 9, 2017
@ianlancetaylor
Copy link
Contributor

CC @broady

@broady
Copy link
Member

broady commented Sep 10, 2017

Can't reproduce. Need a full build log, not just a few lines.

@broady broady closed this as completed Sep 16, 2017
@golang golang locked and limited conversation to collaborators Sep 16, 2018
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

4 participants