<86>Aug 15 07:39:33 userdel[3584000]: delete user 'rooter'
<86>Aug 15 07:39:33 groupadd[3584037]: group added to /etc/group: name=rooter, GID=657
<86>Aug 15 07:39:33 groupadd[3584037]: group added to /etc/gshadow: name=rooter
<86>Aug 15 07:39:33 groupadd[3584037]: new group: name=rooter, GID=657
<86>Aug 15 07:39:33 useradd[3584057]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash
<86>Aug 15 07:39:33 userdel[3584103]: delete user 'builder'
<86>Aug 15 07:39:33 userdel[3584103]: removed group 'builder' owned by 'builder'
<86>Aug 15 07:39:33 userdel[3584103]: removed shadow group 'builder' owned by 'builder'
<86>Aug 15 07:39:33 groupadd[3584151]: group added to /etc/group: name=builder, GID=658
<86>Aug 15 07:39:33 groupadd[3584151]: group added to /etc/gshadow: name=builder
<86>Aug 15 07:39:33 groupadd[3584151]: new group: name=builder, GID=658
<86>Aug 15 07:39:33 useradd[3584177]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
<13>Aug 15 07:39:35 rpmi: libgdbm-1.8.3-alt10 1454943313 installed
<13>Aug 15 07:39:35 rpmi: libgdbm-devel-1.8.3-alt10 1454943313 installed
<13>Aug 15 07:39:35 rpmi: libdb4.7-devel-4.7.25-alt9 1490438456 installed
<13>Aug 15 07:39:35 rpmi: perl-devel-1:5.28.3-alt1 p9+261964.100.3.1 1606316185 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/perl-PatchReader-0.9.6-alt1.nosrc.rpm (w1.gzdio)
Installing perl-PatchReader-0.9.6-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.92336
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf PatchReader-0.9.6
+ echo 'Source #0 (PatchReader-0.9.6.tar.gz):'
Source #0 (PatchReader-0.9.6.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/PatchReader-0.9.6.tar.gz
+ /bin/tar -xf -
+ cd PatchReader-0.9.6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.92336
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd PatchReader-0.9.6
+ 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
perl(Cwd)>=2  perl(File::Temp)>=0.05 
+ : 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 PatchReader
+ : running make
+ make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2' 'CP=/bin/cp -p'
make: Entering directory '/usr/src/RPM/BUILD/PatchReader-0.9.6'
cp lib/PatchReader/PatchInfoGrabber.pm blib/lib/PatchReader/PatchInfoGrabber.pm
cp lib/PatchReader/FixPatchRoot.pm blib/lib/PatchReader/FixPatchRoot.pm
cp lib/PatchReader/AddCVSContext.pm blib/lib/PatchReader/AddCVSContext.pm
cp lib/PatchReader/DiffPrinter/template.pm blib/lib/PatchReader/DiffPrinter/template.pm
cp lib/PatchReader/Raw.pm blib/lib/PatchReader/Raw.pm
cp lib/PatchReader/NarrowPatch.pm blib/lib/PatchReader/NarrowPatch.pm
cp lib/PatchReader/CVSClient.pm blib/lib/PatchReader/CVSClient.pm
cp lib/PatchReader/FilterPatch.pm blib/lib/PatchReader/FilterPatch.pm
cp lib/PatchReader.pm blib/lib/PatchReader.pm
cp lib/PatchReader/Base.pm blib/lib/PatchReader/Base.pm
cp lib/PatchReader/DiffPrinter/raw.pm blib/lib/PatchReader/DiffPrinter/raw.pm
make: Leaving directory '/usr/src/RPM/BUILD/PatchReader-0.9.6'
+ : 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/PatchReader-0.9.6'
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/001use.t ........ ok
t/002cvsdiff.t .... ok
t/003fixroot.t .... ok
t/004attic.t ...... ok
t/005doseol.t ..... ok
t/006plusminus.t .. ok
t/007spaces.t ..... ok
t/008multifile.t .. ok
All tests successful.
Files=8, Tests=114,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.50 cusr  0.05 csys =  0.59 CPU)
Result: PASS
make: Leaving directory '/usr/src/RPM/BUILD/PatchReader-0.9.6'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.27905
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-PatchReader-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/perl-PatchReader-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd PatchReader-0.9.6
+ 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=/usr/libexec/rpm-build/install -p' 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-PatchReader-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install
make: Entering directory '/usr/src/RPM/BUILD/PatchReader-0.9.6'
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader.pm
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/Base.pm
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/FilterPatch.pm
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/CVSClient.pm
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/NarrowPatch.pm
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/Raw.pm
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/AddCVSContext.pm
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/FixPatchRoot.pm
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/PatchInfoGrabber.pm
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/DiffPrinter/raw.pm
Installing /usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/DiffPrinter/template.pm
make: Leaving directory '/usr/src/RPM/BUILD/PatchReader-0.9.6'
+ _perl_vendor_check_buildroot
+ : prompting for files that contain /usr/local
+ find /usr/src/tmp/perl-PatchReader-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';'
+ : prompting for files that contain /tmp
+ find /usr/src/tmp/perl-PatchReader-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';'
+ _perl_vendor_save_prereq
+ /bin/grep -F 'perl(' .perl.req
perl(Cwd)>=2  perl(File::Temp)>=0.05 
+ /bin/grep -F 'perl(' .perl.req
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/perl-PatchReader-buildroot (auto)
removed './usr/lib64/perl5/auto/PatchReader/.packlist'
Verifying and fixing files in /usr/src/tmp/perl-PatchReader-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/perl-PatchReader-buildroot/ (default)
Compressing files in /usr/src/tmp/perl-PatchReader-buildroot (auto)
Adjusting library links in /usr/src/tmp/perl-PatchReader-buildroot
./usr/lib64:
Verifying ELF objects in /usr/src/tmp/perl-PatchReader-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-PatchReader-0.9.6-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.44363
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd PatchReader-0.9.6
+ DOCDIR=/usr/src/tmp/perl-PatchReader-buildroot/usr/share/doc/perl-PatchReader-0.9.6
+ export DOCDIR
+ rm -rf /usr/src/tmp/perl-PatchReader-buildroot/usr/share/doc/perl-PatchReader-0.9.6
+ /bin/mkdir -p /usr/src/tmp/perl-PatchReader-buildroot/usr/share/doc/perl-PatchReader-0.9.6
+ cp -prL README Changes /usr/src/tmp/perl-PatchReader-buildroot/usr/share/doc/perl-PatchReader-0.9.6
+ chmod -R go-w /usr/src/tmp/perl-PatchReader-buildroot/usr/share/doc/perl-PatchReader-0.9.6
+ chmod -R a+rX /usr/src/tmp/perl-PatchReader-buildroot/usr/share/doc/perl-PatchReader-0.9.6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zhcDx6
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JL2FXT
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader.pm syntax OK
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/AddCVSContext.pm syntax OK
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/Base.pm syntax OK
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/CVSClient.pm syntax OK
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/DiffPrinter/raw.pm syntax OK
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/DiffPrinter/template.pm syntax OK
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/FilterPatch.pm syntax OK
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/FixPatchRoot.pm syntax OK
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/NarrowPatch.pm syntax OK
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/PatchInfoGrabber.pm syntax OK
/usr/src/tmp/perl-PatchReader-buildroot/usr/share/perl5/PatchReader/Raw.pm syntax OK
Provides: perl(PatchReader.pm) = 0.009.006, perl(PatchReader/AddCVSContext.pm), perl(PatchReader/Base.pm), perl(PatchReader/CVSClient.pm), perl(PatchReader/DiffPrinter/raw.pm), perl(PatchReader/DiffPrinter/template.pm), perl(PatchReader/FilterPatch.pm), perl(PatchReader/FixPatchRoot.pm), perl(PatchReader/NarrowPatch.pm), perl(PatchReader/PatchInfoGrabber.pm), perl(PatchReader/Raw.pm)
Requires: /usr/share/perl5, perl(Cwd.pm) >= 2.0, perl(File/Glob.pm), perl(File/Temp.pm) >= 0.050
Wrote: /usr/src/RPM/RPMS/noarch/perl-PatchReader-0.9.6-alt1.noarch.rpm (w2.lzdio)
2.68user 0.39system 0:06.35elapsed 48%CPU (0avgtext+0avgdata 16092maxresident)k
0inputs+0outputs (0major+174053minor)pagefaults 0swaps
6.32user 2.61system 0:12.68elapsed 70%CPU (0avgtext+0avgdata 118140maxresident)k
0inputs+0outputs (0major+451602minor)pagefaults 0swaps
--- perl-PatchReader-0.9.6-alt1.noarch.rpm.repo	2011-09-20 00:54:58.000000000 +0000
+++ perl-PatchReader-0.9.6-alt1.noarch.rpm.hasher	2021-08-15 07:39:44.866475543 +0000
@@ -21,3 +21,3 @@
 Requires: rpmlib(PayloadIsLzma)  
-Provides: perl(PatchReader.pm) = 0.900
+Provides: perl(PatchReader.pm) = 0.009.006
 Provides: perl(PatchReader/AddCVSContext.pm)  
@@ -49,2 +49,2 @@
 File: /usr/share/perl5/PatchReader/Raw.pm	100755	root:root	c2d72f9c18e4542c7f556911412277e1	
-RPMIdentity: 2d25abab645488b958186fa8e6d04ffd3cbf15b5cb65697a98f7270a5b7ec02fff26b49a582d22c007e20f35e22420e7aa5729521eb71afa9b2ab5b5c0256f2b
+RPMIdentity: 0caa2653072cc7d34caa10a7ea1106a9307d0ff62dc7f96733b4fc7618249114f0adb71640aa93142eeb885c4a85dfb8e4eac5308464d2163c3d8879a1eecd7b