Bug 1383766

Summary: ppc64le builds failing because builder has insufficient memory
Product: [Community] Copr Reporter: John Ellson <john.ellson>
Component: backendAssignee: clime
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: clime, orion
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-01-11 13:03:07 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:

Description John Ellson 2016-10-11 17:19:46 UTC
Description of problem:
https://copr-be.cloud.fedoraproject.org/results/johnellson/graphviz/fedora-25-ppc64le/00463916-graphviz/root.log.gz

DEBUG util.py:421:  Running transaction
DEBUG util.py:421:  error: Couldn't fork %post(parted-3.2-21.fc25.ppc64le): Cannot allocate memory
DEBUG util.py:421:  error: Couldn't fork %post(device-mapper-multipath-libs-0.4.9-83.fc25.ppc64le): Cannot allocate memory
DEBUG util.py:421:  error: Couldn't fork %post(freeglut-3.0.0-3.fc24.ppc64le): Cannot allocate memory
DEBUG util.py:557:  Child return code was: -9
DEBUG util.py:578:  child environment: None
DEBUG util.py:502:  Executing command: /usr/bin/gzip -9 --force /var/tmp/mockremote-Y2Ncr/build/results/fedora-25-ppc64le/graphviz-2.39.20161008.1827-1.fc25/root.log with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'SHELL': '/bin/sh', 'HOSTNAME': 'mock'} and shell True

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1. attempt to build graphviz on any ppc64le arch
2.
3.

Actual results:


Expected results:


Additional info:
Graphviz builds a entenion to R, which needs R-devel, which pulls in all of texinfo

Comment 2 clime 2016-11-25 08:14:49 UTC
Graphviz build should now succeed and vtk7.0 build also: http://copr-fe-dev.cloud.fedoraproject.org/coprs/clime/vtk7-ppc64le-build-test/build/272149/.

The problem was likely caused by memory being eaten by tmpfs mock plugin which is now disabled for ppc64le.

Please, try on production.

Comment 3 Orion Poplawski 2016-12-02 03:25:19 UTC
It does appear to be better now.  Thanks.