monorepo
monorepo copied to clipboard
Getting MaxBufferError: stdout maxBuffer exceeded
Getting MaxBufferError: stdout maxBuffer exceeded
not sure what caused this. it used to work. you can see the failure here : https://github.com/thesandboxgame/sandbox-smart-contracts/runs/1643040725?check_suite_focus=true
Is codecheck running out of memory. any way to fix this via some settings ?
Hey! It's for sure due to the server migration that I did yesterday. Sorry for the problems. I will debug it today. For now I would suggest commenting out codechecks from your CI pipeline. Also restarting the job might just work.
Hey @krzkaczor The issue happened a while back actually. Restarting the job does not help neither
@wighawag ooh right. I will take a look.
In other news, later this month (or in FEB) I will be launching codechecks successor focused on GitHub Actions integration. Let me know if you want to get into private beta (I see that you use actions already).
@krzkaczor cool, I am interested :)
Hey @krzkaczor any update on this ? It is still failing, see here : https://github.com/thesandboxgame/sandbox-smart-contracts/runs/1737292068?check_suite_focus=true Thanks
This seems to be a persisting issue. Any news whats causing this?
This issue still occurs - see https://github.com/ethereum-optimism/optimism/runs/5442853354?check_suite_focus=true. Any updates?
@mslipper sometimes, randomly our API gateway drops requests... for now the only workaround is to try rerun codechecks. You can try also executing it with yarn codechecks || yarn codechecks
🤷
This should be fixed in a couple of months with a huge rewrite coming.