Same error here
github.com/thethingsnetwork/croft
./server.go:88: cannot use &stat.Rxnb (type *uint) as type *int in field value
./server.go:89: cannot use &stat.Rxok (type *uint) as type *int in field value
./server.go:90: cannot use &stat.Rxfw (type *uint) as type *int in field value
./server.go:92: cannot use &stat.Dwnb (type *uint) as type *int in field value
./server.go:93: cannot use &stat.Txnb (type *uint) as type *int in field value
ERROR: Service 'croft' failed to build: The command '/bin/sh -c go build .' returned a non-zero code: 2
Creating serverdevenv_mongodb_1
ERROR: Invalid volume destination path: data/db mount path must be absolute.
Tried with Ubuntu and AWS Linux, same error.