Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

dep init fails on CockroachDB #349

Closed
tamird opened this issue Mar 23, 2017 · 5 comments
Closed

dep init fails on CockroachDB #349

tamird opened this issue Mar 23, 2017 · 5 comments

Comments

@tamird
Copy link
Contributor

tamird commented Mar 23, 2017

$ dep init
Cached github.com/abourget/teamcity
Cached github.com/backtrace-labs/go-bcd
Cached github.com/biogo/store
Cached github.com/VividCortex/ewma
Cached github.com/cenk/backoff
Cached github.com/cockroachdb/cmux
Cached github.com/cockroachdb/apd
Cached github.com/cockroachdb/crlfmt
Cached github.com/cockroachdb/returncheck
Cached github.com/chzyer/readline
Cached github.com/cockroachdb/stress
Cached github.com/cockroachdb/cockroach-go
Cached github.com/cockroachdb/c-jemalloc
Cached github.com/codahale/hdrhistogram
Cached github.com/elastic/gosigar
Cached github.com/client9/misspell
Cached github.com/elazarl/go-bindata-assetfs
Cached github.com/facebookgo/clock
Cached github.com/ghemawat/stream
Cached github.com/golang/lint
Cached github.com/dustin/go-humanize
Cached github.com/docker/go-connections
Cached github.com/Azure/azure-sdk-for-go
Cached github.com/google/btree
Cached github.com/go-sql-driver/mysql
Cached github.com/google/pprof
Cached github.com/golang/protobuf
Cached github.com/google/go-github
Cached cloud.google.com/go
Cached github.com/ianlancetaylor/cgosymbolizer
Cached github.com/kisielk/gotool
Cached github.com/grpc-ecosystem/grpc-gateway
Cached github.com/kisielk/errcheck
Cached github.com/kr/pretty
Cached github.com/cockroachdb/c-rocksdb
Cached github.com/jteeuwen/go-bindata
Cached github.com/kr/text
Cached github.com/leekchan/timeutil
Cached github.com/mattn/go-isatty
Cached github.com/mattn/goveralls
Cached github.com/lib/pq
Cached github.com/lightstep/lightstep-tracer-go
Cached github.com/mdempsky/unconvert
Cached github.com/mibk/dupl
Cached github.com/montanaflynn/stats
Cached github.com/olekukonko/tablewriter
Cached github.com/cockroachdb/c-protobuf
Cached github.com/opentracing/basictracer-go
Cached github.com/petermattis/goid
Cached github.com/pkg/errors
Cached github.com/robfig/glock
Cached github.com/prometheus/client_model
Cached github.com/prometheus/common
Cached github.com/opentracing/opentracing-go
Cached github.com/rlmcpherson/s3gof3r
Cached github.com/rcrowley/go-metrics
Cached github.com/rubyist/circuitbreaker
Cached github.com/satori/go.uuid
Cached github.com/spf13/pflag
Cached github.com/spf13/cobra
Cached github.com/termie/go-shutil
Cached github.com/wadey/gocovmerge
Cached github.com/tebeka/go2xunit
Cached github.com/sasha-s/go-deadlock
Cached golang.org/x/oauth2
Cached golang.org/x/sync
Cached golang.org/x/crypto
Cached honnef.co/go/tools
Cached google.golang.org/grpc
Cached gopkg.in/yaml.v2
Cached golang.org/x/net
Cached github.com/docker/go-units
Cached github.com/golang/glog
Cached github.com/inconshreveable/mousetrap
Cached github.com/coreos/etcd
Cached golang.org/x/tools
Cached golang.org/x/text
Cached github.com/gogo/protobuf
Cached github.com/ianlancetaylor/demangle
Cached github.com/matttproud/golang_protobuf_extensions
Cached github.com/google/go-querystring
Cached github.com/cockroachdb/c-snappy
Cached golang.org/x/sys
Cached github.com/Sirupsen/logrus
Cached github.com/Microsoft/go-winio
Cached github.com/mattn/go-runewidth
Cached github.com/StackExchange/wmi
Cached github.com/go-ole/go-ole
Cached google.golang.org/appengine
Cached github.com/cpuguy83/go-md2man
Cached github.com/shurcooL/sanitized_anchor_name
Cached github.com/russross/blackfriday
Cached github.com/agtorre/gocolorize
Cached github.com/pborman/uuid
Cached github.com/opencontainers/runc
Cached github.com/Azure/go-ansiterm
solve error: No versions of github.com/cockroachdb/cmux met constraints:
	997915d4fbfd449e8c4b678872b5067c36730291: Unable to update checked out version: fatal: reference is not a tree: 997915d4fbfd449e8c4b678872b5067c36730291

	master: Could not introduce github.com/cockroachdb/cmux@master, as it is not allowed by constraint 997915d4fbfd449e8c4b678872b5067c36730291 from project github.com/cockroachdb/cockroach.
	bytes-buffer: Could not introduce github.com/cockroachdb/cmux@bytes-buffer, as it is not allowed by constraint 997915d4fbfd449e8c4b678872b5067c36730291 from project github.com/cockroachdb/cockroach.
Cached github.com/docker/distribution
Cached github.com/docker/docker
No versions of github.com/cockroachdb/cmux met constraints:
	997915d4fbfd449e8c4b678872b5067c36730291: Unable to update checked out version: fatal: reference is not a tree: 997915d4fbfd449e8c4b678872b5067c36730291

	master: Could not introduce github.com/cockroachdb/cmux@master, as it is not allowed by constraint 997915d4fbfd449e8c4b678872b5067c36730291 from project github.com/cockroachdb/cockroach.
	bytes-buffer: Could not introduce github.com/cockroachdb/cmux@bytes-buffer, as it is not allowed by constraint 997915d4fbfd449e8c4b678872b5067c36730291 from project github.com/cockroachdb/cockroach.

I have no idea what this revision 997915d4fbfd449e8c4b678872b5067c36730291 is.

@sdboyer
Copy link
Member

sdboyer commented Mar 24, 2017

Is 997915d4fbfd449e8c4b678872b5067c36730291 possibly an unpushed commit that's currently checked out in GOPATH for github.com/cockroachdb/cmux?

@tamird
Copy link
Contributor Author

tamird commented Mar 24, 2017 via email

@sdboyer
Copy link
Member

sdboyer commented Mar 24, 2017

Yeah, this is a failure mode we need to improve reporting on

@sdboyer
Copy link
Member

sdboyer commented Mar 24, 2017

We've also got plans in the works to change and improve the flow of init overall - #277 #186

@sdboyer
Copy link
Member

sdboyer commented Mar 30, 2017

Closing this in favor of #216, same issue

@sdboyer sdboyer closed this as completed Mar 30, 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

2 participants