At the moment I cannot compile anything on the WebIDE (tried serveral sketches that used to build).
Message: Error: Could not compile. Please review your code.
I checked the Status page, but everything is green - is there a way to report such a thing, rather than opening a thread? (e.g. a “Report incident” button on the Status page)
Web IDE Sparkulator is failing for me too. Usually this is some bucket that is overflowing and needs to be emptied on the server cloud, but it is always good to log out and log back and/or try Chrome incognito mode.
Actually the bug was in how the build farm was resetting the workspaces. Somehow it was resetting to a local version of the compile-server2 branch, instead of the origin version, causing it to try and use old code, which is why the builds were failing. I’ve updated the scripts to make sure it grabs the origin branch in case the local one is ever modified, which should fix the issue.