Skip to content

Instantly share code, notes, and snippets.

@KushalP
Created October 16, 2013 15:34
Show Gist options
  • Save KushalP/7009727 to your computer and use it in GitHub Desktop.
Save KushalP/7009727 to your computer and use it in GitHub Desktop.
$ sudo docker run -lxc-conf=lxc.aa_profile=unconfined -privileged -v `pwd`:/go/src/github.com/dotcloud/docker docker hack/make.sh test
/proc/self/fd /go/src/github.com/dotcloud/docker
/go/src/github.com/dotcloud/docker
bundles/0.6.3-dev already exists. Removing.
---> Making bundle: test (in bundles/0.6.3-dev/test)
Wed Oct 16 15:31:38 UTC 2013
++ cd .
++ go test -v -ldflags '-X main.GITCOMMIT e1d4f0d -X main.VERSION 0.6.3-dev -d -w'
warning: building out-of-date packages:
code.google.com/p/go.net/websocket
github.com/dotcloud/tar
github.com/dotcloud/docker/utils
github.com/dotcloud/docker/auth
github.com/dotcloud/docker/registry
github.com/dotcloud/docker/term
github.com/gorilla/context
github.com/gorilla/mux
github.com/kr/pty
installing these packages with 'go test -i' will speed future tests.
Pulling repository docker-test-image
2013/10/16 15:33:02 Unable to pull the test image:%!(EXTRA *url.Error=Get https://index.docker.io/v1/images/docker-test-image/ancestry: lookup index.docker.io. on 10.0.2.3:53: no answer from server)
exit status 1
FAIL github.com/dotcloud/docker 80.114s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment