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 gopkg.in/check.v1 failed; trying to fetch newer version
gopkg.in/check.v1 now at 64131543e7896d5bcc6bd5a76287eb75ea96c673
update github.com/mvo5/goconfigparser failed; trying to fetch newer version
github.com/mvo5/goconfigparser now at 26426272dda20cc76aa1fa44286dc743d2972fe8
update github.com/cheggaaa/pb failed; trying to fetch newer version
github.com/cheggaaa/pb now at e8c7cc515bfde3e267957a3b110080ceed51354e
update github.com/davecheney/gmx failed; trying to fetch newer version
github.com/davecheney/gmx now at d765420e7fbaccecb2a38cf2a02701fe3e0888a3
update github.com/davecheney/mdns failed; trying to fetch newer version
github.com/davecheney/mdns now at de174d86a3d3e87bfad9cb66cedd0433380b67b0
update github.com/gosexy/gettext failed; trying to fetch newer version
update github.com/miekg/dns failed; trying to fetch newer version
github.com/miekg/dns now at 5a357a6fc5e85268b929350aa6423e2d56dcc4ff
update gopkg.in/yaml.v2 failed; trying to fetch newer version
gopkg.in/yaml.v2 now at 49c95bdc21843256fb6c4e0d370a05f24a0bf213
update github.com/mvo5/uboot-go failed; trying to fetch newer version
update github.com/ubuntu-core/snappy failed; trying to fetch newer version
update github.com/gorilla/mux failed; trying to fetch newer version
update github.com/gorilla/context failed; trying to fetch newer version
update golang.org/x/crypto failed; trying to fetch newer version
7 repositories updated; 6 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.JIqQJxg1Cx/src/github.com/gosexy/gettext": cannot create repo: Cloning into '/tmp/tmp.JIqQJxg1Cx/src/github.com/gosexy/gettext'...
error: unable to create temporary file: No space left on device
fatal: failed to write object
fatal: unpack-objects failed
godeps: cannot update "/tmp/tmp.JIqQJxg1Cx/src/github.com/mvo5/uboot-go": cannot create repo: Cloning into '/tmp/tmp.JIqQJxg1Cx/src/github.com/mvo5/uboot-go'...
error: unable to create directory for /tmp/tmp.JIqQJxg1Cx/src/github.com/mvo5/uboot-go/.git/logs/refs/heads/master
fatal: Cannot update the ref 'HEAD'.
Unexpected end of command stream
godeps: cannot update "/tmp/tmp.JIqQJxg1Cx/src/github.com/ubuntu-core/snappy": cannot create repo: Cloning into '/tmp/tmp.JIqQJxg1Cx/src/github.com/ubuntu-core/snappy'...
error: Unable to open /tmp/tmp.JIqQJxg1Cx/src/github.com/ubuntu-core/snappy/.git/HEAD.lock for writing
fatal: Unable to create '/tmp/tmp.JIqQJxg1Cx/src/github.com/ubuntu-core/snappy/.git/refs/heads/master.lock': No space left on device
Unexpected end of command stream
godeps: cannot update "/tmp/tmp.JIqQJxg1Cx/src/github.com/gorilla/mux": cannot create repo: Cloning into '/tmp/tmp.JIqQJxg1Cx/src/github.com/gorilla/mux'...
error: Unable to append to /tmp/tmp.JIqQJxg1Cx/src/github.com/gorilla/mux/.git/logs/refs/remotes/origin/HEAD: No space left on device
error: Unable to open /tmp/tmp.JIqQJxg1Cx/src/github.com/gorilla/mux/.git/HEAD.lock for writing
fatal: Unable to create '/tmp/tmp.JIqQJxg1Cx/src/github.com/gorilla/mux/.git/refs/heads/master.lock': No space left on device
Unexpected end of command stream
godeps: cannot update "/tmp/tmp.JIqQJxg1Cx/src/github.com/gorilla/context": cannot create repo: Cloning into '/tmp/tmp.JIqQJxg1Cx/src/github.com/gorilla/context'...
error: Unable to append to /tmp/tmp.JIqQJxg1Cx/src/github.com/gorilla/context/.git/logs/refs/remotes/origin/HEAD: No space left on device
error: Unable to open /tmp/tmp.JIqQJxg1Cx/src/github.com/gorilla/context/.git/HEAD.lock for writing
fatal: Unable to create '/tmp/tmp.JIqQJxg1Cx/src/github.com/gorilla/context/.git/refs/heads/master.lock': No space left on device
Unexpected end of command stream
godeps: cannot update "/tmp/tmp.JIqQJxg1Cx/src/golang.org/x/crypto": cannot create repo: Cloning into '/tmp/tmp.JIqQJxg1Cx/src/golang.org/x/crypto'...
error: Unable to append to /tmp/tmp.JIqQJxg1Cx/src/golang.org/x/crypto/.git/logs/refs/remotes/origin/HEAD: No space left on device
error: Unable to open /tmp/tmp.JIqQJxg1Cx/src/golang.org/x/crypto/.git/HEAD.lock for writing
fatal: Unable to create '/tmp/tmp.JIqQJxg1Cx/src/golang.org/x/crypto/.git/refs/heads/master.lock': No space left on device
Unexpected end of command stream

« Back to merge proposal