<86>May 10 08:59:41 userdel[4110533]: delete user 'rooter'
<86>May 10 08:59:41 groupadd[4110544]: group added to /etc/group: name=rooter, GID=699
<86>May 10 08:59:41 groupadd[4110544]: group added to /etc/gshadow: name=rooter
<86>May 10 08:59:41 groupadd[4110544]: new group: name=rooter, GID=699
<86>May 10 08:59:41 useradd[4110556]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash
<86>May 10 08:59:41 userdel[4110578]: delete user 'builder'
<86>May 10 08:59:41 userdel[4110578]: removed group 'builder' owned by 'builder'
<86>May 10 08:59:41 userdel[4110578]: removed shadow group 'builder' owned by 'builder'
<86>May 10 08:59:41 groupadd[4110605]: group added to /etc/group: name=builder, GID=700
<86>May 10 08:59:41 groupadd[4110605]: group added to /etc/gshadow: name=builder
<86>May 10 08:59:41 groupadd[4110605]: new group: name=builder, GID=700
<86>May 10 08:59:41 useradd[4110617]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash
<13>May 10 08:59:46 rpmi: libgdbm-1.8.3-alt10 1454943334 installed
<13>May 10 08:59:46 rpmi: libgdbm-devel-1.8.3-alt10 1454943334 installed
<13>May 10 08:59:46 rpmi: libdb4.7-devel-4.7.25-alt9 1490438479 installed
<13>May 10 08:59:46 rpmi: perl-devel-1:5.28.2-alt2 p9+244939.100.2.1 1580477848 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/perl-Algorithm-Diff-1.1903-alt1.nosrc.rpm
Installing perl-Algorithm-Diff-1.1903-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.5555
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf Algorithm-Diff-1.1903
+ echo 'Source #0 (Algorithm-Diff-1.1903.tar.gz):'
Source #0 (Algorithm-Diff-1.1903.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/Algorithm-Diff-1.1903.tar.gz
+ /bin/tar -xf -
+ cd Algorithm-Diff-1.1903
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.79283
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Algorithm-Diff-1.1903
+ perl_vendor_build
+ export PERL_EXTUTILS_AUTOINSTALL=--skip
+ PERL_EXTUTILS_AUTOINSTALL=--skip
+ export XSUBPP_STATIC_XS=1
+ XSUBPP_STATIC_XS=1
+ _perl_vendor_fixin
+ find . -type f -print0
+ xargs -r0 /usr/bin/subst -p '1s,^#![[:space:]]*\([^[:space:]]*/\)\?perl\([^/[:alpha:][:space:]][^/[:space:]]*\)\?\([[:space:]]\|$\),#!/usr/bin/perl\3,'
+ /bin/grep -qs -Ew '((dist|module)_name|Build_PL|Module::Build)' Build.PL
+ _perl_vendor_MM_build
+ : looking for PREREQ dependencies
+ /usr/bin/perl Makefile.PL PRINT_PREREQ=1
+ tee .perl.req

+ : writing Makefile
+ /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Algorithm::Diff
+ : running make
+ make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' 'CP=/bin/cp -p'
make: Entering directory '/usr/src/RPM/BUILD/Algorithm-Diff-1.1903'
cp cdiff.pl blib/lib/Algorithm/cdiff.pl
cp diff.pl blib/lib/Algorithm/diff.pl
cp diffnew.pl blib/lib/Algorithm/diffnew.pl
cp lib/Algorithm/DiffOld.pm blib/lib/Algorithm/DiffOld.pm
cp htmldiff.pl blib/lib/Algorithm/htmldiff.pl
cp lib/Algorithm/Diff.pm blib/lib/Algorithm/Diff.pm
make: Leaving directory '/usr/src/RPM/BUILD/Algorithm-Diff-1.1903'
+ : running tests
+ LD_BIND_NOW=1
+ PERL_DL_NONLAZY=1
+ /usr/bin/make test 'CP=/bin/cp -p'
make: Entering directory '/usr/src/RPM/BUILD/Algorithm-Diff-1.1903'
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/base.t .. ok
t/oo.t .... ok
All tests successful.
Files=2, Tests=1004,  0 wallclock secs ( 0.12 usr  0.01 sys +  0.20 cusr  0.01 csys =  0.34 CPU)
Result: PASS
make: Leaving directory '/usr/src/RPM/BUILD/Algorithm-Diff-1.1903'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.28916
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Algorithm-Diff-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/perl-Algorithm-Diff-buildroot
+ cd Algorithm-Diff-1.1903
+ perl_vendor_install
+ /bin/grep -qs -Ew Build_PL Build.PL
+ /bin/grep -qs -Ew '(dist|module)_name' Build.PL
+ _perl_vendor_MM_install
+ : installing
+ make 'INSTALL=/bin/install -p' 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-Algorithm-Diff-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install
make: Entering directory '/usr/src/RPM/BUILD/Algorithm-Diff-1.1903'
Installing /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/Diff.pm
Installing /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/htmldiff.pl
Installing /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/DiffOld.pm
Installing /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/diffnew.pl
Installing /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/diff.pl
Installing /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/cdiff.pl
make: Leaving directory '/usr/src/RPM/BUILD/Algorithm-Diff-1.1903'
+ _perl_vendor_check_buildroot
+ : prompting for files that contain /usr/local
+ find /usr/src/tmp/perl-Algorithm-Diff-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';'
+ : prompting for files that contain /tmp
+ find /usr/src/tmp/perl-Algorithm-Diff-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';'
+ _perl_vendor_save_prereq
+ /bin/grep -F 'perl(' .perl.req
+ rm /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/cdiff.pl /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/diff.pl /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/diffnew.pl /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/htmldiff.pl
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/perl-Algorithm-Diff-buildroot (auto)
removed './usr/lib/perl5/auto/Algorithm/Diff/.packlist'
Verifying and fixing files in /usr/src/tmp/perl-Algorithm-Diff-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/perl-Algorithm-Diff-buildroot/ (default)
Compressing files in /usr/src/tmp/perl-Algorithm-Diff-buildroot (auto)
Adjusting library links in /usr/src/tmp/perl-Algorithm-Diff-buildroot
./usr/lib:
Verifying ELF objects in /usr/src/tmp/perl-Algorithm-Diff-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: perl-Algorithm-Diff-1.1903-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.11165
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Algorithm-Diff-1.1903
+ DOCDIR=/usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/doc/perl-Algorithm-Diff-1.1903
+ export DOCDIR
+ rm -rf /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/doc/perl-Algorithm-Diff-1.1903
+ /bin/mkdir -p /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/doc/perl-Algorithm-Diff-1.1903
+ cp -prL Changes README cdiff.pl diff.pl diffnew.pl htmldiff.pl /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/doc/perl-Algorithm-Diff-1.1903
+ chmod -R go-w /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/doc/perl-Algorithm-Diff-1.1903
+ chmod -R a+rX /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/doc/perl-Algorithm-Diff-1.1903
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.376yag
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
# saw $VERSION in package main at /usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/DiffOld.pm line 15 (SKIP)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jFIKK7
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/Diff.pm syntax OK
/usr/src/tmp/perl-Algorithm-Diff-buildroot/usr/share/perl5/Algorithm/DiffOld.pm syntax OK
Provides: perl(Algorithm/Diff.pm) = 1.190.300, perl(Algorithm/DiffOld.pm)
Requires: /usr/share/perl5, perl(integer.pm)
Wrote: /usr/src/RPM/RPMS/noarch/perl-Algorithm-Diff-1.1903-alt1.noarch.rpm
4.06user 0.56system 0:06.72elapsed 68%CPU (0avgtext+0avgdata 11136maxresident)k
0inputs+0outputs (0major+106756minor)pagefaults 0swaps
13.76user 6.51system 0:25.40elapsed 79%CPU (0avgtext+0avgdata 115436maxresident)k
0inputs+0outputs (0major+387617minor)pagefaults 0swaps