When trying to do a remote build I get:
$ mos build --platform esp32
Connecting to https://mongoose.cloud, user test
Uploading sources (63125 bytes)
Error: /private/tmp/mos-latest-20200803-57616-dd8159/mos-2cb9174a4810c6a56834ae72d8c574eb49e2c4d5/cli/build_remote.go:339: error response: 400: container exited with status code 2
/private/tmp/mos-latest-20200803-57616-dd8159/mos-2cb9174a4810c6a56834ae72d8c574eb49e2c4d5/cli/build.go:266:
/private/tmp/mos-latest-20200803-57616-dd8159/mos-2cb9174a4810c6a56834ae72d8c574eb49e2c4d5/cli/build.go:209:
/private/tmp/mos-latest-20200803-57616-dd8159/mos-2cb9174a4810c6a56834ae72d8c574eb49e2c4d5/cli/main.go:198: build failed
exit status 1
Command completed.
I presume this is a server issue and not a problem at my end?