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 fails at tip on darwin/amd64 with net: FAIL #15101

Closed
rjammala opened this issue Apr 4, 2016 · 2 comments
Closed

Build fails at tip on darwin/amd64 with net: FAIL #15101

rjammala opened this issue Apr 4, 2016 · 2 comments

Comments

@rjammala
Copy link

rjammala commented Apr 4, 2016

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
    go version devel +f229e46 Mon Apr 4 14:07:47 2016 +0000 darwin/amd64
  2. What operating system and processor architecture are you using (go env)?
    GOARCH="amd64"
    GOBIN=""
    GOEXE=""
    GOHOSTARCH="amd64"
    GOHOSTOS="darwin"
    GOOS="darwin"
    GOPATH="/Users/rajanikanth.j/gocode"
    GORACE=""
    GOROOT="/Users/rajanikanth.j/go"
    GOTOOLDIR="/Users/rajanikanth.j/go/pkg/tool/darwin_amd64"
    CC="clang"
    GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/4f/4vg7m4ys42vg8r2q7pxhqdw8jrldwy/T/go-build904284838=/tmp/go-build -gno-record-gcc-switches -fno-common"
    CXX="clang++"
    CGO_ENABLED="1"
  3. What did you do?
    If possible, provide a recipe for reproducing the error.
    A complete runnable program is good.
    A link on play.golang.org is best.

Tried to build go at tip.

  1. What did you expect to see?
    Build passes.
  2. What did you see instead?
    Build fails:
    FAIL
    FAIL net 1.748s

2016/04/04 10:33:55 Failed: exit status 1

@bradfitz

@rjammala
Copy link
Author

rjammala commented Apr 4, 2016

Seems like a random failure. I cannot reproduce.

@rjammala rjammala closed this as completed Apr 4, 2016
@Thomasdezeeuw
Copy link
Contributor

Maybe related issue #14986.

@golang golang locked and limited conversation to collaborators Apr 5, 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