Bug 1412658
| Summary: | Exception raised during srpm import during build using Mock SCM | ||
|---|---|---|---|
| Product: | [Community] Copr | Reporter: | Timothy Asir <tjeyasin> |
| Component: | frontend | Assignee: | clime |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | clime, david.ward, praiskup |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-09-15 08:58:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Timothy Asir
2017-01-12 14:09:30 UTC
The reason why this is happening is OOM killer. Quite some memory is consumed during the buildroot install operation and when multiple mock-scm imports run at once, system resources does not seem to comply. This is not a resolution of this bug, just a very, very rough description of what is happening. Thank you for the report. I'm having the same issue, except with "copr-cli buildfedpkg". The traceback is identical. I am attempting to simply re-build the golang package in Fedora 26 dist-git for Fedora 25, by using this command: copr-cli buildfedpkg --clone-url https://src.fedoraproject.org/git/rpms/golang.git --branch f26 dpward/docker (The copr project dpward/docker only contains a chroot for Fedora 25.) (In reply to David Ward from comment #2) > I'm having the same issue, except with "copr-cli buildfedpkg". The traceback > is identical. > > I am attempting to simply re-build the golang package in Fedora 26 dist-git > for Fedora 25, by using this command: > > copr-cli buildfedpkg --clone-url > https://src.fedoraproject.org/git/rpms/golang.git --branch f26 dpward/docker > > (The copr project dpward/docker only contains a chroot for Fedora 25.) Are the issues still present? This should no longer be a problem as we switched to srpm building in separate COPR builders. Each srpm build is no longer affected by any other. |