First time using Githib and MatterMost.
I am attempting to setup a developer machine, so that I can review and hopefully contribute to this project.
I am a Windows guy, and I am having some trouble with the basics of setting up the dev environment (please be gentle).
I have followed the instructions here: https://github.com/mattermost/platform/blob/master/doc/developer/Setup.md
However, when I run a “make test” I get the following:
goroutine 3395 [IO wait]:
net.runtime_pollWait(0x2ac8fecc17d8, 0x72, 0xc8200101a0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82042be20, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82042be20, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc82042bdc0, 0xc82081e000, 0x104d, 0x2000, 0x0, 0x2ac8fecbc050, 0xc8200101a0)
/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc82002a3d8, 0xc82081e000, 0x104d, 0x2000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
github.com/go-sql-driver/mysql.(*buffer).fill(0xc820401c00, 0x4, 0x0, 0x0)
/home/mbonny/go/src/github.com/mattermost/platform/Godeps/_workspace/src/github.com/go-sql-driver/mysql/buffer.go:57 +0x2b5
github.com/go-sql-driver/mysql.(*buffer).readNext(0xc820401c00, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/mbonny/go/src/github.com/mattermost/platform/Godeps/_workspace/src/github.com/go-sql-driver/mysql/buffer.go:86 +0x55
github.com/go-sql-driver/mysql.(*mysqlConn).readPacket(0xc820401c00, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/mbonny/go/src/github.com/mattermost/platform/Godeps/_workspace/src/github.com/go-sql-driver/mysql/packets.go:30 +0x84
github.com/go-sql-driver/mysql.(*mysqlConn).readResultSetHeaderPacket(0xc820401c00, 0xc8202c81c0, 0x0, 0x0)
/home/mbonny/go/src/github.com/mattermost/platform/Godeps/_workspace/src/github.com/go-sql-driver/mysql/packets.go:421 +0x42
github.com/go-sql-driver/mysql.(*mysqlStmt).Exec(0xc820296180, 0xc8202c81c0, 0x7, 0x7, 0x0, 0x0, 0x0, 0x0)
/home/mbonny/go/src/github.com/mattermost/platform/Godeps/_workspace/src/github.com/go-sql-driver/mysql/statement.go:60 +0x1ef
database/sql.resultFromStatement(0x2ac8fecc2180, 0xc820253f80, 0x2ac8fecc2140, 0xc820296180, 0xc82035b780, 0x7, 0x8, 0x0, 0x0, 0x0, …)
/usr/local/go/src/database/sql/sql.go:1383 +0x3bd
database/sql.(*DB).exec(0xc82011fae0, 0xc820400180, 0x74, 0xc82035b780, 0x7, 0x8, 0xc8202c8001, 0x0, 0x0, 0x0, …)
/usr/local/go/src/database/sql/sql.go:938 +0x5ae
database/sql.(*DB).Exec(0xc82011fae0, 0xc820400180, 0x74, 0xc82035b780, 0x7, 0x8, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/database/sql/sql.go:895 +0xbe
github.com/go-gorp/gorp.exec(0x2ac8fecc2048, 0xc82001afc0, 0xc820400180, 0x74, 0xc82035b780, 0x7, 0x8, 0x0, 0x0, 0x0, …)
/home/mbonny/go/src/github.com/mattermost/platform/Godeps/_workspace/src/github.com/go-gorp/gorp/gorp.go:1742 +0x1f4
github.com/go-gorp/gorp.(*DbMap).Exec(0xc82001afc0, 0xc820400180, 0x74, 0xc82035b780, 0x7, 0x8, 0x0, 0x0, 0x0, 0x0)
/home/mbonny/go/src/github.com/mattermost/platform/Godeps/_workspace/src/github.com/go-gorp/gorp/gorp.go:1071 +0x17c
github.com/go-gorp/gorp.insert(0xc82001afc0, 0x2ac8fecc2048, 0xc82001afc0, 0xc820699e58, 0x1, 0x1, 0x0, 0x0)
/home/mbonny/go/src/github.com/mattermost/platform/Godeps/_workspace/src/github.com/go-gorp/gorp/gorp.go:2113 +0xb33
github.com/go-gorp/gorp.(*DbMap).Insert(0xc82001afc0, 0xc820699e58, 0x1, 0x1, 0x0, 0x0)
/home/mbonny/go/src/github.com/mattermost/platform/Godeps/_workspace/src/github.com/go-gorp/gorp/gorp.go:991 +0x86
github.com/mattermost/platform/store.SqlAuditStore.Save.func1(0xc8202c8000, 0xc8201300c0, 0xc820252600)
/home/mbonny/go/src/github.com/mattermost/platform/store/sql_audit_store.go:47 +0x160
created by github.com/mattermost/platform/store.SqlAuditStore.Save
/home/mbonny/go/src/github.com/mattermost/platform/store/sql_audit_store.go:55 +0x67
exit status 2
FAIL github.com/mattermost/platform/api 180.030s
godep: go exit status 1
make: *** [go-test] Error 1