Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhellmann/3931a0e1d871ffdbf9df601f1a1fafcf to your computer and use it in GitHub Desktop.
Save dhellmann/3931a0e1d871ffdbf9df601f1a1fafcf to your computer and use it in GitHub Desktop.
$ dep ensure 2>&1 | tee dep.log
panic: runtime error: index out of range
goroutine 1 [running]:
github.com/golang/dep/gps.(*solver).findValidVersion(0xc000137200, 0xc0017226e0, 0xc001416e00, 0x31, 0x31, 0x0, 0xc001416e00)
/Users/travis/gopath/src/github.com/golang/dep/gps/solver.go:945 +0x4cc
github.com/golang/dep/gps.(*solver).backtrack(0xc000137200, 0xadbda0, 0xc000112050, 0x0, 0x0, 0x0)
/Users/travis/gopath/src/github.com/golang/dep/gps/solver.go:1079 +0xbdc
github.com/golang/dep/gps.(*solver).solve(0xc000137200, 0xadbda0, 0xc000112050, 0x5, 0xc00058f0c8, 0xc00014f548)
/Users/travis/gopath/src/github.com/golang/dep/gps/solver.go:510 +0x872
github.com/golang/dep/gps.(*solver).Solve(0xc000137200, 0xadbda0, 0xc000112050, 0xeb0a88, 0xc00003201b, 0x29, 0xc000252960)
/Users/travis/gopath/src/github.com/golang/dep/gps/solver.go:440 +0x1eb
main.(*ensureCommand).runDefault(0xc0001cb656, 0xc000134880, 0xc0000e36c0, 0x0, 0x0, 0xc000127200, 0xae3c20, 0xc0000c5740, 0xc000032004, 0x40, ...)
/Users/travis/gopath/src/github.com/golang/dep/cmd/dep/ensure.go:281 +0x3fb
main.(*ensureCommand).Run(0xc0001cb656, 0xc000134880, 0xc0000e36c0, 0x0, 0x0, 0x0, 0x0)
/Users/travis/gopath/src/github.com/golang/dep/cmd/dep/ensure.go:218 +0x80e
main.(*Config).Run(0xc0000deea0, 0x0)
/Users/travis/gopath/src/github.com/golang/dep/cmd/dep/main.go:212 +0x111c
main.main()
/Users/travis/gopath/src/github.com/golang/dep/cmd/dep/main.go:84 +0x636
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment