-
Notifications
You must be signed in to change notification settings - Fork 102
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
Segmentation fault in main
branch Docker Unit Tests
#7898
Comments
main
branch Docker Unit Tests
@gustavovalverde we've had 2 of these failures in the last 2 weeks. Is this something you can look into? |
@mpguerra yes, sure. |
I deleted this part of the ticket, because the bug is still happening after we launched Zebra correctly in the tests:
|
We're also seeing exit code 137 (out of memory or SIGTERM) in the same tests in PR #7923: There's nothing in the Zebra config or on the Rust side that could cause this issue, and all the other similar tests are passing. So here are some possibilities:
We could try sleeping before docker stop, or removing exec from the entrypoint? |
Exit 137 (OOM?) happened again on the |
I've increased the priority on this one as it seems to be happening fairly regularly |
Error 137 and 139 in two separate main branch runs, details in #8004 |
PR #8088 did not fix this issue, it failed in the merge queue: |
Failed in the merge queue in: I think we could just ignore this error for now, because it's not actually impacting our ability to test, and we can't reproduce it outside this environment. |
Motivation
In the
main
branch config tests, Docker exited with status 139:https://github.com/ZcashFoundation/zebra/actions/runs/6737581570/job/18315670392#step:5:229
Which is a memory safety error in Docker (or perhaps Zebra):
https://www.airplane.dev/blog/sigsegv-segmentation-fault-linux-containers-exit-code-139
This could be a hardware fault, or a Docker bug.
Auto-Opened Issue
GitHub Actions workflow Docker Unit Tests #247 failed.
Event: push
Branch: main
Commit: a1e476ec618943ce24a5e17d5016c3300259215e
Created by jayqi/failed-build-issue-action
The text was updated successfully, but these errors were encountered: