Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.15k stars 541 forks source link

Glide appears to be hanging (though it is not) #245

Open technosophos opened 8 years ago

technosophos commented 8 years ago

I sat watching Glide output nothing for 2-3 minutes. It spit out all of this and then appears to have hung:

⇒  glide install
[INFO] Downloading dependencies. Please wait...
[INFO] Fetching updates for github.com/ahmetalpbalkan/go-linq.
[INFO] Fetching updates for github.com/armon/go-metrics.
[INFO] Fetching updates for github.com/armon/circbuf.
[INFO] Fetching updates for github.com/aws/aws-sdk-go.
[INFO] Fetching updates for github.com/armon/go-radix.
[INFO] Fetching updates for github.com/boltdb/bolt.
[INFO] Fetching updates for github.com/bgentry/speakeasy.
[INFO] Fetching updates for github.com/coreos/etcd.
[INFO] Fetching updates for github.com/BurntSushi/toml.
[INFO] Fetching updates for github.com/DataDog/datadog-go.
[INFO] Fetching updates for github.com/elazarl/go-bindata-assetfs.
[INFO] Fetching updates for github.com/fsouza/go-dockerclient.
[INFO] Fetching updates for github.com/garyburd/redigo.
[INFO] Fetching updates for github.com/ghodss/yaml.
[INFO] Fetching updates for github.com/go-ini/ini.
[INFO] Fetching updates for github.com/hashicorp/consul.
[INFO] Fetching updates for github.com/hashicorp/errwrap.
[INFO] Fetching updates for github.com/hashicorp/go-checkpoint.
[INFO] Fetching updates for github.com/hashicorp/go-cleanhttp.
[INFO] Fetching updates for github.com/hashicorp/go-immutable-radix.
[INFO] Fetching updates for github.com/hashicorp/go-memdb.
[INFO] Fetching updates for github.com/hashicorp/go-msgpack.
[INFO] Fetching updates for github.com/hashicorp/go-multierror.
[INFO] Fetching updates for github.com/hashicorp/go-reap.
[INFO] Fetching updates for github.com/hashicorp/go-syslog.
[INFO] Fetching updates for github.com/hashicorp/go-uuid.
[INFO] Fetching updates for github.com/hashicorp/golang-lru.
[INFO] Fetching updates for github.com/hashicorp/hcl.
[INFO] Fetching updates for github.com/hashicorp/logutils.
[INFO] Fetching updates for github.com/hashicorp/memberlist.
[INFO] Fetching updates for github.com/hashicorp/net-rpc-msgpackrpc.
[INFO] Fetching updates for github.com/hashicorp/raft.
[INFO] Fetching updates for github.com/hashicorp/raft-boltdb.
[INFO] Fetching updates for github.com/hashicorp/scada-client.
[INFO] Fetching updates for github.com/hashicorp/serf.
[INFO] Fetching updates for github.com/hashicorp/yamux.
[INFO] Fetching updates for github.com/inconshreveable/muxado.
[INFO] Fetching updates for github.com/jmespath/go-jmespath.
[INFO] Fetching updates for github.com/magiconair/properties.
[INFO] Fetching updates for github.com/mattn/go-isatty.
[INFO] Fetching updates for github.com/miekg/dns.
[INFO] Fetching updates for github.com/mitchellh/cli.
[INFO] Fetching updates for github.com/mitchellh/mapstructure.
[INFO] Fetching updates for github.com/op/go-logging.
[INFO] Fetching updates for github.com/ryanuber/columnize.
[INFO] Fetching updates for golang.org/x/sys.
[INFO] Fetching updates for gopkg.in/yaml.v2.

What it's actually doing is fetching all of those packages in parallel. We need to display something to tell the user that waiting is normal here.

mattfarina commented 8 years ago

@technosophos There used to be a - in front of the fetching which worked for glide install but looked funny when glide up was scanning and fetching in the tree.

Would putting => in front of Fetching help?

akutz commented 8 years ago

I think so, but mine still appears to be hanging locally as well. I'm working with large projects with large dependencies. Either much better feedback is needed or there needs to be a way to disable parallel fetching as well as simply better communication while getting a single package. As I said, I can no longer get deps with Glide locally. It always times out or errors.

akutz commented 8 years ago

For an example try cloning this project (https://github.com/emccode/rexray) and running glide up on it locally.See if that ever completes for you.

akutz commented 8 years ago

Here's my local run via Make:

[0]akutz@pax:rexray$ make deps
/Users/akutz/Projects/go/bin/glide --debug up
[DEBUG] Creating vendor
[INFO] Downloading dependencies. Please wait...
[INFO] Fetching updates for github.com/spf13/pflag.
[INFO] Fetching updates for github.com/akutz/goof.
[INFO] Fetching updates for github.com/spf13/cobra.
[INFO] Fetching updates for github.com/spf13/viper.
[INFO] Fetching updates for github.com/emccode/goscaleio.
[INFO] Fetching updates for github.com/goamz/goamz.
[INFO] Fetching updates for github.com/emccode/goxtremio.
[INFO] Fetching updates for github.com/akutz/gofig.
[INFO] Fetching updates for github.com/go-yaml/yaml.
[INFO] Fetching updates for github.com/akutz/gotil.
[INFO] Fetching updates for gopkg.in/yaml.v2.
[INFO] Fetching updates for gopkg.in/yaml.v1.
[INFO] Fetching updates for github.com/rackspace/gophercloud.
[INFO] Fetching updates for google.golang.org/api.
[INFO] Fetching updates for golang.org/x/net.
[INFO] Fetching updates for github.com/emccode/govmax.
[INFO] Fetching updates for github.com/akutz/golf.
[INFO] Fetching updates for github.com/emccode/goisilon.
[INFO] Fetching updates for github.com/appropriate/go-virtualboxclient.
[DEBUG] Attempting to find current branch for https://github.com/akutz/goof
[DEBUG] Saving default branch for https://github.com/akutz/goof
[DEBUG] Attempting to find current branch for https://github.com/akutz/golf
[DEBUG] Saving default branch for https://github.com/akutz/golf
[DEBUG] Attempting to find current branch for https://github.com/akutz/goxtremio.git
[DEBUG] Attempting to find current branch for https://github.com/akutz/gotil
[DEBUG] Saving default branch for https://github.com/akutz/goxtremio.git
[DEBUG] Saving default branch for https://github.com/akutz/gotil
[DEBUG] Attempting to find current branch for https://github.com/emccode/goisilon
[DEBUG] Saving default branch for https://github.com/emccode/goisilon
[DEBUG] Attempting to find current branch for https://github.com/akutz/gofig
[DEBUG] Saving default branch for https://github.com/akutz/gofig
[DEBUG] Attempting to find current branch for https://github.com/emccode/govmax
[DEBUG] Saving default branch for https://github.com/emccode/govmax
[DEBUG] Attempting to find current branch for https://github.com/clintonskitson/go-virtualboxclient
[DEBUG] Saving default branch for https://github.com/clintonskitson/go-virtualboxclient
[DEBUG] Attempting to find current branch for https://github.com/emccode/goscaleio.git
[DEBUG] Saving default branch for https://github.com/emccode/goscaleio.git
[DEBUG] Attempting to find current branch for https://github.com/spf13/pflag
[DEBUG] Saving default branch for https://github.com/spf13/pflag
[DEBUG] Attempting to find current branch for https://github.com/akutz/cobra
[DEBUG] Saving default branch for https://github.com/akutz/cobra
[DEBUG] Attempting to find current branch for https://github.com/akutz/viper.git
[DEBUG] Saving default branch for https://github.com/akutz/viper.git
[DEBUG] Attempting to find current branch for https://github.com/akutz/yaml.git
[DEBUG] Saving default branch for https://github.com/akutz/yaml.git
[DEBUG] Attempting to find current branch for https://github.com/akutz/yaml.git
[DEBUG] Saving default branch for https://github.com/akutz/yaml.git
[DEBUG] Attempting to find current branch for https://github.com/akutz/yaml.git
[DEBUG] Saving default branch for https://github.com/akutz/yaml.git
[DEBUG] Attempting to find current branch for https://github.com/clintonskitson/goamz
[DEBUG] Saving default branch for https://github.com/clintonskitson/goamz
[DEBUG] Attempting to find current branch for https://github.com/golang/net
[DEBUG] Saving default branch for https://github.com/golang/net
[DEBUG] Attempting to find current branch for https://github.com/clintonskitson/gophercloud.git
[DEBUG] Saving default branch for https://github.com/clintonskitson/gophercloud.git
[DEBUG] Attempting to find current branch for https://github.com/google/google-api-go-client.git
[DEBUG] Saving default branch for https://github.com/google/google-api-go-client.git
[INFO] Setting version for github.com/akutz/goof to master.
[INFO] Setting version for github.com/goamz/goamz to 5c85623a00092be41b679e53ef47772cf8ded1da.
[INFO] Setting version for gopkg.in/yaml.v1 to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
[INFO] Setting version for github.com/emccode/govmax to 39eb25ef96221a595aea883ffded341d37750d51.
[INFO] Setting version for github.com/emccode/goxtremio to 89e87d4bdf43837a161fd36ad8dd32e0ce42ae98.
[INFO] Setting version for github.com/akutz/gotil to master.
[INFO] Setting version for github.com/akutz/gofig to master.
[INFO] Setting version for github.com/spf13/pflag to b084184666e02084b8ccb9b704bf0d79c466eb1d.
[INFO] Setting version for google.golang.org/api to fd081149e482b10c55262756934088ffe3197ea3.
[INFO] Setting version for github.com/emccode/goisilon to f9b53f0aaadb12a26b134830142fc537f492cb13.
[INFO] Setting version for golang.org/x/net to master.
[INFO] Setting version for github.com/go-yaml/yaml to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
[INFO] Setting version for gopkg.in/yaml.v2 to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
[INFO] Setting version for github.com/rackspace/gophercloud to 42196eaf5b93739d335921404bb7c5f2205fceb3.
[INFO] Setting version for github.com/emccode/goscaleio to 29678665e99b627013b8b9f2727bbdaed79bbd05.
[INFO] Setting version for github.com/spf13/cobra to 363816bb13ce1710460c2345017fd35593cbf5ed.
[INFO] Setting version for github.com/akutz/golf to v0.1.1.
[INFO] Setting version for github.com/appropriate/go-virtualboxclient to e0978ab2ed407095400a69d5933958dd260058cd.
[INFO] Setting version for github.com/spf13/viper to support/rexray.
[INFO] Resolving imports
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/gofig to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/Sirupsen/logrus to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/gotil to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/docker/docker/pkg/mount to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/goof to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/gorilla/handlers to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/gorilla/mux to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/opencontainers/runc/libcontainer/label to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/goamz/goamz/aws to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/goamz/goamz/ec2 to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/net/context to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/oauth2/google to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/google.golang.org/api/compute/v1 to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goisilon to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v2/extensions/volumeactions to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goscaleio to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goscaleio/types/v1 to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/appropriate/go-virtualboxclient/virtualboxclient to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/govmax/api/v1 to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goxtremio to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/golf/logrus to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/spf13/cobra to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/spf13/pflag to queue
[DEBUG] Adding local mport /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/gopkg.in/yaml.v1 to queue
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/goof
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/spf13/pflag
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/spf13/cobra
[DEBUG] Package github.com/spf13/cobra imports github.com/cpuguy83/go-md2man/md2man
[DEBUG] Found on GOPATH, not vendor: github.com/cpuguy83/go-md2man/md2man
[INFO] Fetching github.com/cpuguy83/go-md2man/md2man into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/cpuguy83/go-md2man
[DEBUG] Saving default branch for https://github.com/cpuguy83/go-md2man
[DEBUG] Package github.com/spf13/cobra imports github.com/inconshreveable/mousetrap
[DEBUG] Found on GOPATH, not vendor: github.com/inconshreveable/mousetrap
[INFO] Fetching github.com/inconshreveable/mousetrap into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/inconshreveable/mousetrap
[DEBUG] Saving default branch for https://github.com/inconshreveable/mousetrap
[DEBUG] Package github.com/spf13/cobra imports github.com/spf13/pflag
[DEBUG] In vendor: github.com/spf13/pflag
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/spf13/viper
[DEBUG] Package github.com/spf13/viper imports github.com/BurntSushi/toml
[DEBUG] Found on GOPATH, not vendor: github.com/BurntSushi/toml
[INFO] Fetching github.com/BurntSushi/toml into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/BurntSushi/toml
[DEBUG] Saving default branch for https://github.com/BurntSushi/toml
[DEBUG] Package github.com/spf13/viper imports github.com/kr/pretty
[DEBUG] Found on GOPATH, not vendor: github.com/kr/pretty
[INFO] Fetching github.com/kr/pretty into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/kr/pretty
[DEBUG] Saving default branch for https://github.com/kr/pretty
[DEBUG] Package github.com/spf13/viper imports github.com/magiconair/properties
[DEBUG] Found on GOPATH, not vendor: github.com/magiconair/properties
[INFO] Fetching github.com/magiconair/properties into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/magiconair/properties
[DEBUG] Saving default branch for https://github.com/magiconair/properties
[DEBUG] Package github.com/spf13/viper imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[INFO] Fetching github.com/mitchellh/mapstructure into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/mitchellh/mapstructure
[DEBUG] Saving default branch for https://github.com/mitchellh/mapstructure
[DEBUG] Package github.com/spf13/viper imports github.com/spf13/cast
[DEBUG] Found on GOPATH, not vendor: github.com/spf13/cast
[INFO] Fetching github.com/spf13/cast into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/spf13/cast
[DEBUG] Saving default branch for https://github.com/spf13/cast
[DEBUG] Package github.com/spf13/viper imports github.com/spf13/jwalterweatherman
[DEBUG] Found on GOPATH, not vendor: github.com/spf13/jwalterweatherman
[INFO] Fetching github.com/spf13/jwalterweatherman into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/spf13/jwalterweatherman
[DEBUG] Saving default branch for https://github.com/spf13/jwalterweatherman
[DEBUG] Package github.com/spf13/viper imports github.com/spf13/pflag
[DEBUG] In vendor: github.com/spf13/pflag
[DEBUG] Package github.com/spf13/viper imports gopkg.in/fsnotify.v1
[DEBUG] Found on GOPATH, not vendor: gopkg.in/fsnotify.v1
[INFO] Fetching gopkg.in/fsnotify.v1 into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://gopkg.in/fsnotify.v1
[DEBUG] Saving default branch for https://gopkg.in/fsnotify.v1
[DEBUG] Package github.com/spf13/viper imports gopkg.in/yaml.v2
[DEBUG] In vendor: gopkg.in/yaml.v2
[DEBUG] Marking gopkg.in/yaml.v2 to be scanned.
[DEBUG] Dependency gopkg.in/yaml.v2 has already been pinned. Fetching updates skipped.
[DEBUG] Dependency gopkg.in/yaml.v2 has already been pinned. Setting version skipped.
[DEBUG] Dependency gopkg.in/yaml.v2 has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/goamz/goamz
[DEBUG] ImportDir error on /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/goamz/goamz: no buildable Go source files in /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/goamz/goamz
[DEBUG] No subpackages declared. Skipping github.com/goamz/goamz.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goscaleio
[DEBUG] Package github.com/emccode/goscaleio imports github.com/Sirupsen/logrus
[DEBUG] Found on GOPATH, not vendor: github.com/Sirupsen/logrus
[INFO] Fetching github.com/Sirupsen/logrus into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/akutz/logrus
[DEBUG] Saving default branch for https://github.com/akutz/logrus
[INFO] Setting version for github.com/Sirupsen/logrus to feature/logrus-aware-types.
[DEBUG] Package github.com/emccode/goscaleio imports github.com/emccode/goscaleio/types/v1
[DEBUG] In vendor: github.com/emccode/goscaleio/types/v1
[DEBUG] Marking github.com/emccode/goscaleio/types/v1 to be scanned.
[DEBUG] Dependency github.com/emccode/goscaleio has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/emccode/goscaleio has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/emccode/goscaleio has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goxtremio
[DEBUG] Package github.com/emccode/goxtremio imports github.com/emccode/goxtremio/api/v3
[DEBUG] In vendor: github.com/emccode/goxtremio/api/v3
[DEBUG] Marking github.com/emccode/goxtremio/api/v3 to be scanned.
[DEBUG] Dependency github.com/emccode/goxtremio has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/emccode/goxtremio has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/emccode/goxtremio has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/golf
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/gofig
[DEBUG] Package github.com/akutz/gofig imports github.com/Sirupsen/logrus
[DEBUG] Found on GOPATH, not vendor: github.com/Sirupsen/logrus
[DEBUG] Package github.com/akutz/gofig imports github.com/akutz/goof
[DEBUG] In vendor: github.com/akutz/goof
[DEBUG] Package github.com/akutz/gofig imports github.com/akutz/gotil
[DEBUG] In vendor: github.com/akutz/gotil
[DEBUG] Marking github.com/akutz/gotil to be scanned.
[DEBUG] Dependency github.com/akutz/gotil has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/akutz/gotil has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/akutz/gotil has already been pinned. Setting version skipped.
[DEBUG] Package github.com/akutz/gofig imports github.com/spf13/pflag
[DEBUG] In vendor: github.com/spf13/pflag
[DEBUG] Package github.com/akutz/gofig imports github.com/spf13/viper
[DEBUG] In vendor: github.com/spf13/viper
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/gotil
[DEBUG] Package github.com/akutz/gotil imports github.com/akutz/goof
[DEBUG] In vendor: github.com/akutz/goof
[DEBUG] Package github.com/akutz/gotil imports github.com/kardianos/osext
[DEBUG] Found on GOPATH, not vendor: github.com/kardianos/osext
[INFO] Fetching github.com/kardianos/osext into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/kardianos/osext.git
[DEBUG] Saving default branch for https://github.com/kardianos/osext.git
[INFO] Setting version for github.com/kardianos/osext to master.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/go-yaml/yaml
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/gopkg.in/yaml.v1
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/gopkg.in/yaml.v2
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/google.golang.org/api
[DEBUG] ImportDir error on /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/google.golang.org/api: no buildable Go source files in /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/google.golang.org/api
[DEBUG] No subpackages declared. Skipping google.golang.org/api.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/net
[DEBUG] ImportDir error on /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/net: no buildable Go source files in /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/net
[DEBUG] No subpackages declared. Skipping golang.org/x/net.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/govmax
[DEBUG] ImportDir error on /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/govmax: no buildable Go source files in /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/govmax
[DEBUG] No subpackages declared. Skipping github.com/emccode/govmax.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goisilon
[DEBUG] Package github.com/emccode/goisilon imports github.com/emccode/goisilon/api/v1
[DEBUG] In vendor: github.com/emccode/goisilon/api/v1
[DEBUG] Marking github.com/emccode/goisilon/api/v1 to be scanned.
[DEBUG] Dependency github.com/emccode/goisilon has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/emccode/goisilon has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/emccode/goisilon has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/appropriate/go-virtualboxclient
[DEBUG] Package github.com/appropriate/go-virtualboxclient imports github.com/appropriate/go-virtualboxclient/virtualboxclient
[DEBUG] In vendor: github.com/appropriate/go-virtualboxclient/virtualboxclient
[DEBUG] Marking github.com/appropriate/go-virtualboxclient/virtualboxclient to be scanned.
[DEBUG] Dependency github.com/appropriate/go-virtualboxclient has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/appropriate/go-virtualboxclient has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/appropriate/go-virtualboxclient has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/gofig
[DEBUG] Package github.com/akutz/gofig imports github.com/Sirupsen/logrus
[DEBUG] Found on GOPATH, not vendor: github.com/Sirupsen/logrus
[DEBUG] Package github.com/akutz/gofig imports github.com/akutz/goof
[DEBUG] In vendor: github.com/akutz/goof
[DEBUG] Package github.com/akutz/gofig imports github.com/akutz/gotil
[DEBUG] In vendor: github.com/akutz/gotil
[DEBUG] Package github.com/akutz/gofig imports github.com/spf13/pflag
[DEBUG] In vendor: github.com/spf13/pflag
[DEBUG] Package github.com/akutz/gofig imports github.com/spf13/viper
[DEBUG] In vendor: github.com/spf13/viper
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/Sirupsen/logrus
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/gotil
[DEBUG] Package github.com/akutz/gotil imports github.com/akutz/goof
[DEBUG] In vendor: github.com/akutz/goof
[DEBUG] Package github.com/akutz/gotil imports github.com/kardianos/osext
[DEBUG] Found on GOPATH, not vendor: github.com/kardianos/osext
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/docker/docker/pkg/mount
[DEBUG] ImportDir error on /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/docker/docker/pkg/mount: open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/docker/docker/pkg/mount: no such file or directory
[ERROR] Error scanning github.com/docker/docker/pkg/mount: open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/docker/docker/pkg/mount: no such file or directory
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/goof
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/gorilla/handlers
[DEBUG] ImportDir error on /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/gorilla/handlers: open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/gorilla/handlers: no such file or directory
[ERROR] Error scanning github.com/gorilla/handlers: open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/gorilla/handlers: no such file or directory
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/gorilla/mux
[DEBUG] ImportDir error on /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/gorilla/mux: open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/gorilla/mux: no such file or directory
[ERROR] Error scanning github.com/gorilla/mux: open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/gorilla/mux: no such file or directory
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/opencontainers/runc/libcontainer/label
[DEBUG] ImportDir error on /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/opencontainers/runc/libcontainer/label: open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/opencontainers/runc/libcontainer/label: no such file or directory
[ERROR] Error scanning github.com/opencontainers/runc/libcontainer/label: open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/opencontainers/runc/libcontainer/label: no such file or directory
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/goamz/goamz/aws
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/goamz/goamz/ec2
[DEBUG] Package github.com/goamz/goamz/ec2 imports github.com/goamz/goamz/aws
[DEBUG] In vendor: github.com/goamz/goamz/aws
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/oauth2/google
[DEBUG] ImportDir error on /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/oauth2/google: open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/oauth2/google: no such file or directory
[ERROR] Error scanning golang.org/x/oauth2/google: open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/oauth2/google: no such file or directory
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/google.golang.org/api/compute/v1
[DEBUG] Package google.golang.org/api/compute/v1 imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Package google.golang.org/api/compute/v1 imports golang.org/x/net/context/ctxhttp
[DEBUG] In vendor: golang.org/x/net/context/ctxhttp
[DEBUG] Marking golang.org/x/net/context/ctxhttp to be scanned.
[DEBUG] Dependency golang.org/x/net has already been pinned. Fetching updates skipped.
[DEBUG] Dependency golang.org/x/net has already been pinned. Setting version skipped.
[DEBUG] Dependency golang.org/x/net has already been pinned. Setting version skipped.
[DEBUG] Package google.golang.org/api/compute/v1 imports google.golang.org/api/gensupport
[DEBUG] In vendor: google.golang.org/api/gensupport
[DEBUG] Marking google.golang.org/api/gensupport to be scanned.
[DEBUG] Dependency google.golang.org/api has already been pinned. Fetching updates skipped.
[DEBUG] Dependency google.golang.org/api has already been pinned. Setting version skipped.
[DEBUG] Dependency google.golang.org/api has already been pinned. Setting version skipped.
[DEBUG] Package google.golang.org/api/compute/v1 imports google.golang.org/api/googleapi
[DEBUG] In vendor: google.golang.org/api/googleapi
[DEBUG] Marking google.golang.org/api/googleapi to be scanned.
[DEBUG] Dependency google.golang.org/api has already been pinned. Fetching updates skipped.
[DEBUG] Dependency google.golang.org/api has already been pinned. Setting version skipped.
[DEBUG] Dependency google.golang.org/api has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goisilon
[DEBUG] Package github.com/emccode/goisilon imports github.com/emccode/goisilon/api/v1
[DEBUG] In vendor: github.com/emccode/goisilon/api/v1
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack
[DEBUG] Package github.com/rackspace/gophercloud/openstack imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/openstack imports github.com/rackspace/gophercloud/openstack/identity/v2/tokens
[DEBUG] In vendor: github.com/rackspace/gophercloud/openstack/identity/v2/tokens
[DEBUG] Marking github.com/rackspace/gophercloud/openstack/identity/v2/tokens to be scanned.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Package github.com/rackspace/gophercloud/openstack imports github.com/rackspace/gophercloud/openstack/identity/v3/tokens
[DEBUG] In vendor: github.com/rackspace/gophercloud/openstack/identity/v3/tokens
[DEBUG] Marking github.com/rackspace/gophercloud/openstack/identity/v3/tokens to be scanned.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Package github.com/rackspace/gophercloud/openstack imports github.com/rackspace/gophercloud/openstack/utils
[DEBUG] In vendor: github.com/rackspace/gophercloud/openstack/utils
[DEBUG] Marking github.com/rackspace/gophercloud/openstack/utils to be scanned.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots imports github.com/rackspace/gophercloud/pagination
[DEBUG] In vendor: github.com/rackspace/gophercloud/pagination
[DEBUG] Marking github.com/rackspace/gophercloud/pagination to be scanned.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots imports github.com/rackspace/gophercloud/testhelper
[DEBUG] In vendor: github.com/rackspace/gophercloud/testhelper
[DEBUG] Marking github.com/rackspace/gophercloud/testhelper to be scanned.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots imports github.com/rackspace/gophercloud/testhelper/client
[DEBUG] In vendor: github.com/rackspace/gophercloud/testhelper/client
[DEBUG] Marking github.com/rackspace/gophercloud/testhelper/client to be scanned.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes imports github.com/rackspace/gophercloud/pagination
[DEBUG] In vendor: github.com/rackspace/gophercloud/pagination
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v2/extensions/volumeactions
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v2/extensions/volumeactions imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v2/extensions/volumeactions imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v2/extensions/volumeactions imports github.com/rackspace/gophercloud/testhelper
[DEBUG] In vendor: github.com/rackspace/gophercloud/testhelper
[DEBUG] Package github.com/rackspace/gophercloud/openstack/blockstorage/v2/extensions/volumeactions imports github.com/rackspace/gophercloud/testhelper/client
[DEBUG] In vendor: github.com/rackspace/gophercloud/testhelper/client
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach imports github.com/rackspace/gophercloud/pagination
[DEBUG] In vendor: github.com/rackspace/gophercloud/pagination
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/servers imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/servers imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/servers imports github.com/rackspace/gophercloud/openstack/compute/v2/flavors
[DEBUG] In vendor: github.com/rackspace/gophercloud/openstack/compute/v2/flavors
[DEBUG] Marking github.com/rackspace/gophercloud/openstack/compute/v2/flavors to be scanned.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/servers imports github.com/rackspace/gophercloud/openstack/compute/v2/images
[DEBUG] In vendor: github.com/rackspace/gophercloud/openstack/compute/v2/images
[DEBUG] Marking github.com/rackspace/gophercloud/openstack/compute/v2/images to be scanned.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/servers imports github.com/rackspace/gophercloud/pagination
[DEBUG] In vendor: github.com/rackspace/gophercloud/pagination
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goscaleio
[DEBUG] Package github.com/emccode/goscaleio imports github.com/Sirupsen/logrus
[DEBUG] Found on GOPATH, not vendor: github.com/Sirupsen/logrus
[DEBUG] Package github.com/emccode/goscaleio imports github.com/emccode/goscaleio/types/v1
[DEBUG] In vendor: github.com/emccode/goscaleio/types/v1
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goscaleio/types/v1
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/appropriate/go-virtualboxclient/virtualboxclient
[DEBUG] Package github.com/appropriate/go-virtualboxclient/virtualboxclient imports github.com/appropriate/go-virtualboxclient/vboxwebsrv
[DEBUG] In vendor: github.com/appropriate/go-virtualboxclient/vboxwebsrv
[DEBUG] Marking github.com/appropriate/go-virtualboxclient/vboxwebsrv to be scanned.
[DEBUG] Dependency github.com/appropriate/go-virtualboxclient has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/appropriate/go-virtualboxclient has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/appropriate/go-virtualboxclient has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/govmax/api/v1
[DEBUG] Package github.com/emccode/govmax/api/v1 imports github.com/akutz/goof
[DEBUG] In vendor: github.com/akutz/goof
[DEBUG] Package github.com/emccode/govmax/api/v1 imports github.com/vmware/govmomi
[DEBUG] Found on GOPATH, not vendor: github.com/vmware/govmomi
[INFO] Fetching github.com/vmware/govmomi into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/clintonskitson/govmomi
[DEBUG] Saving default branch for https://github.com/clintonskitson/govmomi
[INFO] Setting version for github.com/vmware/govmomi to 4739ba797cc0c7240e0848e724fb733e6b08bc9c.
[DEBUG] Package github.com/emccode/govmax/api/v1 imports github.com/vmware/govmomi/find
[DEBUG] In vendor: github.com/vmware/govmomi/find
[DEBUG] Marking github.com/vmware/govmomi/find to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/emccode/govmax/api/v1 imports github.com/vmware/govmomi/object
[DEBUG] In vendor: github.com/vmware/govmomi/object
[DEBUG] Marking github.com/vmware/govmomi/object to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/emccode/govmax/api/v1 imports github.com/vmware/govmomi/property
[DEBUG] In vendor: github.com/vmware/govmomi/property
[DEBUG] Marking github.com/vmware/govmomi/property to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/emccode/govmax/api/v1 imports github.com/vmware/govmomi/vim25/methods
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/methods
[DEBUG] Marking github.com/vmware/govmomi/vim25/methods to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/emccode/govmax/api/v1 imports github.com/vmware/govmomi/vim25/mo
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/mo
[DEBUG] Marking github.com/vmware/govmomi/vim25/mo to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/emccode/govmax/api/v1 imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Marking github.com/vmware/govmomi/vim25/types to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/emccode/govmax/api/v1 imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goxtremio
[DEBUG] Package github.com/emccode/goxtremio imports github.com/emccode/goxtremio/api/v3
[DEBUG] In vendor: github.com/emccode/goxtremio/api/v3
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/golf/logrus
[DEBUG] Package github.com/akutz/golf/logrus imports github.com/Sirupsen/logrus
[DEBUG] Found on GOPATH, not vendor: github.com/Sirupsen/logrus
[DEBUG] Package github.com/akutz/golf/logrus imports github.com/akutz/golf
[DEBUG] In vendor: github.com/akutz/golf
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/spf13/cobra
[DEBUG] Package github.com/spf13/cobra imports github.com/cpuguy83/go-md2man/md2man
[DEBUG] Found on GOPATH, not vendor: github.com/cpuguy83/go-md2man/md2man
[DEBUG] Package github.com/spf13/cobra imports github.com/inconshreveable/mousetrap
[DEBUG] Found on GOPATH, not vendor: github.com/inconshreveable/mousetrap
[DEBUG] Package github.com/spf13/cobra imports github.com/spf13/pflag
[DEBUG] In vendor: github.com/spf13/pflag
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/spf13/pflag
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/gopkg.in/yaml.v1
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/cpuguy83/go-md2man/md2man
[DEBUG] Package github.com/cpuguy83/go-md2man/md2man imports github.com/russross/blackfriday
[DEBUG] Found on GOPATH, not vendor: github.com/russross/blackfriday
[INFO] Fetching github.com/russross/blackfriday into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/russross/blackfriday
[DEBUG] Saving default branch for https://github.com/russross/blackfriday
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/inconshreveable/mousetrap
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/BurntSushi/toml
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/kr/pretty
[DEBUG] Package github.com/kr/pretty imports github.com/kr/text
[DEBUG] Found on GOPATH, not vendor: github.com/kr/text
[INFO] Fetching github.com/kr/text into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/kr/text
[DEBUG] Saving default branch for https://github.com/kr/text
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/magiconair/properties
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/mitchellh/mapstructure
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/spf13/cast
[DEBUG] Package github.com/spf13/cast imports github.com/spf13/jwalterweatherman
[DEBUG] Found on GOPATH, not vendor: github.com/spf13/jwalterweatherman
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/spf13/jwalterweatherman
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/gopkg.in/fsnotify.v1
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/gopkg.in/yaml.v2
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/Sirupsen/logrus
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goscaleio/types/v1
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goxtremio/api/v3
[DEBUG] Package github.com/emccode/goxtremio/api/v3 imports github.com/Sirupsen/logrus
[DEBUG] Found on GOPATH, not vendor: github.com/Sirupsen/logrus
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/akutz/gotil
[DEBUG] Package github.com/akutz/gotil imports github.com/akutz/goof
[DEBUG] In vendor: github.com/akutz/goof
[DEBUG] Package github.com/akutz/gotil imports github.com/kardianos/osext
[DEBUG] Found on GOPATH, not vendor: github.com/kardianos/osext
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/kardianos/osext
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/emccode/goisilon/api/v1
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/appropriate/go-virtualboxclient/virtualboxclient
[DEBUG] Package github.com/appropriate/go-virtualboxclient/virtualboxclient imports github.com/appropriate/go-virtualboxclient/vboxwebsrv
[DEBUG] In vendor: github.com/appropriate/go-virtualboxclient/vboxwebsrv
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/golang.org/x/net/context/ctxhttp
[DEBUG] Package golang.org/x/net/context/ctxhttp imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/google.golang.org/api/gensupport
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/google.golang.org/api/googleapi
[DEBUG] Package google.golang.org/api/googleapi imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Package google.golang.org/api/googleapi imports golang.org/x/net/context/ctxhttp
[DEBUG] In vendor: golang.org/x/net/context/ctxhttp
[DEBUG] Package google.golang.org/api/googleapi imports google.golang.org/api/googleapi/internal/uritemplates
[DEBUG] In vendor: google.golang.org/api/googleapi/internal/uritemplates
[DEBUG] Marking google.golang.org/api/googleapi/internal/uritemplates to be scanned.
[DEBUG] Dependency google.golang.org/api has already been pinned. Fetching updates skipped.
[DEBUG] Dependency google.golang.org/api has already been pinned. Setting version skipped.
[DEBUG] Dependency google.golang.org/api has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens
[DEBUG] Package github.com/rackspace/gophercloud/openstack/identity/v2/tokens imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Package github.com/rackspace/gophercloud/openstack/identity/v2/tokens imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/openstack/identity/v2/tokens imports github.com/rackspace/gophercloud/openstack/identity/v2/tenants
[DEBUG] In vendor: github.com/rackspace/gophercloud/openstack/identity/v2/tenants
[DEBUG] Marking github.com/rackspace/gophercloud/openstack/identity/v2/tenants to be scanned.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens
[DEBUG] Package github.com/rackspace/gophercloud/openstack/identity/v3/tokens imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Package github.com/rackspace/gophercloud/openstack/identity/v3/tokens imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/utils
[DEBUG] Package github.com/rackspace/gophercloud/openstack/utils imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/pagination
[DEBUG] Package github.com/rackspace/gophercloud/pagination imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/testhelper
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/testhelper/client
[DEBUG] Package github.com/rackspace/gophercloud/testhelper/client imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/testhelper/client imports github.com/rackspace/gophercloud/testhelper
[DEBUG] In vendor: github.com/rackspace/gophercloud/testhelper
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/flavors
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/flavors imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/flavors imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/flavors imports github.com/rackspace/gophercloud/pagination
[DEBUG] In vendor: github.com/rackspace/gophercloud/pagination
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/images
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/images imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/images imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/openstack/compute/v2/images imports github.com/rackspace/gophercloud/pagination
[DEBUG] In vendor: github.com/rackspace/gophercloud/pagination
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/appropriate/go-virtualboxclient/vboxwebsrv
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi
[DEBUG] Package github.com/vmware/govmomi imports github.com/vmware/govmomi/property
[DEBUG] In vendor: github.com/vmware/govmomi/property
[DEBUG] Package github.com/vmware/govmomi imports github.com/vmware/govmomi/session
[DEBUG] In vendor: github.com/vmware/govmomi/session
[DEBUG] Marking github.com/vmware/govmomi/session to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/vmware/govmomi imports github.com/vmware/govmomi/vim25
[DEBUG] In vendor: github.com/vmware/govmomi/vim25
[DEBUG] Marking github.com/vmware/govmomi/vim25 to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/vmware/govmomi imports github.com/vmware/govmomi/vim25/soap
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/soap
[DEBUG] Marking github.com/vmware/govmomi/vim25/soap to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/vmware/govmomi imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Package github.com/vmware/govmomi imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/find
[DEBUG] Package github.com/vmware/govmomi/find imports github.com/vmware/govmomi/list
[DEBUG] In vendor: github.com/vmware/govmomi/list
[DEBUG] Marking github.com/vmware/govmomi/list to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/vmware/govmomi/find imports github.com/vmware/govmomi/object
[DEBUG] In vendor: github.com/vmware/govmomi/object
[DEBUG] Package github.com/vmware/govmomi/find imports github.com/vmware/govmomi/property
[DEBUG] In vendor: github.com/vmware/govmomi/property
[DEBUG] Package github.com/vmware/govmomi/find imports github.com/vmware/govmomi/vim25
[DEBUG] In vendor: github.com/vmware/govmomi/vim25
[DEBUG] Package github.com/vmware/govmomi/find imports github.com/vmware/govmomi/vim25/mo
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/mo
[DEBUG] Package github.com/vmware/govmomi/find imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/object
[DEBUG] Package github.com/vmware/govmomi/object imports github.com/vmware/govmomi/property
[DEBUG] In vendor: github.com/vmware/govmomi/property
[DEBUG] Package github.com/vmware/govmomi/object imports github.com/vmware/govmomi/session
[DEBUG] In vendor: github.com/vmware/govmomi/session
[DEBUG] Package github.com/vmware/govmomi/object imports github.com/vmware/govmomi/task
[DEBUG] In vendor: github.com/vmware/govmomi/task
[DEBUG] Marking github.com/vmware/govmomi/task to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/vmware/govmomi/object imports github.com/vmware/govmomi/vim25
[DEBUG] In vendor: github.com/vmware/govmomi/vim25
[DEBUG] Package github.com/vmware/govmomi/object imports github.com/vmware/govmomi/vim25/methods
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/methods
[DEBUG] Package github.com/vmware/govmomi/object imports github.com/vmware/govmomi/vim25/mo
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/mo
[DEBUG] Package github.com/vmware/govmomi/object imports github.com/vmware/govmomi/vim25/progress
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/progress
[DEBUG] Marking github.com/vmware/govmomi/vim25/progress to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/vmware/govmomi/object imports github.com/vmware/govmomi/vim25/soap
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/soap
[DEBUG] Package github.com/vmware/govmomi/object imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Package github.com/vmware/govmomi/object imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/property
[DEBUG] Package github.com/vmware/govmomi/property imports github.com/vmware/govmomi/vim25
[DEBUG] In vendor: github.com/vmware/govmomi/vim25
[DEBUG] Package github.com/vmware/govmomi/property imports github.com/vmware/govmomi/vim25/methods
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/methods
[DEBUG] Package github.com/vmware/govmomi/property imports github.com/vmware/govmomi/vim25/mo
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/mo
[DEBUG] Package github.com/vmware/govmomi/property imports github.com/vmware/govmomi/vim25/soap
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/soap
[DEBUG] Package github.com/vmware/govmomi/property imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Package github.com/vmware/govmomi/property imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/vim25/methods
[DEBUG] Package github.com/vmware/govmomi/vim25/methods imports github.com/vmware/govmomi/vim25/soap
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/soap
[DEBUG] Package github.com/vmware/govmomi/vim25/methods imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Package github.com/vmware/govmomi/vim25/methods imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/vim25/mo
[DEBUG] Package github.com/vmware/govmomi/vim25/mo imports github.com/vmware/govmomi/vim25/methods
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/methods
[DEBUG] Package github.com/vmware/govmomi/vim25/mo imports github.com/vmware/govmomi/vim25/soap
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/soap
[DEBUG] Package github.com/vmware/govmomi/vim25/mo imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Package github.com/vmware/govmomi/vim25/mo imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/vim25/types
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/russross/blackfriday
[DEBUG] Package github.com/russross/blackfriday imports github.com/shurcooL/sanitized_anchor_name
[DEBUG] Found on GOPATH, not vendor: github.com/shurcooL/sanitized_anchor_name
[INFO] Fetching github.com/shurcooL/sanitized_anchor_name into /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor
[DEBUG] Attempting to find current branch for https://github.com/shurcooL/sanitized_anchor_name
[DEBUG] Saving default branch for https://github.com/shurcooL/sanitized_anchor_name
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/kr/text
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/google.golang.org/api/googleapi/internal/uritemplates
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants
[DEBUG] Package github.com/rackspace/gophercloud/openstack/identity/v2/tenants imports github.com/mitchellh/mapstructure
[DEBUG] Found on GOPATH, not vendor: github.com/mitchellh/mapstructure
[DEBUG] Package github.com/rackspace/gophercloud/openstack/identity/v2/tenants imports github.com/rackspace/gophercloud
[DEBUG] In vendor: github.com/rackspace/gophercloud
[DEBUG] Package github.com/rackspace/gophercloud/openstack/identity/v2/tenants imports github.com/rackspace/gophercloud/pagination
[DEBUG] In vendor: github.com/rackspace/gophercloud/pagination
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/session
[DEBUG] Package github.com/vmware/govmomi/session imports github.com/vmware/govmomi/property
[DEBUG] In vendor: github.com/vmware/govmomi/property
[DEBUG] Package github.com/vmware/govmomi/session imports github.com/vmware/govmomi/vim25
[DEBUG] In vendor: github.com/vmware/govmomi/vim25
[DEBUG] Package github.com/vmware/govmomi/session imports github.com/vmware/govmomi/vim25/methods
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/methods
[DEBUG] Package github.com/vmware/govmomi/session imports github.com/vmware/govmomi/vim25/mo
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/mo
[DEBUG] Package github.com/vmware/govmomi/session imports github.com/vmware/govmomi/vim25/soap
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/soap
[DEBUG] Package github.com/vmware/govmomi/session imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Package github.com/vmware/govmomi/session imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/vim25
[DEBUG] Package github.com/vmware/govmomi/vim25 imports github.com/vmware/govmomi/vim25/methods
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/methods
[DEBUG] Package github.com/vmware/govmomi/vim25 imports github.com/vmware/govmomi/vim25/soap
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/soap
[DEBUG] Package github.com/vmware/govmomi/vim25 imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Package github.com/vmware/govmomi/vim25 imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/vim25/soap
[DEBUG] Package github.com/vmware/govmomi/vim25/soap imports github.com/vmware/govmomi/vim25/debug
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/debug
[DEBUG] Marking github.com/vmware/govmomi/vim25/debug to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/vmware/govmomi/vim25/soap imports github.com/vmware/govmomi/vim25/progress
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/progress
[DEBUG] Package github.com/vmware/govmomi/vim25/soap imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Package github.com/vmware/govmomi/vim25/soap imports github.com/vmware/govmomi/vim25/xml
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/xml
[DEBUG] Marking github.com/vmware/govmomi/vim25/xml to be scanned.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Package github.com/vmware/govmomi/vim25/soap imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/list
[DEBUG] Package github.com/vmware/govmomi/list imports github.com/vmware/govmomi/property
[DEBUG] In vendor: github.com/vmware/govmomi/property
[DEBUG] Package github.com/vmware/govmomi/list imports github.com/vmware/govmomi/vim25/mo
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/mo
[DEBUG] Package github.com/vmware/govmomi/list imports github.com/vmware/govmomi/vim25/soap
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/soap
[DEBUG] Package github.com/vmware/govmomi/list imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Package github.com/vmware/govmomi/list imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/task
[DEBUG] Package github.com/vmware/govmomi/task imports github.com/vmware/govmomi/property
[DEBUG] In vendor: github.com/vmware/govmomi/property
[DEBUG] Package github.com/vmware/govmomi/task imports github.com/vmware/govmomi/vim25/progress
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/progress
[DEBUG] Package github.com/vmware/govmomi/task imports github.com/vmware/govmomi/vim25/types
[DEBUG] In vendor: github.com/vmware/govmomi/vim25/types
[DEBUG] Package github.com/vmware/govmomi/task imports golang.org/x/net/context
[DEBUG] In vendor: golang.org/x/net/context
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/vim25/progress
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/shurcooL/sanitized_anchor_name
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/vim25/debug
[DEBUG] Trying to open /Users/akutz/Projects/go/src/github.com/emccode/rexray/vendor/github.com/vmware/govmomi/vim25/xml
[INFO] Downloading dependencies. Please wait...
[DEBUG] Dependency github.com/emccode/goxtremio has already been pinned. Fetching updates skipped.
[DEBUG] Dependency golang.org/x/net has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/BurntSushi/toml has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/kr/pretty has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/magiconair/properties has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/mitchellh/mapstructure has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/spf13/cast has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/spf13/jwalterweatherman has already been pinned. Fetching updates skipped.
[DEBUG] Dependency gopkg.in/fsnotify.v1 has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/Sirupsen/logrus has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/kardianos/osext has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/russross/blackfriday has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/kr/text has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/shurcooL/sanitized_anchor_name has already been pinned. Fetching updates skipped.
[INFO] Fetching updates for github.com/docker/docker.
[DEBUG] Dependency github.com/spf13/cobra has already been pinned. Fetching updates skipped.
[INFO] Fetching updates for github.com/gorilla/handlers.
[DEBUG] Dependency github.com/emccode/goscaleio has already been pinned. Fetching updates skipped.
[INFO] Fetching updates for github.com/gorilla/mux.
[DEBUG] Dependency github.com/spf13/pflag has already been pinned. Fetching updates skipped.
[INFO] Fetching updates for github.com/opencontainers/runc.
[DEBUG] Dependency github.com/akutz/gofig has already been pinned. Fetching updates skipped.
[INFO] Fetching updates for golang.org/x/oauth2.
[DEBUG] Dependency gopkg.in/yaml.v1 has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/goamz/goamz has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/akutz/golf has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/akutz/gotil has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Fetching updates skipped.
[DEBUG] Dependency gopkg.in/yaml.v2 has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/emccode/goisilon has already been pinned. Fetching updates skipped.
[DEBUG] Dependency google.golang.org/api has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/spf13/viper has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/emccode/govmax has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/cpuguy83/go-md2man has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/akutz/goof has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/appropriate/go-virtualboxclient has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/go-yaml/yaml has already been pinned. Fetching updates skipped.
[DEBUG] Dependency github.com/inconshreveable/mousetrap has already been pinned. Fetching updates skipped.
[DEBUG] Attempting to find current branch for https://github.com/gorilla/handlers
[DEBUG] Saving default branch for https://github.com/gorilla/handlers
[DEBUG] Attempting to find current branch for https://github.com/gorilla/mux
[DEBUG] Saving default branch for https://github.com/gorilla/mux
[DEBUG] Attempting to find current branch for https://go.googlesource.com/oauth2
[DEBUG] Saving default branch for https://go.googlesource.com/oauth2
[DEBUG] Attempting to find current branch for https://github.com/opencontainers/runc
[DEBUG] Saving default branch for https://github.com/opencontainers/runc
[DEBUG] Attempting to find current branch for https://github.com/docker/docker
[DEBUG] Saving default branch for https://github.com/docker/docker
[INFO] Setting references for remaining imports
[DEBUG] Dependency github.com/akutz/goof has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/spf13/pflag has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/spf13/cobra has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/spf13/viper has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/goamz/goamz has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/emccode/goscaleio has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/emccode/goxtremio has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/akutz/golf has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/akutz/gofig has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/akutz/gotil has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/go-yaml/yaml has already been pinned. Setting version skipped.
[DEBUG] Dependency gopkg.in/yaml.v1 has already been pinned. Setting version skipped.
[DEBUG] Dependency gopkg.in/yaml.v2 has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/rackspace/gophercloud has already been pinned. Setting version skipped.
[DEBUG] Dependency google.golang.org/api has already been pinned. Setting version skipped.
[DEBUG] Dependency golang.org/x/net has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/emccode/govmax has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/emccode/goisilon has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/appropriate/go-virtualboxclient has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/cpuguy83/go-md2man has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/inconshreveable/mousetrap has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/BurntSushi/toml has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/kr/pretty has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/magiconair/properties has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/mitchellh/mapstructure has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/Sirupsen/logrus has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/kardianos/osext has already been pinned. Setting version skipped.
[DEBUG] Dependency gopkg.in/fsnotify.v1 has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/vmware/govmomi has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/spf13/jwalterweatherman has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/spf13/cast has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/kr/text has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/shurcooL/sanitized_anchor_name has already been pinned. Setting version skipped.
[DEBUG] Dependency github.com/russross/blackfriday has already been pinned. Setting version skipped.
[INFO] Project relies on 39 dependencies.
An Error has occured
.gomk/include/deps.mk:29: recipe for target 'glide.lock' failed
make: *** [glide.lock] Error 2
[2]akutz@pax:rexray$ 
mattfarina commented 8 years ago

@akutz A few things

  1. The errors were caused by a recent bug I wrote. Sorry about that. I fixed it in a349665. There was a spot the NotFound handler, that fetches the code, was failing to run.
  2. I ran a couple tests on time with rexray. Do you see numbers like this?
    • When there is no vendor/ directory 1min 34s to complete a Glide run.
    • With a populated vendor/ directory it took 43s to complete the run.
  3. Glide does concurrent fetching in the initial downloads. We've not yet instituted concurrent fetching when resolving imports. I'd started that work but kept finding it took longer than what we have now for most cases. Trying to make that path faster most of the time before bringing it in.

I'm going to start to work on the messaging bit and see if we can do something better. We've started to talk about things such as progress bars but you want to do stuff like this that doesn't impact performance. For example, the progress bars in npm cause it to take 3x the time to run. Turning them off is a large time saver.

technosophos commented 8 years ago

I'll PR in the progress bar I wrote, which does not alter performance beyond starting a goroutine and sending messages over a channel.

akutz commented 8 years ago

Hi @mattfarina,

The patch fixed the issue, thank you!