Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1249149

Summary: perl-threads-lite times out build after 24 hrs on make check
Product: [Fedora] Fedora Reporter: Peter Robinson <pbrobinson>
Component: perl-threads-liteAssignee: Petr Pisar <ppisar>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mmaslano, perl-devel, ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-03 08:46:42 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:
Bug Depends On:    
Bug Blocks: 922257    

Description Peter Robinson 2015-07-31 16:10:41 UTC
For some reason the when running the %check section of the build it takes ages and the build eventually times out after 24hrs

http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=3106112

Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rjtAr6
+ umask 022
+ cd /builddir/build/BUILD
+ cd threads-lite-0.034
+ ./Build test
# Testing threads::lite 0.034, Perl 5.022000, /usr/bin/perl
t/00-load.t ....... ok
t/10-basics.t ..... 
Failed 5/6 subtests 
EXCEPTION: Timeout(86400) expired for command:
 # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps  /builddir/build/SPECS/perl-threads-lite.spec 

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 84, in trace
    result = func(*args, **kw)
  File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 487, in do
    raise commandTimeoutExpired("Timeout(%s) expired for command:\n # %s\n%s" % (timeout, command, output))
commandTimeoutExpired: Timeout(86400) expired for command:
 # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps  /builddir/build/SPECS/perl-threads-lite.spec 

LEAVE do --> EXCEPTION RAISED

Comment 1 Petr Pisar 2015-08-03 08:46:42 UTC
This is the same issue as on ppc and ppc64le.

*** This bug has been marked as a duplicate of bug 719874 ***