codechecks / monorepo

Open source platform for code review automation ✅
https://codechecks.io/
97 stars 19 forks source link

Getting MaxBufferError: stdout maxBuffer exceeded #79

Open wighawag opened 3 years ago

wighawag commented 3 years ago

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 ?

krzkaczor commented 3 years ago

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.

wighawag commented 3 years ago

Hey @krzkaczor The issue happened a while back actually. Restarting the job does not help neither

krzkaczor commented 3 years ago

@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).

wighawag commented 3 years ago

@krzkaczor cool, I am interested :)

wighawag commented 3 years ago

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

InoMurko commented 3 years ago

This seems to be a persisting issue. Any news whats causing this?

mslipper commented 2 years ago

This issue still occurs - see https://github.com/ethereum-optimism/optimism/runs/5442853354?check_suite_focus=true. Any updates?

krzkaczor commented 2 years ago

@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.