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/gorilla/mux failed; trying to fetch newer version
github.com/gorilla/mux now at e444e69cbd2e2e3e0749a2f3c717cec491552bbf
update github.com/ubuntu-core/snappy 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 github.com/gosexy/gettext failed; trying to fetch newer version
update github.com/mvo5/uboot-go failed; trying to fetch newer version
update gopkg.in/check.v1 failed; trying to fetch newer version
update golang.org/x/crypto failed; trying to fetch newer version
update github.com/cheggaaa/pb failed; trying to fetch newer version
update github.com/mvo5/goconfigparser failed; trying to fetch newer version
update github.com/miekg/dns failed; trying to fetch newer version
update gopkg.in/yaml.v2 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.3NhTSnXJMS/src/github.com/ubuntu-core/snappy": cannot create repo: Cloning into '/tmp/tmp.3NhTSnXJMS/src/github.com/ubuntu-core/snappy'...
error: unable to create file interfaces/builtin/system_observe_test.go (No space left on device)
error: unable to create file interfaces/builtin/timeserver_control.go (No space left on device)
error: unable to create file interfaces/builtin/timeserver_control_test.go (No space left on device)
error: unable to create file interfaces/builtin/timezone_control.go (No space left on device)
error: unable to create file interfaces/builtin/timezone_control_test.go (No space left on device)
error: unable to create file interfaces/builtin/unity7.go (No space left on device)
error: unable to create file interfaces/builtin/unity7_test.go (No space left on device)
error: unable to create file interfaces/builtin/x11.go (No space left on device)
error: unable to create file interfaces/builtin/x11_test.go (No space left on device)
error: unable to create file interfaces/core.go (No space left on device)
error: unable to create file interfaces/core_test.go (No space left on device)
fatal: cannot create directory at 'interfaces/dbus': 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.3NhTSnXJMS/src/github.com/davecheney/gmx": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.3NhTSnXJMS/src/github.com/davecheney/gmx'.: No space left on device
godeps: cannot update "/tmp/tmp.3NhTSnXJMS/src/github.com/davecheney/mdns": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.3NhTSnXJMS/src/github.com/davecheney/mdns'.: No space left on device
godeps: cannot update "/tmp/tmp.3NhTSnXJMS/src/github.com/gorilla/context": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.3NhTSnXJMS/src/github.com/gorilla/context'.: No space left on device
godeps: cannot update "/tmp/tmp.3NhTSnXJMS/src/github.com/gosexy/gettext": cannot create repo: mkdir /tmp/tmp.3NhTSnXJMS/src/github.com/gosexy/: no space left on device
godeps: cannot update "/tmp/tmp.3NhTSnXJMS/src/github.com/mvo5/uboot-go": cannot create repo: mkdir /tmp/tmp.3NhTSnXJMS/src/github.com/mvo5/: no space left on device
godeps: cannot update "/tmp/tmp.3NhTSnXJMS/src/gopkg.in/check.v1": cannot create repo: mkdir /tmp/tmp.3NhTSnXJMS/src/gopkg.in/: no space left on device
godeps: cannot update "/tmp/tmp.3NhTSnXJMS/src/golang.org/x/crypto": cannot create repo: fatal: could not create work tree dir '/tmp/tmp.3NhTSnXJMS/src/golang.org/x/crypto'.: No space left on device
godeps: cannot update "/tmp/tmp.3NhTSnXJMS/src/github.com/cheggaaa/pb": cannot create repo: mkdir /tmp/tmp.3NhTSnXJMS/src/github.com/cheggaaa/: no space left on device
godeps: cannot update "/tmp/tmp.3NhTSnXJMS/src/github.com/mvo5/goconfigparser": cannot create repo: mkdir /tmp/tmp.3NhTSnXJMS/src/github.com/mvo5/: no space left on device
godeps: cannot update "/tmp/tmp.3NhTSnXJMS/src/github.com/miekg/dns": cannot create repo: mkdir /tmp/tmp.3NhTSnXJMS/src/github.com/miekg/: no space left on device
godeps: cannot update "/tmp/tmp.3NhTSnXJMS/src/gopkg.in/yaml.v2": cannot create repo: mkdir /tmp/tmp.3NhTSnXJMS/src/gopkg.in/: no space left on device

« Back to merge proposal