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

x/build/env/linux-ppc64le/osuosl: OOM running api test during all.bash #54267

Closed
pmur opened this issue Aug 4, 2022 · 3 comments
Closed

x/build/env/linux-ppc64le/osuosl: OOM running api test during all.bash #54267

pmur opened this issue Aug 4, 2022 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@pmur
Copy link
Contributor

pmur commented Aug 4, 2022

This seems to have started after 76065a2ab1b195a790c803d11e713491cfcb3ba5.

Is the new bootstrap toolchain download counting against the memory limits of the container? If so, should we increase memory accordingly? Should the limit be removed?

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Aug 4, 2022
@gopherbot gopherbot added this to the Unreleased milestone Aug 4, 2022
@laboger
Copy link
Contributor

laboger commented Aug 4, 2022

It should be noted that we have been trying to reproduce this error on other systems and have not been able to. It only seems to happen when running in one of the buildlets.

@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 4, 2022
@laboger
Copy link
Contributor

laboger commented Aug 5, 2022

This is a problem with this line in x/build/env/linux-ppc64le/osusl/rundockerbuildlet.service

ExecStart=/usr/local/bin/rundockerbuildlet -basename=power_ -image=golang/builder -n=5 -cpu=2 -memory=4.9g --env=XXX

Note that the corresponding file for linux-ppc64 does not have a memory limit and does not fail in this way. Also as I mention above it does not fail on other ppc64le systems, so is totally related to running in these containers. Actually if I look at all other rundockerbuildlet.service files, only the linux-ppc64le file has a limit. I don't know why it was set up this way.

@gopherbot
Copy link

Change https://go.dev/cl/421694 mentions this issue: env/linux-ppc64le/osuosl: greatly increase container ram limits

@golang golang locked and limited conversation to collaborators Aug 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

4 participants