Build issues Help

Here is the output, can someone please tell me where I’m going wrong please?

Starting docker containers Running client tests cd ./webapp && make test make[1]: Entering directory ‘/home/webuser/go/src/github.com/mattermost/platform/webapp’ cd … && make internal-test-web-client make[2]: Entering directory ‘/home/webuser/go/src/github.com/mattermost/platform’ Starting docker containers go run ./cmd/platform/*go test web_client_tests import cycle not allowed package main imports bufio imports bytes imports errors imports runtime imports runtime/internal/atomic imports unsafe imports runtime import cycle not allowed package main imports GitHub - alecthomas/log4go: Logging package similar to log4j for the Go programming language imports net imports runtime/cgo imports runtime/cgo Makefile:236: recipe for target ‘internal-test-web-client’ failed make[2]: *** [internal-test-web-client]
Error 1 make[2]: Leaving directory ‘/home/webuser/go/src/github.com/mattermost/platform’ Makefile:11: recipe for target ‘test’ failed make[1]: *** [test] Error 2 make[1]: Leaving directory ‘/home/webuser/go/src/github.com/mattermost/platform/webapp’ Makefile:239: recipe for target ‘test-client’ failed make: *** [test-client] Error 2 "

Hey @Gramercy, are you using Docker or Docker preview?

Also, which operating system have you installed it?

Hi Jason,

It is docker container under ubuntu 16.04 LTS.

@Gramercy could you tell us a little bit more details? E.g. which repository are you using? which branch? Which command did you run? That will help us replicate the issue. Thanks.