<86>Feb  5 10:07:16 userdel[3660941]: delete user 'rooter'
<86>Feb  5 10:07:16 userdel[3660941]: removed group 'rooter' owned by 'rooter'
<86>Feb  5 10:07:16 userdel[3660941]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb  5 10:07:16 groupadd[3660962]: group added to /etc/group: name=rooter, GID=783
<86>Feb  5 10:07:16 groupadd[3660962]: group added to /etc/gshadow: name=rooter
<86>Feb  5 10:07:16 groupadd[3660962]: new group: name=rooter, GID=783
<86>Feb  5 10:07:16 useradd[3660983]: new user: name=rooter, UID=783, GID=783, home=/root, shell=/bin/bash
<86>Feb  5 10:07:16 userdel[3661011]: delete user 'builder'
<86>Feb  5 10:07:16 userdel[3661011]: removed group 'builder' owned by 'builder'
<86>Feb  5 10:07:16 userdel[3661011]: removed shadow group 'builder' owned by 'builder'
<86>Feb  5 10:07:16 groupadd[3661026]: group added to /etc/group: name=builder, GID=784
<86>Feb  5 10:07:16 groupadd[3661026]: group added to /etc/gshadow: name=builder
<86>Feb  5 10:07:16 groupadd[3661026]: new group: name=builder, GID=784
<86>Feb  5 10:07:16 useradd[3661035]: new user: name=builder, UID=784, GID=784, home=/usr/src, shell=/bin/bash
<13>Feb  5 10:07:18 rpmi: perl-Unicode-Normalize-1:5.28.3-alt1 p9+261964.100.3.1 1606316185 installed
<13>Feb  5 10:07:18 rpmi: perl-Pod-Escapes-1.07-alt1 1418767892 installed
<13>Feb  5 10:07:18 rpmi: perl-Filter-1.59-alt1.1 sisyphus+219907.400.1.1 1548343225 installed
<13>Feb  5 10:07:19 rpmi: perl-Encode-3.01-alt1 sisyphus+224923.100.1.1 1552474113 installed
<13>Feb  5 10:07:19 rpmi: perl-Pod-Simple-3.35-alt1 1482098090 installed
<13>Feb  5 10:07:19 rpmi: libgdbm-1.8.3-alt10 1454943313 installed
<13>Feb  5 10:07:19 rpmi: libgdbm-devel-1.8.3-alt10 1454943313 installed
<13>Feb  5 10:07:19 rpmi: libdb4.7-devel-4.7.25-alt9 1490438456 installed
<13>Feb  5 10:07:19 rpmi: perl-devel-1:5.28.3-alt1 p9+261964.100.3.1 1606316185 installed
<13>Feb  5 10:07:19 rpmi: perl-Test-Pod-1.52-alt1 1524163463 installed
<13>Feb  5 10:07:19 rpmi: perl-Text-CSV_XS-1.39-alt1 sisyphus+225184.100.1.2 1552965519 installed
<13>Feb  5 10:07:19 rpmi: perl-unicore-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-Text-CSV-2.00-alt1.nosrc.rpm (w1.gzdio)
Installing perl-Text-CSV-2.00-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.22181
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf Text-CSV-2.00
+ echo 'Source #0 (Text-CSV-2.00.tar.gz):'
Source #0 (Text-CSV-2.00.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/Text-CSV-2.00.tar.gz
+ /bin/tar -xf -
+ cd Text-CSV-2.00
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.22181
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Text-CSV-2.00
+ 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
Welcome to Text::CSV (v.2.00)
=============================
You have Text::CSV_XS (v.1.39), so Text::CSV can work very fast!!

perl(IO::Handle)>=0  perl(Test::Harness)>=0  perl(Test::More)>=0.71  perl(perl)>=5.006001 
+ : writing Makefile
+ /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
Welcome to Text::CSV (v.2.00)
=============================
You have Text::CSV_XS (v.1.39), so Text::CSV can work very fast!!

Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Text::CSV
+ : running make
+ make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2' 'CP=/bin/cp -p'
make: Entering directory '/usr/src/RPM/BUILD/Text-CSV-2.00'
cp lib/Text/CSV.pm blib/lib/Text/CSV.pm
cp lib/Text/CSV_PP.pm blib/lib/Text/CSV_PP.pm
make: Leaving directory '/usr/src/RPM/BUILD/Text-CSV-2.00'
+ : 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-CSV-2.00'
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
# PERL_TEXT_CSV: undef
t/00_pod.t ............... ok
t/01_is_pp.t ............. ok
t/10_base.t .............. ok
t/12_acc.t ............... ok
t/15_flags.t ............. ok
t/20_file.t .............. ok
t/21_lexicalio.t ......... ok
t/22_scalario.t .......... ok
t/30_types.t ............. ok
t/40_misc.t .............. ok
t/41_null.t .............. ok
t/45_eol.t ............... ok
t/46_eol_si.t ............ ok
t/50_utf8.t .............. ok
t/51_utf8.t .............. ok
t/55_combi.t ............. ok
t/60_samples.t ........... ok
t/65_allow.t ............. ok
t/66_formula.t ........... ok
t/70_rt.t ................ ok
t/71_pp.t ................ ok
t/75_hashref.t ........... ok
t/76_magic.t ............. ok
t/77_getall.t ............ ok
t/78_fragment.t .......... ok
t/79_callbacks.t ......... ok
t/80_diag.t .............. ok
t/81_subclass.t .......... ok
t/85_util.t .............. ok
t/90_csv.t ............... ok
t/91_csv_cb.t ............ ok
t/fields_containing_0.t .. ok
t/rt99774.t .............. ok
All tests successful.
Files=33, Tests=52231, 24 wallclock secs ( 3.37 usr  0.34 sys + 20.40 cusr  0.98 csys = 25.09 CPU)
Result: PASS
make: Leaving directory '/usr/src/RPM/BUILD/Text-CSV-2.00'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.56869
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Text-CSV-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/perl-Text-CSV-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd Text-CSV-2.00
+ 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-Text-CSV-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install
make: Entering directory '/usr/src/RPM/BUILD/Text-CSV-2.00'
Installing /usr/src/tmp/perl-Text-CSV-buildroot/usr/share/perl5/Text/CSV_PP.pm
Installing /usr/src/tmp/perl-Text-CSV-buildroot/usr/share/perl5/Text/CSV.pm
make: Leaving directory '/usr/src/RPM/BUILD/Text-CSV-2.00'
+ _perl_vendor_check_buildroot
+ : prompting for files that contain /usr/local
+ find /usr/src/tmp/perl-Text-CSV-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';'
+ : prompting for files that contain /tmp
+ find /usr/src/tmp/perl-Text-CSV-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';'
+ _perl_vendor_save_prereq
+ /bin/grep -F 'perl(' .perl.req
perl(IO::Handle)>=0  perl(Test::Harness)>=0  perl(Test::More)>=0.71  perl(perl)>=5.006001 
+ /bin/grep -F 'perl(' .perl.req
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/perl-Text-CSV-buildroot (auto)
removed './usr/lib64/perl5/auto/Text/CSV/.packlist'
Verifying and fixing files in /usr/src/tmp/perl-Text-CSV-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/perl-Text-CSV-buildroot/ (default)
Compressing files in /usr/src/tmp/perl-Text-CSV-buildroot (auto)
Adjusting library links in /usr/src/tmp/perl-Text-CSV-buildroot
./usr/lib64:
Verifying ELF objects in /usr/src/tmp/perl-Text-CSV-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-CSV-2.00-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.56869
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Text-CSV-2.00
+ DOCDIR=/usr/src/tmp/perl-Text-CSV-buildroot/usr/share/doc/perl-Text-CSV-2.00
+ export DOCDIR
+ rm -rf /usr/src/tmp/perl-Text-CSV-buildroot/usr/share/doc/perl-Text-CSV-2.00
+ /bin/mkdir -p /usr/src/tmp/perl-Text-CSV-buildroot/usr/share/doc/perl-Text-CSV-2.00
+ cp -prL Changes README.md /usr/src/tmp/perl-Text-CSV-buildroot/usr/share/doc/perl-Text-CSV-2.00
+ chmod -R go-w /usr/src/tmp/perl-Text-CSV-buildroot/usr/share/doc/perl-Text-CSV-2.00
+ chmod -R a+rX /usr/src/tmp/perl-Text-CSV-buildroot/usr/share/doc/perl-Text-CSV-2.00
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gfvzmR
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.aV9q4x
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-CSV-buildroot/usr/share/perl5/Text/CSV.pm syntax OK
# perl(Encode.pm) at line 119 (depth 10) not loaded at BEGIN SKIP
/usr/src/tmp/perl-Text-CSV-buildroot/usr/share/perl5/Text/CSV_PP.pm syntax OK
Provides: perl(Text/CSV.pm) = 2.0, perl(Text/CSV_PP.pm) = 2.0
Requires: /usr/share/perl5, perl(Encode.pm), perl(IO/Handle.pm), perl(bytes.pm), perl(overload.pm)
Wrote: /usr/src/RPM/RPMS/noarch/perl-Text-CSV-2.00-alt1.noarch.rpm (w2.lzdio)
25.76user 1.78system 0:28.02elapsed 98%CPU (0avgtext+0avgdata 33376maxresident)k
0inputs+0outputs (0major+312650minor)pagefaults 0swaps
3.60user 1.90system 0:37.13elapsed 14%CPU (0avgtext+0avgdata 119924maxresident)k
0inputs+0outputs (34290major+157316minor)pagefaults 0swaps