Skip to content
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

cannot build discordbm at 1.11.0 #230

Open
tayloraswift opened this issue May 16, 2024 · 1 comment
Open

cannot build discordbm at 1.11.0 #230

tayloraswift opened this issue May 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tayloraswift
Copy link
Owner

it seems the build, including the documentation build succeeds, but the builder fails to report its status for some reason

@tayloraswift tayloraswift added the bug Something isn't working label May 16, 2024
@tayloraswift
Copy link
Owner Author

tayloraswift commented May 16, 2024

as it turns out, while we were also failing to catch all errors thrown from SSGC (fixed in 96ac866), the root cause of the build failure was a typical OOM.

May 16 22:43:06 u1.swiftinit.org systemd[1]: Started swiftinit.org builder.
May 16 22:54:53 u1.swiftinit.org systemd[1]: unidoc.service: A process of this unit has been killed by the OOM killer.
May 16 22:54:56 u1.swiftinit.org systemd[1]: unidoc.service: Failed with result 'oom-kill'.
May 16 22:54:56 u1.swiftinit.org systemd[1]: unidoc.service: Consumed 10min 35.212s CPU time.
May 16 22:54:56 u1.swiftinit.org systemd[1]: unidoc.service: Scheduled restart job, restart counter is at 1.
May 16 22:54:56 u1.swiftinit.org systemd[1]: Stopped swiftinit.org builder.
May 16 22:54:56 u1.swiftinit.org systemd[1]: unidoc.service: Consumed 10min 35.212s CPU time.
May 16 22:54:57 u1.swiftinit.org systemd[1]: Started swiftinit.org builder.

we can’t (economically) fix this, as we are currently using the AWS t4g.small promotion.

however, the builder really ought to be able to report its status when it is restarted, instead of us having to timeout the builds on the server side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant