Why would `go get` start to fail in Travis CI build? -


i opened pull request on repository goes through build cycle in travis. job failing here. cannot find reason why job in particular continues fail. i've restarted multiple times see if temporary timeout. core error is: the command "go golang.org/x/tools/cmd/vet" failed , exited 1 during .

full log here: https://gist.github.com/mjbrender/79e0343625038bce440a

has changed golang's vet package don't see here? or flaky process? if is, there way of improving build process?

looks wasn't alone in having vet cause broken build: https://github.com/coreos/etcd/issues/4149

and traces change in imports. team behind package rolled change broke go vet 1.4.2: https://github.com/golang/tools/commit/da91609d887c6b1e28ad4548c47f3ff39a471989

go golang.org/x/tools/cmd/vet works since update package: https://travis-ci.org/intelsdi-x/snap/jobs/100709221


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -