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

ErrWrongRemote failure without any context #855

Open
jzelinskie opened this issue Jun 26, 2017 · 1 comment
Open

ErrWrongRemote failure without any context #855

jzelinskie opened this issue Jun 26, 2017 · 1 comment

Comments

@jzelinskie
Copy link

Hi,

I'm trying to update an older project that has a lot of tightly coupled dependencies (lots of docker internals). I seem to be getting an error when trying to export the dependencies, but the problem is that the error doesn't have any context, so I cannot determine which dependency is the root cause of the failure. Is there a way to make this process deterministic so that I can determine where the failure is occurring?

Below is the full trace of the command being ran.

$ glide --debug up --force --strip-vendor
[DEBUG]	No mirrors.yaml file exists
[INFO]	Downloading dependencies. Please wait...
[DEBUG]	Locking https-gopkg.in-beatgammit-turnpike.v2
[DEBUG]	Setting up the cache directory
[DEBUG]	Locking https-github.com-fsouza-go-dockerclient
[INFO]	--> Fetching gopkg.in/beatgammit/turnpike.v2.
[INFO]	--> Fetching github.com/fsouza/go-dockerclient.
[DEBUG]	Locking https-github.com-nu7hatch-gouuid
[DEBUG]	Locking https-github.com-pivotal-golang-archiver
[INFO]	--> Fetching github.com/nu7hatch/gouuid.
[INFO]	--> Fetching github.com/pivotal-golang/archiver.
[DEBUG]	Adding github.com/nu7hatch/gouuid to the cache for the first time
[DEBUG]	Locking https-github.com-docker-distribution
[INFO]	--> Fetching github.com/docker/distribution.
[DEBUG]	Adding github.com/pivotal-golang/archiver to the cache for the first time
[DEBUG]	Adding github.com/docker/distribution to the cache for the first time
[DEBUG]	Locking https-github.com-sirupsen-logrus
[DEBUG]	Locking https-github.com-mitchellh-mapstructure
[INFO]	--> Fetching github.com/sirupsen/logrus.
[INFO]	--> Fetching github.com/mitchellh/mapstructure.
[DEBUG]	Adding github.com/sirupsen/logrus to the cache for the first time
[DEBUG]	Locking https-github.com-docker-go-connections
[DEBUG]	Adding github.com/mitchellh/mapstructure to the cache for the first time
[INFO]	--> Fetching github.com/docker/go-connections.
[DEBUG]	Adding github.com/docker/go-connections to the cache for the first time
[DEBUG]	Locking https-github.com-docker-docker
[INFO]	--> Fetching github.com/docker/docker.
[DEBUG]	Adding github.com/docker/docker to the cache for the first time
[DEBUG]	Adding github.com/fsouza/go-dockerclient to the cache for the first time
[DEBUG]	Adding gopkg.in/beatgammit/turnpike.v2 to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/pivotal-golang/archiver
[DEBUG]	Saving default branch for https://github.com/pivotal-golang/archiver
[DEBUG]	Unlocking https-github.com-pivotal-golang-archiver
[DEBUG]	Attempting to find current branch for https://github.com/mitchellh/mapstructure
[DEBUG]	Saving default branch for https://github.com/mitchellh/mapstructure
[DEBUG]	Unlocking https-github.com-mitchellh-mapstructure
[DEBUG]	Attempting to find current branch for https://github.com/nu7hatch/gouuid
[DEBUG]	Saving default branch for https://github.com/nu7hatch/gouuid
[DEBUG]	Unlocking https-github.com-nu7hatch-gouuid
[DEBUG]	Attempting to find current branch for https://github.com/sirupsen/logrus
[DEBUG]	Saving default branch for https://github.com/sirupsen/logrus
[DEBUG]	Unlocking https-github.com-sirupsen-logrus
[DEBUG]	Attempting to find current branch for https://gopkg.in/beatgammit/turnpike.v2
[DEBUG]	Saving default branch for https://gopkg.in/beatgammit/turnpike.v2
[DEBUG]	Unlocking https-gopkg.in-beatgammit-turnpike.v2
[DEBUG]	Attempting to find current branch for https://github.com/docker/go-connections
[DEBUG]	Saving default branch for https://github.com/docker/go-connections
[DEBUG]	Unlocking https-github.com-docker-go-connections
[DEBUG]	Attempting to find current branch for https://github.com/fsouza/go-dockerclient
[DEBUG]	Saving default branch for https://github.com/fsouza/go-dockerclient
[DEBUG]	Unlocking https-github.com-fsouza-go-dockerclient
[DEBUG]	Attempting to find current branch for https://github.com/docker/distribution
[DEBUG]	Saving default branch for https://github.com/docker/distribution
[DEBUG]	Unlocking https-github.com-docker-distribution
[DEBUG]	Attempting to find current branch for https://github.com/docker/docker
[DEBUG]	Saving default branch for https://github.com/docker/docker
[DEBUG]	Unlocking https-github.com-docker-docker
[DEBUG]	Locking https-github.com-sirupsen-logrus
[DEBUG]	Locking https-github.com-docker-distribution
[DEBUG]	Locking https-github.com-nu7hatch-gouuid
[DEBUG]	Locking https-gopkg.in-beatgammit-turnpike.v2
[DEBUG]	Locking https-github.com-docker-docker
[DEBUG]	Locking https-github.com-mitchellh-mapstructure
[DEBUG]	Locking https-github.com-docker-go-connections
[DEBUG]	Locking https-github.com-pivotal-golang-archiver
[DEBUG]	Locking https-github.com-fsouza-go-dockerclient
[DEBUG]	Unlocking https-github.com-nu7hatch-gouuid
[DEBUG]	Unlocking https-github.com-fsouza-go-dockerclient
[DEBUG]	Unlocking https-github.com-docker-go-connections
[DEBUG]	Unlocking https-github.com-mitchellh-mapstructure
[DEBUG]	Unlocking https-github.com-pivotal-golang-archiver
[INFO]	--> Detected semantic version. Setting version for github.com/sirupsen/logrus to v0.11.5.
[INFO]	--> Detected semantic version. Setting version for github.com/docker/distribution to v2.6.1.
[DEBUG]	Unlocking https-github.com-sirupsen-logrus
[INFO]	--> Detected semantic version. Setting version for github.com/docker/docker to v17.05.0-ce.
[DEBUG]	Unlocking https-gopkg.in-beatgammit-turnpike.v2
[DEBUG]	Unlocking https-github.com-docker-distribution
[DEBUG]	Unlocking https-github.com-docker-docker
[INFO]	Resolving imports
[DEBUG]	Resolving local dependencies
[DEBUG]	Adding local Import github.com/fsouza/go-dockerclient to queue
[DEBUG]	Adding local Import github.com/nu7hatch/gouuid to queue
[DEBUG]	Adding local Import github.com/sirupsen/logrus to queue
[DEBUG]	Adding local Import github.com/pivotal-golang/archiver/extractor to queue
[DEBUG]	Adding local Import github.com/docker/distribution/reference to queue
[DEBUG]	Adding local Import github.com/docker/docker/builder/dockerfile/parser to queue
[DEBUG]	Adding local Import github.com/docker/docker/pkg/archive to queue
[DEBUG]	Adding local Import github.com/docker/docker/pkg/tarsum to queue
[DEBUG]	Adding local Import github.com/docker/docker/pkg/urlutil to queue
[DEBUG]	Adding local Import github.com/docker/go-connections/nat to queue
[DEBUG]	Adding local Import github.com/mitchellh/mapstructure to queue
[DEBUG]	Adding local Import gopkg.in/beatgammit/turnpike.v2 to queue
[DEBUG]	Resolving import path
[DEBUG]	Trying to open github.com/fsouza/go-dockerclient (/Users/jzelinskie/.glide/cache/src/https-github.com-fsouza-go-dockerclient)
[DEBUG]	Package github.com/fsouza/go-dockerclient imports github.com/Microsoft/go-winio
[DEBUG]	In vendor: github.com/Microsoft/go-winio
[DEBUG]	Marking github.com/Microsoft/go-winio to be scanned.
[INFO]	--> Fetching github.com/Microsoft/go-winio.
[DEBUG]	Adding github.com/Microsoft/go-winio to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/Microsoft/go-winio
[DEBUG]	Saving default branch for https://github.com/Microsoft/go-winio
[DEBUG]	Package github.com/fsouza/go-dockerclient imports github.com/docker/docker/api/types/swarm
[DEBUG]	In vendor: github.com/docker/docker/api/types/swarm
[DEBUG]	Marking github.com/docker/docker/api/types/swarm to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/fsouza/go-dockerclient imports github.com/docker/docker/opts
[DEBUG]	In vendor: github.com/docker/docker/opts
[DEBUG]	Marking github.com/docker/docker/opts to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/fsouza/go-dockerclient imports github.com/docker/docker/pkg/archive
[DEBUG]	In vendor: github.com/docker/docker/pkg/archive
[DEBUG]	Marking github.com/docker/docker/pkg/archive to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/fsouza/go-dockerclient imports github.com/docker/docker/pkg/fileutils
[DEBUG]	In vendor: github.com/docker/docker/pkg/fileutils
[DEBUG]	Marking github.com/docker/docker/pkg/fileutils to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/fsouza/go-dockerclient imports github.com/docker/docker/pkg/homedir
[DEBUG]	In vendor: github.com/docker/docker/pkg/homedir
[DEBUG]	Marking github.com/docker/docker/pkg/homedir to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/fsouza/go-dockerclient imports github.com/docker/docker/pkg/jsonmessage
[DEBUG]	In vendor: github.com/docker/docker/pkg/jsonmessage
[DEBUG]	Marking github.com/docker/docker/pkg/jsonmessage to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/fsouza/go-dockerclient imports github.com/docker/docker/pkg/stdcopy
[DEBUG]	In vendor: github.com/docker/docker/pkg/stdcopy
[DEBUG]	Marking github.com/docker/docker/pkg/stdcopy to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/fsouza/go-dockerclient imports github.com/docker/go-units
[DEBUG]	In vendor: github.com/docker/go-units
[DEBUG]	Marking github.com/docker/go-units to be scanned.
[INFO]	--> Fetching github.com/docker/go-units.
[DEBUG]	Adding github.com/docker/go-units to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/docker/go-units
[DEBUG]	Saving default branch for https://github.com/docker/go-units
[DEBUG]	Package github.com/fsouza/go-dockerclient imports github.com/hashicorp/go-cleanhttp
[DEBUG]	In vendor: github.com/hashicorp/go-cleanhttp
[DEBUG]	Marking github.com/hashicorp/go-cleanhttp to be scanned.
[INFO]	--> Fetching github.com/hashicorp/go-cleanhttp.
[DEBUG]	Adding github.com/hashicorp/go-cleanhttp to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/hashicorp/go-cleanhttp
[DEBUG]	Saving default branch for https://github.com/hashicorp/go-cleanhttp
[DEBUG]	Package github.com/fsouza/go-dockerclient imports golang.org/x/net/context
[DEBUG]	In vendor: golang.org/x/net/context
[DEBUG]	Marking golang.org/x/net/context to be scanned.
[INFO]	--> Fetching golang.org/x/net.
[DEBUG]	Adding golang.org/x/net to the cache for the first time
[DEBUG]	Attempting to find current branch for https://go.googlesource.com/net
[DEBUG]	Saving default branch for https://go.googlesource.com/net
[DEBUG]	Package github.com/fsouza/go-dockerclient 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]	Trying to open github.com/nu7hatch/gouuid (/Users/jzelinskie/.glide/cache/src/https-github.com-nu7hatch-gouuid)
[DEBUG]	Trying to open github.com/sirupsen/logrus (/Users/jzelinskie/.glide/cache/src/https-github.com-sirupsen-logrus)
[DEBUG]	Package github.com/sirupsen/logrus imports golang.org/x/sys/unix
[DEBUG]	In vendor: golang.org/x/sys/unix
[DEBUG]	Marking golang.org/x/sys/unix to be scanned.
[INFO]	--> Fetching golang.org/x/sys.
[DEBUG]	Adding golang.org/x/sys to the cache for the first time
[DEBUG]	Attempting to find current branch for https://go.googlesource.com/sys
[DEBUG]	Saving default branch for https://go.googlesource.com/sys
[DEBUG]	Trying to open github.com/pivotal-golang/archiver/extractor (/Users/jzelinskie/.glide/cache/src/https-github.com-pivotal-golang-archiver/extractor)
[INFO]	Found Godeps.json file in /Users/jzelinskie/.glide/cache/src/https-github.com-docker-distribution
[INFO]	--> Parsing Godeps metadata...
[DEBUG]	Trying to open github.com/docker/distribution/reference (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-distribution/reference)
[DEBUG]	Package github.com/docker/distribution/reference imports github.com/docker/distribution/digest
[DEBUG]	In vendor: github.com/docker/distribution/digest
[DEBUG]	Marking github.com/docker/distribution/digest to be scanned.
[DEBUG]	Dependency github.com/docker/distribution has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/distribution has already been pinned. Setting version skipped.
[DEBUG]	Trying to open github.com/docker/docker/builder/dockerfile/parser (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/builder/dockerfile/parser)
[DEBUG]	Package github.com/docker/docker/builder/dockerfile/parser imports github.com/docker/docker/builder/dockerfile/command
[DEBUG]	In vendor: github.com/docker/docker/builder/dockerfile/command
[DEBUG]	Marking github.com/docker/docker/builder/dockerfile/command to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Trying to open github.com/docker/docker/pkg/archive (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/archive)
[DEBUG]	Using Iterative Scanning for github.com/docker/docker/pkg/archive
[DEBUG]	Scanning with Arch(), OS(android), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(android), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(windows), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(), and Build Tags([ignore])
[DEBUG]	Found multiple packages while scanning /Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/archive: found packages archive (archive.go) and main (example_changes.go) in /Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/archive
[DEBUG]	Scanning with Arch(), OS(), and Build Tags([])
[DEBUG]	Package github.com/docker/docker/pkg/archive imports github.com/Sirupsen/logrus
[DEBUG]	In vendor: github.com/Sirupsen/logrus
[DEBUG]	Marking github.com/Sirupsen/logrus to be scanned.
[INFO]	--> Fetching updates for github.com/Sirupsen/logrus.
[WARN]	Replacing github.com/Sirupsen/logrus with contents from https://github.com/Sirupsen/logrus
[DEBUG]	Adding github.com/Sirupsen/logrus to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/Sirupsen/logrus
[DEBUG]	Saving default branch for https://github.com/Sirupsen/logrus
[INFO]	--> Setting version for github.com/Sirupsen/logrus to 55eb11d21d2a31a3cc93838241d04800f52e823d.
[DEBUG]	Package github.com/docker/docker/pkg/archive imports github.com/docker/docker/pkg/fileutils
[DEBUG]	In vendor: github.com/docker/docker/pkg/fileutils
[DEBUG]	Package github.com/docker/docker/pkg/archive imports github.com/docker/docker/pkg/idtools
[DEBUG]	In vendor: github.com/docker/docker/pkg/idtools
[DEBUG]	Marking github.com/docker/docker/pkg/idtools to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/pkg/archive imports github.com/docker/docker/pkg/ioutils
[DEBUG]	In vendor: github.com/docker/docker/pkg/ioutils
[DEBUG]	Marking github.com/docker/docker/pkg/ioutils to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/pkg/archive imports github.com/docker/docker/pkg/pools
[DEBUG]	In vendor: github.com/docker/docker/pkg/pools
[DEBUG]	Marking github.com/docker/docker/pkg/pools to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/pkg/archive imports github.com/docker/docker/pkg/promise
[DEBUG]	In vendor: github.com/docker/docker/pkg/promise
[DEBUG]	Marking github.com/docker/docker/pkg/promise to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/pkg/archive imports github.com/docker/docker/pkg/system
[DEBUG]	In vendor: github.com/docker/docker/pkg/system
[DEBUG]	Marking github.com/docker/docker/pkg/system to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/pkg/archive imports github.com/opencontainers/runc/libcontainer/system
[DEBUG]	In vendor: github.com/opencontainers/runc/libcontainer/system
[DEBUG]	Marking github.com/opencontainers/runc/libcontainer/system to be scanned.
[INFO]	--> Fetching github.com/opencontainers/runc.
[DEBUG]	Adding github.com/opencontainers/runc to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/opencontainers/runc
[DEBUG]	Saving default branch for https://github.com/opencontainers/runc
[DEBUG]	Package github.com/docker/docker/pkg/archive imports github.com/docker/docker/pkg/longpath
[DEBUG]	In vendor: github.com/docker/docker/pkg/longpath
[DEBUG]	Marking github.com/docker/docker/pkg/longpath to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Trying to open github.com/docker/docker/pkg/tarsum (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/tarsum)
[DEBUG]	Trying to open github.com/docker/docker/pkg/urlutil (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/urlutil)
[DEBUG]	Trying to open github.com/docker/go-connections/nat (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-go-connections/nat)
[DEBUG]	Trying to open github.com/mitchellh/mapstructure (/Users/jzelinskie/.glide/cache/src/https-github.com-mitchellh-mapstructure)
[DEBUG]	Trying to open gopkg.in/beatgammit/turnpike.v2 (/Users/jzelinskie/.glide/cache/src/https-gopkg.in-beatgammit-turnpike.v2)
[DEBUG]	Package gopkg.in/beatgammit/turnpike.v2 imports github.com/gorilla/websocket
[DEBUG]	In vendor: github.com/gorilla/websocket
[DEBUG]	Marking github.com/gorilla/websocket to be scanned.
[INFO]	--> Fetching github.com/gorilla/websocket.
[DEBUG]	Adding github.com/gorilla/websocket to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/gorilla/websocket
[DEBUG]	Saving default branch for https://github.com/gorilla/websocket
[DEBUG]	Package gopkg.in/beatgammit/turnpike.v2 imports github.com/streamrail/concurrent-map
[DEBUG]	In vendor: github.com/streamrail/concurrent-map
[DEBUG]	Marking github.com/streamrail/concurrent-map to be scanned.
[INFO]	--> Fetching github.com/streamrail/concurrent-map.
[DEBUG]	Adding github.com/streamrail/concurrent-map to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/streamrail/concurrent-map
[DEBUG]	Saving default branch for https://github.com/streamrail/concurrent-map
[DEBUG]	Package gopkg.in/beatgammit/turnpike.v2 imports github.com/ugorji/go/codec
[DEBUG]	In vendor: github.com/ugorji/go/codec
[DEBUG]	Marking github.com/ugorji/go/codec to be scanned.
[INFO]	--> Fetching github.com/ugorji/go.
[DEBUG]	Adding github.com/ugorji/go to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/ugorji/go
[DEBUG]	Saving default branch for https://github.com/ugorji/go
[DEBUG]	Trying to open github.com/Microsoft/go-winio (/Users/jzelinskie/.glide/cache/src/https-github.com-Microsoft-go-winio)
[DEBUG]	Package github.com/Microsoft/go-winio imports golang.org/x/sys/windows
[DEBUG]	In vendor: golang.org/x/sys/windows
[DEBUG]	Marking golang.org/x/sys/windows to be scanned.
[DEBUG]	Dependency golang.org/x/sys has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency golang.org/x/sys has already been pinned. Setting version skipped.
[DEBUG]	Trying to open github.com/docker/docker/api/types/swarm (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/api/types/swarm)
[DEBUG]	Package github.com/docker/docker/api/types/swarm imports github.com/docker/docker/api/types/container
[DEBUG]	In vendor: github.com/docker/docker/api/types/container
[DEBUG]	Marking github.com/docker/docker/api/types/container to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/api/types/swarm imports github.com/docker/docker/api/types/mount
[DEBUG]	In vendor: github.com/docker/docker/api/types/mount
[DEBUG]	Marking github.com/docker/docker/api/types/mount to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Trying to open github.com/docker/docker/opts (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/opts)
[DEBUG]	Package github.com/docker/docker/opts imports github.com/docker/docker/api/types
[DEBUG]	In vendor: github.com/docker/docker/api/types
[DEBUG]	Marking github.com/docker/docker/api/types to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/opts imports github.com/docker/docker/api/types/blkiodev
[DEBUG]	In vendor: github.com/docker/docker/api/types/blkiodev
[DEBUG]	Marking github.com/docker/docker/api/types/blkiodev to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/opts imports github.com/docker/docker/api/types/filters
[DEBUG]	In vendor: github.com/docker/docker/api/types/filters
[DEBUG]	Marking github.com/docker/docker/api/types/filters to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/opts imports github.com/docker/docker/api/types/mount
[DEBUG]	In vendor: github.com/docker/docker/api/types/mount
[DEBUG]	Package github.com/docker/docker/opts imports github.com/docker/docker/api/types/swarm
[DEBUG]	In vendor: github.com/docker/docker/api/types/swarm
[DEBUG]	Package github.com/docker/docker/opts imports github.com/docker/go-connections/nat
[DEBUG]	In vendor: github.com/docker/go-connections/nat
[DEBUG]	Package github.com/docker/docker/opts imports github.com/docker/go-units
[DEBUG]	In vendor: github.com/docker/go-units
[DEBUG]	Trying to open github.com/docker/docker/pkg/fileutils (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/fileutils)
[DEBUG]	Package github.com/docker/docker/pkg/fileutils imports github.com/Sirupsen/logrus
[DEBUG]	In vendor: github.com/Sirupsen/logrus
[DEBUG]	Trying to open github.com/docker/docker/pkg/homedir (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/homedir)
[DEBUG]	Package github.com/docker/docker/pkg/homedir imports github.com/docker/docker/pkg/idtools
[DEBUG]	In vendor: github.com/docker/docker/pkg/idtools
[DEBUG]	Package github.com/docker/docker/pkg/homedir imports github.com/opencontainers/runc/libcontainer/user
[DEBUG]	In vendor: github.com/opencontainers/runc/libcontainer/user
[DEBUG]	Marking github.com/opencontainers/runc/libcontainer/user to be scanned.
[DEBUG]	Dependency github.com/opencontainers/runc has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/opencontainers/runc has already been pinned. Setting version skipped.
[DEBUG]	Trying to open github.com/docker/docker/pkg/jsonmessage (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/jsonmessage)
[DEBUG]	Package github.com/docker/docker/pkg/jsonmessage imports github.com/Nvveen/Gotty
[DEBUG]	Missing github.com/Nvveen/Gotty. Trying to resolve.
[INFO]	--> Fetching github.com/Nvveen/Gotty.
[DEBUG]	Adding github.com/Nvveen/Gotty to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/Nvveen/Gotty
[DEBUG]	Saving default branch for https://github.com/Nvveen/Gotty
[DEBUG]	Package github.com/docker/docker/pkg/jsonmessage imports github.com/docker/docker/pkg/jsonlog
[DEBUG]	In vendor: github.com/docker/docker/pkg/jsonlog
[DEBUG]	Marking github.com/docker/docker/pkg/jsonlog to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/pkg/jsonmessage imports github.com/docker/docker/pkg/term
[DEBUG]	In vendor: github.com/docker/docker/pkg/term
[DEBUG]	Marking github.com/docker/docker/pkg/term to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/pkg/jsonmessage imports github.com/docker/go-units
[DEBUG]	In vendor: github.com/docker/go-units
[DEBUG]	Trying to open github.com/docker/docker/pkg/stdcopy (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/stdcopy)
[DEBUG]	Trying to open github.com/docker/go-units (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-go-units)
[DEBUG]	Trying to open github.com/hashicorp/go-cleanhttp (/Users/jzelinskie/.glide/cache/src/https-github.com-hashicorp-go-cleanhttp)
[DEBUG]	Trying to open golang.org/x/net/context (/Users/jzelinskie/.glide/cache/src/https-golang.org-x-net/context)
[DEBUG]	Trying to open golang.org/x/net/context/ctxhttp (/Users/jzelinskie/.glide/cache/src/https-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 golang.org/x/sys/unix (/Users/jzelinskie/.glide/cache/src/https-golang.org-x-sys/unix)
[DEBUG]	Using Iterative Scanning for golang.org/x/sys/unix
[DEBUG]	Scanning with Arch(), OS(darwin), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(dragonfly), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(freebsd), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(netbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(openbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(solaris), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(nacl), and Build Tags([])
[DEBUG]	Scanning with Arch(ppc64), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(s390x), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(mips), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(mips64), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(386), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64p32), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(arm), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(arm64), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(ppc64le), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(mipsle), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(mips64le), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(), and Build Tags([go1.4])
[DEBUG]	Scanning with Arch(386), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(arm), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(mips), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(mipsle), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(), and Build Tags([gccgo])
[DEBUG]	Scanning with Arch(amd64), OS(linux), and Build Tags([gccgo])
[DEBUG]	Scanning with Arch(sparc64), OS(linux), and Build Tags([gccgo])
[DEBUG]	Scanning with Arch(), OS(), and Build Tags([ignore])
[DEBUG]	Found multiple packages while scanning /Users/jzelinskie/.glide/cache/src/https-golang.org-x-sys/unix: found packages unix (env_unset.go) and main (mkpost.go) in /Users/jzelinskie/.glide/cache/src/https-golang.org-x-sys/unix
[DEBUG]	Scanning with Arch(), OS(darwin), and Build Tags([race])
[DEBUG]	Scanning with Arch(), OS(linux), and Build Tags([race])
[DEBUG]	Scanning with Arch(), OS(freebsd), and Build Tags([race])
[DEBUG]	Scanning with Arch(), OS(darwin), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(freebsd), and Build Tags([])
[DEBUG]	Scanning with Arch(386), OS(darwin), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(darwin), and Build Tags([])
[DEBUG]	Scanning with Arch(arm64), OS(darwin), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(dragonfly), and Build Tags([])
[DEBUG]	Scanning with Arch(386), OS(freebsd), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(freebsd), and Build Tags([])
[DEBUG]	Scanning with Arch(arm), OS(freebsd), and Build Tags([])
[DEBUG]	Scanning with Arch(386), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(), and Build Tags([])
[DEBUG]	Scanning with Arch(arm), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(arm64), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(s390x), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(sparc64), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(386), OS(netbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(netbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(arm), OS(netbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(386), OS(openbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(openbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(solaris), and Build Tags([])
[DEBUG]	Scanning with Arch(arm), OS(darwin), and Build Tags([])
[DEBUG]	Scanning with Arch(mips), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(mips64), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(mips64le), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(mipsle), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(ppc64), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(ppc64le), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(386), OS(darwin), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(darwin), and Build Tags([])
[DEBUG]	Scanning with Arch(arm), OS(darwin), and Build Tags([])
[DEBUG]	Scanning with Arch(arm64), OS(darwin), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(dragonfly), and Build Tags([])
[DEBUG]	Scanning with Arch(386), OS(freebsd), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(freebsd), and Build Tags([])
[DEBUG]	Scanning with Arch(arm), OS(freebsd), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(arm64), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(mips64), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(mips64le), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(ppc64), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(ppc64le), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(s390x), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(sparc64), OS(linux), and Build Tags([])
[DEBUG]	Scanning with Arch(386), OS(netbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(netbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(arm), OS(netbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(386), OS(openbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(openbsd), and Build Tags([])
[DEBUG]	Scanning with Arch(amd64), OS(solaris), and Build Tags([])
[DEBUG]	Scanning with Arch(), OS(), and Build Tags([])
[DEBUG]	Trying to open github.com/docker/distribution/digest (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-distribution/digest)
[DEBUG]	Trying to open github.com/docker/docker/builder/dockerfile/command (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/builder/dockerfile/command)
[DEBUG]	Trying to open github.com/Sirupsen/logrus (/Users/jzelinskie/.glide/cache/src/https-github.com-Sirupsen-logrus)
[DEBUG]	Trying to open github.com/docker/docker/pkg/idtools (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/idtools)
[DEBUG]	Package github.com/docker/docker/pkg/idtools imports github.com/docker/docker/pkg/system
[DEBUG]	In vendor: github.com/docker/docker/pkg/system
[DEBUG]	Package github.com/docker/docker/pkg/idtools imports github.com/opencontainers/runc/libcontainer/user
[DEBUG]	In vendor: github.com/opencontainers/runc/libcontainer/user
[DEBUG]	Trying to open github.com/docker/docker/pkg/ioutils (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/ioutils)
[DEBUG]	Package github.com/docker/docker/pkg/ioutils imports github.com/docker/docker/pkg/longpath
[DEBUG]	In vendor: github.com/docker/docker/pkg/longpath
[DEBUG]	Package github.com/docker/docker/pkg/ioutils imports golang.org/x/net/context
[DEBUG]	In vendor: golang.org/x/net/context
[DEBUG]	Trying to open github.com/docker/docker/pkg/pools (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/pools)
[DEBUG]	Package github.com/docker/docker/pkg/pools imports github.com/docker/docker/pkg/ioutils
[DEBUG]	In vendor: github.com/docker/docker/pkg/ioutils
[DEBUG]	Trying to open github.com/docker/docker/pkg/promise (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/promise)
[DEBUG]	Trying to open github.com/docker/docker/pkg/system (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/system)
[DEBUG]	Package github.com/docker/docker/pkg/system imports github.com/Microsoft/go-winio
[DEBUG]	In vendor: github.com/Microsoft/go-winio
[DEBUG]	Package github.com/docker/docker/pkg/system imports github.com/Sirupsen/logrus
[DEBUG]	In vendor: github.com/Sirupsen/logrus
[DEBUG]	Package github.com/docker/docker/pkg/system imports github.com/docker/go-units
[DEBUG]	In vendor: github.com/docker/go-units
[DEBUG]	Package github.com/docker/docker/pkg/system imports golang.org/x/sys/windows
[DEBUG]	In vendor: golang.org/x/sys/windows
[DEBUG]	Trying to open github.com/opencontainers/runc/libcontainer/system (/Users/jzelinskie/.glide/cache/src/https-github.com-opencontainers-runc/libcontainer/system)
[DEBUG]	Package github.com/opencontainers/runc/libcontainer/system imports golang.org/x/sys/unix
[DEBUG]	In vendor: golang.org/x/sys/unix
[DEBUG]	Trying to open github.com/docker/docker/pkg/longpath (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/longpath)
[DEBUG]	Trying to open github.com/gorilla/websocket (/Users/jzelinskie/.glide/cache/src/https-github.com-gorilla-websocket)
[DEBUG]	Trying to open github.com/streamrail/concurrent-map (/Users/jzelinskie/.glide/cache/src/https-github.com-streamrail-concurrent-map)
[DEBUG]	Trying to open github.com/ugorji/go/codec (/Users/jzelinskie/.glide/cache/src/https-github.com-ugorji-go/codec)
[DEBUG]	Trying to open golang.org/x/sys/windows (/Users/jzelinskie/.glide/cache/src/https-golang.org-x-sys/windows)
[DEBUG]	Trying to open github.com/docker/docker/api/types/container (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/api/types/container)
[DEBUG]	Package github.com/docker/docker/api/types/container imports github.com/docker/docker/api/types/blkiodev
[DEBUG]	In vendor: github.com/docker/docker/api/types/blkiodev
[DEBUG]	Package github.com/docker/docker/api/types/container imports github.com/docker/docker/api/types/mount
[DEBUG]	In vendor: github.com/docker/docker/api/types/mount
[DEBUG]	Package github.com/docker/docker/api/types/container imports github.com/docker/docker/api/types/strslice
[DEBUG]	In vendor: github.com/docker/docker/api/types/strslice
[DEBUG]	Marking github.com/docker/docker/api/types/strslice to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/api/types/container imports github.com/docker/go-connections/nat
[DEBUG]	In vendor: github.com/docker/go-connections/nat
[DEBUG]	Package github.com/docker/docker/api/types/container imports github.com/docker/go-units
[DEBUG]	In vendor: github.com/docker/go-units
[DEBUG]	Trying to open github.com/docker/docker/api/types/mount (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/api/types/mount)
[DEBUG]	Trying to open github.com/docker/docker/api/types (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/api/types)
[DEBUG]	Package github.com/docker/docker/api/types imports github.com/docker/docker/api/types/container
[DEBUG]	In vendor: github.com/docker/docker/api/types/container
[DEBUG]	Package github.com/docker/docker/api/types imports github.com/docker/docker/api/types/filters
[DEBUG]	In vendor: github.com/docker/docker/api/types/filters
[DEBUG]	Package github.com/docker/docker/api/types imports github.com/docker/docker/api/types/mount
[DEBUG]	In vendor: github.com/docker/docker/api/types/mount
[DEBUG]	Package github.com/docker/docker/api/types imports github.com/docker/docker/api/types/network
[DEBUG]	In vendor: github.com/docker/docker/api/types/network
[DEBUG]	Marking github.com/docker/docker/api/types/network to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/api/types imports github.com/docker/docker/api/types/registry
[DEBUG]	In vendor: github.com/docker/docker/api/types/registry
[DEBUG]	Marking github.com/docker/docker/api/types/registry to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/api/types imports github.com/docker/docker/api/types/swarm
[DEBUG]	In vendor: github.com/docker/docker/api/types/swarm
[DEBUG]	Package github.com/docker/docker/api/types imports github.com/docker/go-connections/nat
[DEBUG]	In vendor: github.com/docker/go-connections/nat
[DEBUG]	Package github.com/docker/docker/api/types imports github.com/docker/go-units
[DEBUG]	In vendor: github.com/docker/go-units
[DEBUG]	Trying to open github.com/docker/docker/api/types/blkiodev (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/api/types/blkiodev)
[DEBUG]	Trying to open github.com/docker/docker/api/types/filters (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/api/types/filters)
[DEBUG]	Package github.com/docker/docker/api/types/filters imports github.com/docker/docker/api/types/versions
[DEBUG]	In vendor: github.com/docker/docker/api/types/versions
[DEBUG]	Marking github.com/docker/docker/api/types/versions to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Trying to open github.com/opencontainers/runc/libcontainer/user (/Users/jzelinskie/.glide/cache/src/https-github.com-opencontainers-runc/libcontainer/user)
[DEBUG]	Package github.com/opencontainers/runc/libcontainer/user imports golang.org/x/sys/unix
[DEBUG]	In vendor: golang.org/x/sys/unix
[DEBUG]	Trying to open github.com/Nvveen/Gotty (/Users/jzelinskie/.glide/cache/src/https-github.com-Nvveen-Gotty)
[DEBUG]	Trying to open github.com/docker/docker/pkg/jsonlog (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/jsonlog)
[DEBUG]	Trying to open github.com/docker/docker/pkg/term (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/term)
[DEBUG]	Package github.com/docker/docker/pkg/term imports github.com/Azure/go-ansiterm/winterm
[DEBUG]	Missing github.com/Azure/go-ansiterm/winterm. Trying to resolve.
[INFO]	--> Fetching github.com/Azure/go-ansiterm.
[DEBUG]	Adding github.com/Azure/go-ansiterm to the cache for the first time
[DEBUG]	Attempting to find current branch for https://github.com/Azure/go-ansiterm
[DEBUG]	Saving default branch for https://github.com/Azure/go-ansiterm
[DEBUG]	Package github.com/docker/docker/pkg/term imports github.com/docker/docker/pkg/term/windows
[DEBUG]	In vendor: github.com/docker/docker/pkg/term/windows
[DEBUG]	Marking github.com/docker/docker/pkg/term/windows to be scanned.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Trying to open github.com/docker/docker/api/types/strslice (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/api/types/strslice)
[DEBUG]	Trying to open github.com/docker/docker/api/types/network (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/api/types/network)
[DEBUG]	Trying to open github.com/docker/docker/api/types/registry (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/api/types/registry)
[DEBUG]	Trying to open github.com/docker/docker/api/types/versions (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/api/types/versions)
[DEBUG]	Trying to open github.com/Azure/go-ansiterm/winterm (/Users/jzelinskie/.glide/cache/src/https-github.com-Azure-go-ansiterm/winterm)
[DEBUG]	Package github.com/Azure/go-ansiterm/winterm imports github.com/Azure/go-ansiterm
[DEBUG]	Missing github.com/Azure/go-ansiterm. Trying to resolve.
[DEBUG]	Dependency github.com/Azure/go-ansiterm has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/Azure/go-ansiterm has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/Azure/go-ansiterm/winterm imports github.com/Sirupsen/logrus
[DEBUG]	In vendor: github.com/Sirupsen/logrus
[DEBUG]	Trying to open github.com/docker/docker/pkg/term/windows (/Users/jzelinskie/.glide/cache/src/https-github.com-docker-docker/pkg/term/windows)
[DEBUG]	Package github.com/docker/docker/pkg/term/windows imports github.com/Azure/go-ansiterm
[DEBUG]	Missing github.com/Azure/go-ansiterm. Trying to resolve.
[DEBUG]	Dependency github.com/Azure/go-ansiterm has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/Azure/go-ansiterm has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/pkg/term/windows imports github.com/Azure/go-ansiterm/winterm
[DEBUG]	Missing github.com/Azure/go-ansiterm/winterm. Trying to resolve.
[DEBUG]	Dependency github.com/Azure/go-ansiterm has already been pinned. Fetching updates skipped.
[DEBUG]	Dependency github.com/Azure/go-ansiterm has already been pinned. Setting version skipped.
[DEBUG]	Package github.com/docker/docker/pkg/term/windows imports github.com/Sirupsen/logrus
[DEBUG]	In vendor: github.com/Sirupsen/logrus
[DEBUG]	Trying to open github.com/Azure/go-ansiterm (/Users/jzelinskie/.glide/cache/src/https-github.com-Azure-go-ansiterm)
[DEBUG]	Package github.com/Azure/go-ansiterm imports github.com/Sirupsen/logrus
[DEBUG]	In vendor: github.com/Sirupsen/logrus
[DEBUG]	Resolving test dependencies
[INFO]	Downloading dependencies. Please wait...
[DEBUG]	Locking https-github.com-sirupsen-logrus
[DEBUG]	Dependency github.com/sirupsen/logrus has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-sirupsen-logrus
[DEBUG]	Locking https-github.com-docker-distribution
[DEBUG]	Dependency github.com/docker/distribution has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-docker-distribution
[DEBUG]	Locking https-github.com-docker-docker
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-docker-docker
[DEBUG]	Locking https-github.com-docker-go-connections
[DEBUG]	Dependency github.com/docker/go-connections has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-docker-go-connections
[DEBUG]	Locking https-github.com-fsouza-go-dockerclient
[DEBUG]	Dependency github.com/fsouza/go-dockerclient has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-fsouza-go-dockerclient
[DEBUG]	Locking https-github.com-mitchellh-mapstructure
[DEBUG]	Dependency github.com/mitchellh/mapstructure has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-mitchellh-mapstructure
[DEBUG]	Locking https-github.com-nu7hatch-gouuid
[DEBUG]	Dependency github.com/nu7hatch/gouuid has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-nu7hatch-gouuid
[DEBUG]	Locking https-gopkg.in-beatgammit-turnpike.v2
[DEBUG]	Locking https-github.com-Microsoft-go-winio
[DEBUG]	Dependency github.com/Microsoft/go-winio has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-Microsoft-go-winio
[DEBUG]	Locking https-github.com-docker-go-units
[DEBUG]	Dependency github.com/docker/go-units has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-docker-go-units
[DEBUG]	Locking https-github.com-hashicorp-go-cleanhttp
[DEBUG]	Dependency github.com/hashicorp/go-cleanhttp has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-hashicorp-go-cleanhttp
[DEBUG]	Locking https-golang.org-x-net
[DEBUG]	Dependency golang.org/x/net has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-golang.org-x-net
[DEBUG]	Locking https-golang.org-x-sys
[DEBUG]	Dependency golang.org/x/sys has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-golang.org-x-sys
[DEBUG]	Locking https-github.com-Sirupsen-logrus
[DEBUG]	Dependency github.com/Sirupsen/logrus has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-Sirupsen-logrus
[DEBUG]	Locking https-github.com-opencontainers-runc
[DEBUG]	Dependency github.com/opencontainers/runc has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-opencontainers-runc
[DEBUG]	Locking https-github.com-streamrail-concurrent-map
[DEBUG]	Dependency github.com/streamrail/concurrent-map has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-streamrail-concurrent-map
[DEBUG]	Locking https-github.com-ugorji-go
[DEBUG]	Dependency github.com/ugorji/go has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-ugorji-go
[DEBUG]	Locking https-github.com-Nvveen-Gotty
[DEBUG]	Dependency github.com/Nvveen/Gotty has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-Nvveen-Gotty
[DEBUG]	Locking https-github.com-Azure-go-ansiterm
[DEBUG]	Dependency github.com/Azure/go-ansiterm has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-Azure-go-ansiterm
[DEBUG]	Locking https-github.com-pivotal-golang-archiver
[DEBUG]	Dependency github.com/pivotal-golang/archiver has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-pivotal-golang-archiver
[DEBUG]	Dependency gopkg.in/beatgammit/turnpike.v2 has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-gopkg.in-beatgammit-turnpike.v2
[DEBUG]	Locking https-github.com-gorilla-websocket
[DEBUG]	Dependency github.com/gorilla/websocket has already been pinned. Fetching updates skipped.
[DEBUG]	Unlocking https-github.com-gorilla-websocket
[INFO]	Setting references for remaining imports
[DEBUG]	Locking https-github.com-sirupsen-logrus
[DEBUG]	Dependency github.com/sirupsen/logrus has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-sirupsen-logrus
[DEBUG]	Locking https-github.com-docker-distribution
[DEBUG]	Dependency github.com/docker/distribution has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-docker-distribution
[DEBUG]	Locking https-github.com-docker-docker
[DEBUG]	Dependency github.com/docker/docker has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-docker-docker
[DEBUG]	Locking https-github.com-docker-go-connections
[DEBUG]	Dependency github.com/docker/go-connections has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-docker-go-connections
[DEBUG]	Locking https-github.com-fsouza-go-dockerclient
[DEBUG]	Dependency github.com/fsouza/go-dockerclient has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-fsouza-go-dockerclient
[DEBUG]	Locking https-github.com-mitchellh-mapstructure
[DEBUG]	Dependency github.com/mitchellh/mapstructure has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-mitchellh-mapstructure
[DEBUG]	Locking https-github.com-nu7hatch-gouuid
[DEBUG]	Dependency github.com/nu7hatch/gouuid has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-nu7hatch-gouuid
[DEBUG]	Locking https-github.com-pivotal-golang-archiver
[DEBUG]	Dependency github.com/pivotal-golang/archiver has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-pivotal-golang-archiver
[DEBUG]	Locking https-gopkg.in-beatgammit-turnpike.v2
[DEBUG]	Dependency gopkg.in/beatgammit/turnpike.v2 has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-gopkg.in-beatgammit-turnpike.v2
[DEBUG]	Locking https-github.com-Microsoft-go-winio
[DEBUG]	Dependency github.com/Microsoft/go-winio has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-Microsoft-go-winio
[DEBUG]	Locking https-github.com-docker-go-units
[DEBUG]	Dependency github.com/docker/go-units has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-docker-go-units
[DEBUG]	Locking https-github.com-hashicorp-go-cleanhttp
[DEBUG]	Dependency github.com/hashicorp/go-cleanhttp has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-hashicorp-go-cleanhttp
[DEBUG]	Locking https-golang.org-x-net
[DEBUG]	Dependency golang.org/x/net has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-golang.org-x-net
[DEBUG]	Locking https-github.com-Sirupsen-logrus
[DEBUG]	Dependency github.com/Sirupsen/logrus has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-Sirupsen-logrus
[DEBUG]	Locking https-github.com-opencontainers-runc
[DEBUG]	Dependency github.com/opencontainers/runc has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-opencontainers-runc
[DEBUG]	Locking https-github.com-gorilla-websocket
[DEBUG]	Dependency github.com/gorilla/websocket has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-gorilla-websocket
[DEBUG]	Locking https-github.com-streamrail-concurrent-map
[DEBUG]	Dependency github.com/streamrail/concurrent-map has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-streamrail-concurrent-map
[DEBUG]	Locking https-github.com-ugorji-go
[DEBUG]	Dependency github.com/ugorji/go has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-ugorji-go
[DEBUG]	Locking https-github.com-Nvveen-Gotty
[DEBUG]	Dependency github.com/Nvveen/Gotty has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-Nvveen-Gotty
[DEBUG]	Locking https-github.com-Azure-go-ansiterm
[DEBUG]	Dependency github.com/Azure/go-ansiterm has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-github.com-Azure-go-ansiterm
[DEBUG]	Locking https-golang.org-x-sys
[DEBUG]	Dependency golang.org/x/sys has already been pinned. Setting version skipped.
[DEBUG]	Unlocking https-golang.org-x-sys
[INFO]	Exporting resolved dependencies...
[DEBUG]	Locking https-github.com-docker-distribution
[DEBUG]	Locking https-github.com-sirupsen-logrus
[DEBUG]	Locking https-github.com-docker-docker
[DEBUG]	Locking https-github.com-fsouza-go-dockerclient
[DEBUG]	Locking https-github.com-docker-go-connections
[DEBUG]	Locking https-github.com-nu7hatch-gouuid
[DEBUG]	Locking https-github.com-mitchellh-mapstructure
[DEBUG]	Locking https-github.com-Nvveen-Gotty
[DEBUG]	Locking https-github.com-pivotal-golang-archiver
[INFO]	--> Exporting github.com/docker/distribution
[DEBUG]	Locking https-gopkg.in-beatgammit-turnpike.v2
[DEBUG]	Locking https-github.com-Microsoft-go-winio
[DEBUG]	Locking https-github.com-docker-go-units
[DEBUG]	Locking https-github.com-hashicorp-go-cleanhttp
[DEBUG]	Locking https-golang.org-x-net
[DEBUG]	Locking https-golang.org-x-sys
[DEBUG]	Locking https-github.com-Sirupsen-logrus
[DEBUG]	Locking https-github.com-opencontainers-runc
[DEBUG]	Locking https-github.com-gorilla-websocket
[DEBUG]	Locking https-github.com-streamrail-concurrent-map
[DEBUG]	Locking https-github.com-ugorji-go
[ERROR]	The Remote does not match the VCS endpoint
@mattfarina
Copy link
Member

Adding debug detail in PR at #859.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants