monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

Getting MaxBufferError: stdout maxBuffer exceeded

Open wighawag opened this issue 4 years ago • 8 comments

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 ?

wighawag avatar Jan 04 '21 10:01 wighawag

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.

krzkaczor avatar Jan 04 '21 11:01 krzkaczor

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

wighawag avatar Jan 04 '21 11:01 wighawag

@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 avatar Jan 04 '21 12:01 krzkaczor

@krzkaczor cool, I am interested :)

wighawag avatar Jan 04 '21 12:01 wighawag

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

wighawag avatar Jan 21 '21 10:01 wighawag

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

InoMurko avatar May 24 '21 18:05 InoMurko

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

mslipper avatar Mar 07 '22 05:03 mslipper

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

krzkaczor avatar Mar 07 '22 10:03 krzkaczor