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/cheggaaa/pb failed; trying to fetch newer version
github.com/cheggaaa/pb now at e8c7cc515bfde3e267957a3b110080ceed51354e
update github.com/davecheney/mdns failed; trying to fetch newer version
github.com/davecheney/mdns now at de174d86a3d3e87bfad9cb66cedd0433380b67b0
update github.com/gorilla/context failed; trying to fetch newer version
github.com/gorilla/context now at 50c25fb3b2b3b3cc724e9b6ac75fb44b3bccd0da
update github.com/gorilla/mux failed; trying to fetch newer version
github.com/gorilla/mux now at e444e69cbd2e2e3e0749a2f3c717cec491552bbf
update github.com/mvo5/goconfigparser failed; trying to fetch newer version
github.com/mvo5/goconfigparser now at 26426272dda20cc76aa1fa44286dc743d2972fe8
update github.com/ubuntu-core/snappy failed; trying to fetch newer version
update gopkg.in/check.v1 failed; trying to fetch newer version
update github.com/miekg/dns failed; trying to fetch newer version
update github.com/davecheney/gmx failed; trying to fetch newer version
update github.com/gosexy/gettext failed; trying to fetch newer version
update golang.org/x/crypto failed; trying to fetch newer version
update github.com/mvo5/uboot-go failed; trying to fetch newer version
update gopkg.in/yaml.v2 failed; trying to fetch newer version
5 repositories updated; 8 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.maH2XVR150/src/github.com/ubuntu-core/snappy": cannot create repo: Cloning into '/tmp/tmp.maH2XVR150/src/github.com/ubuntu-core/snappy'...
error: unable to create file gen-coverage.sh (No space left on device)
error: unable to create file get-deps.sh (No space left on device)
fatal: cannot create directory at 'i18n': 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.maH2XVR150/src/gopkg.in/check.v1": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.maH2XVR150/src/gopkg.in/check.v1'.: No space left on device
godeps: cannot update "/tmp/tmp.maH2XVR150/src/github.com/miekg/dns": cannot create repo: mkdir /tmp/tmp.maH2XVR150/src/github.com/miekg/: no space left on device
godeps: cannot update "/tmp/tmp.maH2XVR150/src/github.com/davecheney/gmx": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.maH2XVR150/src/github.com/davecheney/gmx'.: No space left on device
godeps: cannot update "/tmp/tmp.maH2XVR150/src/github.com/gosexy/gettext": cannot create repo: mkdir /tmp/tmp.maH2XVR150/src/github.com/gosexy/: no space left on device
godeps: cannot update "/tmp/tmp.maH2XVR150/src/golang.org/x/crypto": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.maH2XVR150/src/golang.org/x/crypto'.: No space left on device
godeps: cannot update "/tmp/tmp.maH2XVR150/src/github.com/mvo5/uboot-go": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.maH2XVR150/src/github.com/mvo5/uboot-go'.: No space left on device
godeps: cannot update "/tmp/tmp.maH2XVR150/src/gopkg.in/yaml.v2": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.maH2XVR150/src/gopkg.in/yaml.v2'.: No space left on device

« Back to merge proposal