Code review comment for lp:~stevenwilkin/snapweb/add-remove-snaps-via-api

Revision history for this message
Snappy Tarmac (snappydevtarmac) wrote :

The attempt to merge lp:~stevenwilkin/webdm/add-remove-snaps-via-api into lp:webdm failed. Below is the output from the failed tests.

Checking formatting
Installing godeps
Install golint
Obtaining dependencies
update github.com/gosexy/gettext failed; trying to fetch newer version
github.com/gosexy/gettext now at 98b7b91596d20b96909e6b60d57411547dd9959c
update github.com/ubuntu-core/snappy failed; trying to fetch newer version
update github.com/miekg/dns failed; trying to fetch newer version
update github.com/mvo5/goconfigparser failed; trying to fetch newer version
update github.com/mvo5/uboot-go failed; trying to fetch newer version
update golang.org/x/crypto failed; trying to fetch newer version
update gopkg.in/check.v1 failed; trying to fetch newer version
update github.com/cheggaaa/pb failed; trying to fetch newer version
update github.com/davecheney/gmx failed; trying to fetch newer version
update github.com/davecheney/mdns failed; trying to fetch newer version
update github.com/gorilla/context failed; trying to fetch newer version
update gopkg.in/yaml.v2 failed; trying to fetch newer version
update github.com/gorilla/mux failed; trying to fetch newer version
1 repositories updated; 12 failed

# we always run in a fresh dir in tarmac
export GOPATH=$(mktemp -d)
trap 'rm -rf "$GOPATH"' EXIT

# this is a hack, but not sure tarmac is golang friendly
mkdir -p $GOPATH/src/launchpad.net/webdm
cp -a . $GOPATH/src/launchpad.net/webdm/
cd $GOPATH/src/launchpad.net/webdm

./run-checks
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/github.com/ubuntu-core/snappy": cannot create repo: Cloning into '/tmp/tmp.AGTotcVxgl/src/github.com/ubuntu-core/snappy'...
error: unable to create file integration-tests/data/snaps/basic-binaries/bin/success (No space left on device)
fatal: cannot create directory at 'integration-tests/data/snaps/basic-binaries/meta': No space left on device
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/github.com/miekg/dns": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.AGTotcVxgl/src/github.com/miekg/dns'.: No space left on device
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/github.com/mvo5/goconfigparser": cannot create repo: mkdir /tmp/tmp.AGTotcVxgl/src/github.com/mvo5/: no space left on device
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/github.com/mvo5/uboot-go": cannot create repo: mkdir /tmp/tmp.AGTotcVxgl/src/github.com/mvo5/: no space left on device
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/golang.org/x/crypto": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.AGTotcVxgl/src/golang.org/x/crypto'.: No space left on device
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/gopkg.in/check.v1": cannot create repo: mkdir /tmp/tmp.AGTotcVxgl/src/gopkg.in/: no space left on device
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/github.com/cheggaaa/pb": cannot create repo: mkdir /tmp/tmp.AGTotcVxgl/src/github.com/cheggaaa/: no space left on device
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/github.com/davecheney/gmx": cannot create repo: mkdir /tmp/tmp.AGTotcVxgl/src/github.com/davecheney/: no space left on device
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/github.com/davecheney/mdns": cannot create repo: mkdir /tmp/tmp.AGTotcVxgl/src/github.com/davecheney/: no space left on device
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/github.com/gorilla/context": cannot create repo: mkdir /tmp/tmp.AGTotcVxgl/src/github.com/gorilla/: no space left on device
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/gopkg.in/yaml.v2": cannot create repo: mkdir /tmp/tmp.AGTotcVxgl/src/gopkg.in/: no space left on device
godeps: cannot update "/tmp/tmp.AGTotcVxgl/src/github.com/gorilla/mux": cannot create repo: mkdir /tmp/tmp.AGTotcVxgl/src/github.com/gorilla/: no space left on device

« Back to merge proposal