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

golang.org/x/tools: fatal failed to traverse parents of commit #31460

Closed
hazcod opened this issue Apr 14, 2019 · 3 comments
Closed

golang.org/x/tools: fatal failed to traverse parents of commit #31460

hazcod opened this issue Apr 14, 2019 · 3 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@hazcod
Copy link

hazcod commented Apr 14, 2019

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

$ go version
go version go1.12.3 darwin/amd64

Does this issue reproduce with the latest release?

Yes

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

go env Output
$ go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/xxx/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/xxx/Source/go/"
GOPROXY=""
GORACE=""
GOROOT="/usr/local/Cellar/go/1.12.3/libexec"
GOTMPDIR=""
GOTOOLDIR="/usr/local/Cellar/go/1.12.3/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/vg/39v449yj7rq8t72dl5gh20r00000gn/T/go-build718381006=/tmp/go-build -gno-record-gcc-switches -fno-common"

What did you do?

go mod init testrepo
go mod vendor

What did you expect to see?

All modules installed to vendor/

What did you see instead?

$ go mod vendor
go: finding github.com/oblq/i18n latest
go: finding golang.org/x/text/language latest
go: finding google.golang.org/appengine/log latest
go: finding cloud.google.com/go/profiler latest
go: finding golang.org/x/tools v0.0.0-20190114222345-bf090417da8b
go: golang.org/x/tools@v0.0.0-20190114222345-bf090417da8b: git -c protocol.version=0 fetch --unshallow -f https://go.googlesource.com/tools refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /Users/niels/Source/go/pkg/mod/cache/vcs/b44680b3c3708a854d4c89f55aedda0b223beb8d9e30fba969cefb5bd9c1e843: exit status 128:
	error: Could not read a8576e2603b2bc62c97e830174b002dba60d6a0c
	fatal: Failed to traverse parents of commit 44bcb96178d39510d2bb8a61ef1c08b85bb24a45
	error: remote did not send all necessary objects
go: error loading module requirements
@agnivade
Copy link
Contributor

Likely a duplicate of #31399.

@jayconrod @draftcode

@hazcod hazcod changed the title golang.org/x/tools: fatal faield to traverse parents of commit golang.org/x/tools: fatal failed to traverse parents of commit Apr 15, 2019
@agnivade
Copy link
Contributor

@hazcod - is this still happening for you ?

@agnivade agnivade added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Apr 19, 2019
@hazcod
Copy link
Author

hazcod commented Apr 19, 2019

Seems to be fixed now, thanks for the followup!

@hazcod hazcod closed this as completed Apr 19, 2019
@golang golang locked and limited conversation to collaborators Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants