-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error on Github CI while run some erigon hive tests #11834
Comments
Update from the partner:We have run the same workflows against our self-hosted runners:
So, looks like the issue is not related to the number of RAM. |
One more updateAlso, I compared the configuration Github Standard Runner
Self-hosted runner
The difference is Kernel Version. Maybe the problem with github runner's ubuntu |
One more update:Updates regarding Erigon issue with workflow canceling: changing ubuntu version did not help. Test passed on a self-hosted runner:
|
It seems to me that the issue is not related to performance or resources. I have tried running one of the failing workflows, namely, |
The issue was intermittently only appearing on some github runners. Issues related to the |
System information
It happens with the latest master as well as with v2.60.4
OS & Version: Ubuntu 16GB RAM (Kernel Version: 6.5.0-1025-azure)
Commit hash: 68f4196
Erigon Command (with flags/config):
Consensus Layer:
Consensus Layer Command (with flags/config):
Chain/Network:
Quoting a message from the partners
Hi, Erigon team
We have faced with a strange error on Github CI while run some erigon hive tests. After 30-60 minutes, the job fails with error code 143 (aborted). Example of such fail: xx-xx-xx-xx/job/29501828480
It is hard to debug the issue because in most cases we even cannot get github actions logs (. Currently we know that:
Google says that it may be related to CPU or RAM usage actions/runner-images#6680
I assume RAM is ok (github ranner has 16 GB RAM), so maybe the problem relates to CPU.
If so, is there a way to decrease CPU usage inside docker container? I know it is possible to do on docker side, but it is not easy with hive, so maybe there is a way to do it on erigon side? Also, any insights about how to debug the issue will be grateful.
More details could be found in internal messanger in "erigon3" channel.
The text was updated successfully, but these errors were encountered: