Here is a pastebin url that have full error descriptions and my environment settings. (I didn’t use the sudo to execute all commands) https://pastebin.mozilla.org/9090760
If you need some other resources I didn’t provide it , please tell me.
We discussed this issue in IRC (#mdndev), where is it easier to troubleshoot.
The issue appears to be that there was a mismatch between the code and the docker images. PR 4852 introduced significant changes, and it is important that both the code and the docker images have that change.
Previous to PR 4852, running docker-compose exec web bash -c "whoami && groups" prints www-data www-data for MacOS users. After PR 4852, it should return kuma kuma. There are other permissions changes in the image, that will cause random commands to fail.
I suggested following the Kuma Reset to get the code and image in sync. The Kuma Reset fixes a lot of these issues.
The correct output of make localcompile is long. Only a few representative lines are in the docs for Compile locales