<86>Jan 17 07:03:21 userdel[2070725]: delete user 'rooter'
<86>Jan 17 07:03:21 groupadd[2070778]: group added to /etc/group: name=rooter, GID=669
<86>Jan 17 07:03:21 groupadd[2070778]: group added to /etc/gshadow: name=rooter
<86>Jan 17 07:03:22 groupadd[2070778]: new group: name=rooter, GID=669
<86>Jan 17 07:03:22 useradd[2070845]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash
<86>Jan 17 07:03:22 userdel[2071077]: delete user 'builder'
<86>Jan 17 07:03:22 userdel[2071077]: removed group 'builder' owned by 'builder'
<86>Jan 17 07:03:22 userdel[2071077]: removed shadow group 'builder' owned by 'builder'
<86>Jan 17 07:03:22 groupadd[2071102]: group added to /etc/group: name=builder, GID=670
<86>Jan 17 07:03:22 groupadd[2071102]: group added to /etc/gshadow: name=builder
<86>Jan 17 07:03:22 groupadd[2071102]: new group: name=builder, GID=670
<86>Jan 17 07:03:22 useradd[2071124]: new user: name=builder, UID=670, GID=670, 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>Jan 17 07:03:26 rpmi: libgdbm-1.8.3-alt10 1454943334 installed
<13>Jan 17 07:03:26 rpmi: libgdbm-devel-1.8.3-alt10 1454943334 installed
<13>Jan 17 07:03:26 rpmi: libdb4.7-devel-4.7.25-alt9 1490438479 installed
<13>Jan 17 07:03:27 rpmi: perl-devel-1:5.28.3-alt1 p9+261964.100.3.1 1606316313 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/perl-Text-CharWidth-0.04-alt4.2.nosrc.rpm
Installing perl-Text-CharWidth-0.04-alt4.2.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.69042
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf Text-CharWidth-0.04
+ echo 'Source #0 (Text-CharWidth-0.04.tar.gz):'
Source #0 (Text-CharWidth-0.04.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/Text-CharWidth-0.04.tar.gz
+ /bin/tar -xf -
+ cd Text-CharWidth-0.04
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.69042
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Text-CharWidth-0.04
+ 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
+ tee .perl.req
+ /usr/bin/perl Makefile.PL PRINT_PREREQ=1

+ : 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 Text::CharWidth
+ : 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/Text-CharWidth-0.04'
cp CharWidth.pm blib/lib/Text/CharWidth.pm
make: Leaving directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
make: Entering directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
Running Mkbootstrap for CharWidth ()
chmod 644 "CharWidth.bs"
make: Leaving directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
make: Entering directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CharWidth.bs blib/arch/auto/Text/CharWidth/CharWidth.bs 644
make: Leaving directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
make: Entering directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
"/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap'  CharWidth.xs > CharWidth.xsc
Please specify prototyping behavior for CharWidth.xs (see perlxs manual)
mv CharWidth.xsc CharWidth.c
make: Leaving directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
make: Entering directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
gcc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/usr/lib/perl5/CORE"   CharWidth.c
In file included from CharWidth.xs:5:
ppport.h:227: warning: "PERL_UNUSED_DECL" redefined
 #  define PERL_UNUSED_DECL
 
In file included from CharWidth.xs:2:
/usr/lib/perl5/CORE/perl.h:328: note: this is the location of the previous definition
 #    define PERL_UNUSED_DECL __attribute__unused__
 
make: Leaving directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
make: Entering directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
rm -f blib/arch/auto/Text/CharWidth/CharWidth.so
gcc  -lpthread -shared -L/usr/local/lib -fstack-protector-strong  CharWidth.o  -o blib/arch/auto/Text/CharWidth/CharWidth.so  \
      \
   -L/usr/lib/perl5/CORE -lperl -lpthread
chmod 755 blib/arch/auto/Text/CharWidth/CharWidth.so
make: Leaving directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
+ : 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/Text-CharWidth-0.04'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CharWidth.bs blib/arch/auto/Text/CharWidth/CharWidth.bs 644
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/use.t .. ok
All tests successful.
Files=1, Tests=5,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.06 cusr  0.00 csys =  0.08 CPU)
Result: PASS
make: Leaving directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.70290
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Text-CharWidth-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/perl-Text-CharWidth-buildroot
+ cd Text-CharWidth-0.04
+ 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-Text-CharWidth-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install
make: Entering directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CharWidth.bs blib/arch/auto/Text/CharWidth/CharWidth.bs 644
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/src/tmp/perl-Text-CharWidth-buildroot/usr/lib/perl5/auto/Text/CharWidth/CharWidth.so
Installing /usr/src/tmp/perl-Text-CharWidth-buildroot/usr/lib/perl5/Text/CharWidth.pm
make: Leaving directory '/usr/src/RPM/BUILD/Text-CharWidth-0.04'
+ _perl_vendor_check_buildroot
+ : prompting for files that contain /usr/local
+ find /usr/src/tmp/perl-Text-CharWidth-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';'
Binary file /usr/src/tmp/perl-Text-CharWidth-buildroot/usr/lib/perl5/auto/Text/CharWidth/CharWidth.so matches
+ : prompting for files that contain /tmp
+ find /usr/src/tmp/perl-Text-CharWidth-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';'
+ _perl_vendor_save_prereq
+ /bin/grep -F 'perl(' .perl.req
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/perl-Text-CharWidth-buildroot (auto)
removed './usr/lib/perl5/auto/Text/CharWidth/.packlist'
mode of './usr/lib/perl5/auto/Text/CharWidth/CharWidth.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/perl-Text-CharWidth-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/perl-Text-CharWidth-buildroot/ (default)
Compressing files in /usr/src/tmp/perl-Text-CharWidth-buildroot (auto)
Adjusting library links in /usr/src/tmp/perl-Text-CharWidth-buildroot
./usr/lib:
Verifying ELF objects in /usr/src/tmp/perl-Text-CharWidth-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-Text-CharWidth-0.04-alt4.2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.92314
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Text-CharWidth-0.04
+ DOCDIR=/usr/src/tmp/perl-Text-CharWidth-buildroot/usr/share/doc/perl-Text-CharWidth-0.04
+ export DOCDIR
+ rm -rf /usr/src/tmp/perl-Text-CharWidth-buildroot/usr/share/doc/perl-Text-CharWidth-0.04
+ /bin/mkdir -p /usr/src/tmp/perl-Text-CharWidth-buildroot/usr/share/doc/perl-Text-CharWidth-0.04
+ cp -prL Changes README /usr/src/tmp/perl-Text-CharWidth-buildroot/usr/share/doc/perl-Text-CharWidth-0.04
+ chmod -R go-w /usr/src/tmp/perl-Text-CharWidth-buildroot/usr/share/doc/perl-Text-CharWidth-0.04
+ chmod -R a+rX /usr/src/tmp/perl-Text-CharWidth-buildroot/usr/share/doc/perl-Text-CharWidth-0.04
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6Vmjlw
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.lz4GVc
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/perl-Text-CharWidth-buildroot/usr/lib/perl5/Text/CharWidth.pm syntax OK
Provides: perl(Text/CharWidth.pm) = 0.040
Requires: /usr/lib/perl5, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libperl-5.28.so >= set:okjB3gbYTTF1EMQTcNGRd8Z3VfET0, libpthread.so.0(GLIBC_2.0), perl(XSLoader.pm), rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fGPGnr
Creating perl-Text-CharWidth-debuginfo package
Processing files: perl-Text-CharWidth-debuginfo-0.04-alt4.2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gwAhCi
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HEgCoE
find-requires: running scripts (debuginfo)
Requires: perl-Text-CharWidth = 0.04-alt4.2, debug(libc.so.6), debug(libperl-5.28.so), debug(libpthread.so.0)
Adding to perl-Text-CharWidth-debuginfo a strict dependency on perl-Text-CharWidth
Wrote: /usr/src/RPM/RPMS/i586/perl-Text-CharWidth-0.04-alt4.2.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/perl-Text-CharWidth-debuginfo-0.04-alt4.2.i586.rpm
3.83user 0.48system 0:14.54elapsed 29%CPU (0avgtext+0avgdata 50688maxresident)k
0inputs+0outputs (0major+218670minor)pagefaults 0swaps
8.04user 2.49system 0:28.20elapsed 37%CPU (0avgtext+0avgdata 114064maxresident)k
0inputs+0outputs (0major+517821minor)pagefaults 0swaps