Code review comment for lp:~sergiusens/goget-ubuntu-touch/snappy-catchup

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

The attempt to merge lp:~sergiusens/goget-ubuntu-touch/snappy-catchup into lp:goget-ubuntu-touch 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
update github.com/mvo5/goconfigparser failed; trying to fetch newer version
github.com/gosexy/gettext now at 98b7b91596d20b96909e6b60d57411547dd9959c
update launchpad.net/gocheck failed; trying to fetch newer version
github.com/mvo5/goconfigparser now at 26426272dda20cc76aa1fa44286dc743d2972fe8
update github.com/blakesmith/ar failed; trying to fetch newer version
launchpad.net/gocheck now at <email address hidden>
update github.com/cheggaaa/pb failed; trying to fetch newer version
github.com/blakesmith/ar now at 8bd4349a67f2533b078dbc524689d15dba0f4659
update github.com/jessevdk/go-flags failed; trying to fetch newer version
github.com/cheggaaa/pb now at da1f27ad1d9509b16f65f52fd9d8138b0f2dc7b2
update github.com/mvo5/uboot-go failed; trying to fetch newer version
github.com/jessevdk/go-flags now at 1acbbaff2f347c412a0c7884873bd72cc9c1f5b4
update gopkg.in/yaml.v2 failed; trying to fetch newer version
github.com/mvo5/uboot-go now at 69978a3e4b05cca9d7cfee489b3453dfed45e72c
update launchpad.net/snappy failed; trying to fetch newer version
gopkg.in/yaml.v2 now at 7ad95dd0798a40da1ccdff6dff35fd177b5edf40
launchpad.net/snappy now at <email address hidden>
Building

# 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/goget-ubuntu-touch
cp -a . $GOPATH/src/launchpad.net/goget-ubuntu-touch
cd $GOPATH/src/launchpad.net/goget-ubuntu-touch

./run-checks
ubuntu-device-flash/snappy.go:23:2: cannot find package "github.com/ubuntu-core/snappy/dirs" in any of:
 /usr/lib/go/src/pkg/github.com/ubuntu-core/snappy/dirs (from $GOROOT)
 /tmp/tmp.Cb2FPpCGJu/src/github.com/ubuntu-core/snappy/dirs (from $GOPATH)
ubuntu-device-flash/core.go:21:2: cannot find package "github.com/ubuntu-core/snappy/helpers" in any of:
 /usr/lib/go/src/pkg/github.com/ubuntu-core/snappy/helpers (from $GOROOT)
 /tmp/tmp.Cb2FPpCGJu/src/github.com/ubuntu-core/snappy/helpers (from $GOPATH)
ubuntu-device-flash/snappy.go:25:2: cannot find package "github.com/ubuntu-core/snappy/progress" in any of:
 /usr/lib/go/src/pkg/github.com/ubuntu-core/snappy/progress (from $GOROOT)
 /tmp/tmp.Cb2FPpCGJu/src/github.com/ubuntu-core/snappy/progress (from $GOPATH)
ubuntu-device-flash/snappy.go:26:2: cannot find package "github.com/ubuntu-core/snappy/provisioning" in any of:
 /usr/lib/go/src/pkg/github.com/ubuntu-core/snappy/provisioning (from $GOROOT)
 /tmp/tmp.Cb2FPpCGJu/src/github.com/ubuntu-core/snappy/provisioning (from $GOPATH)
ubuntu-device-flash/snappy.go:27:2: cannot find package "github.com/ubuntu-core/snappy/release" in any of:
 /usr/lib/go/src/pkg/github.com/ubuntu-core/snappy/release (from $GOROOT)
 /tmp/tmp.Cb2FPpCGJu/src/github.com/ubuntu-core/snappy/release (from $GOPATH)
ubuntu-device-flash/snappy.go:28:2: cannot find package "github.com/ubuntu-core/snappy/snappy" in any of:
 /usr/lib/go/src/pkg/github.com/ubuntu-core/snappy/snappy (from $GOROOT)
 /tmp/tmp.Cb2FPpCGJu/src/github.com/ubuntu-core/snappy/snappy (from $GOPATH)

« Back to merge proposal