-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Applying metadata segfaults #13
Comments
We are also seeing this error in our github action workflows @tibotiber |
Yup, saw this issue as well, had to perform metadata changes from my machine to servers to fix issues of downtime... 😅 |
Yep we see this error as well. Any recommended fixes? |
Hi all, thanks for reporting this so quickly. I'm quite sure this must be linked to the update 19h ago of the base docker image used. See Docker-Hub-frolvlad/docker-alpine-glibc#54. I've released v2.1 which explicitly use the previous version. I hope this fixes the issue but i'm not in a position to test, so please provide feedback :). Also thanks @saschatimme for the great debugging here, really made the fix easier. |
@tibotiber We targeted the previous Docker image as well in our fork ( |
Thanks for the quick feedback @dyersituations. I'll close this and anyone feel free to reopen if the issue persists. |
Thanks everyone, this is working now. |
We see segmentation fault when applying metadata from a github action:
Digging into the build of the action container I see
wheres our last successful run had
Full failed log here
So I think the github action environment got updated and broke things.
The text was updated successfully, but these errors were encountered: