<86>Jan 28 09:36:12 userdel[3941174]: delete user 'rooter'
<86>Jan 28 09:36:12 userdel[3941174]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan 28 09:36:12 groupadd[3941208]: group added to /etc/group: name=rooter, GID=1814
<86>Jan 28 09:36:12 groupadd[3941208]: group added to /etc/gshadow: name=rooter
<86>Jan 28 09:36:12 groupadd[3941208]: new group: name=rooter, GID=1814
<86>Jan 28 09:36:12 useradd[3941234]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash
<86>Jan 28 09:36:12 userdel[3941274]: delete user 'builder'
<86>Jan 28 09:36:12 userdel[3941274]: removed group 'builder' owned by 'builder'
<86>Jan 28 09:36:12 userdel[3941274]: removed shadow group 'builder' owned by 'builder'
<86>Jan 28 09:36:12 groupadd[3941303]: group added to /etc/group: name=builder, GID=1815
<86>Jan 28 09:36:12 groupadd[3941303]: group added to /etc/gshadow: name=builder
<86>Jan 28 09:36:12 groupadd[3941303]: new group: name=builder, GID=1815
<86>Jan 28 09:36:12 useradd[3941325]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash
<13>Jan 28 09:36:15 rpmi: libgdbm-1.8.3-alt10 1454943313 installed
<13>Jan 28 09:36:15 rpmi: libgdbm-devel-1.8.3-alt10 1454943313 installed
<13>Jan 28 09:36:15 rpmi: libdb4.7-devel-4.7.25-alt9 1490438456 installed
<13>Jan 28 09:36:15 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-Math-FFT-1.34-alt1.2.nosrc.rpm (w1.gzdio)
Installing perl-Math-FFT-1.34-alt1.2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87101
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf perl-Math-FFT-1.34
+ echo 'Source #0 (perl-Math-FFT-1.34.tar):'
Source #0 (perl-Math-FFT-1.34.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/perl-Math-FFT-1.34.tar
+ cd perl-Math-FFT-1.34
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87101
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd perl-Math-FFT-1.34
+ 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(DynaLoader)>=0  perl(perl)>=5.008  perl(strict)>=0  perl(vars)>=0  perl(warnings)>=0 
+ : 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 Math::FFT
+ : running make
+ make -j16 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2' 'CP=/bin/cp -p'
make: Entering directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
Running Mkbootstrap for FFT ()
chmod 644 "FFT.bs"
make: Leaving directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
make: Entering directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FFT.bs blib/arch/auto/Math/FFT/FFT.bs 644
make: Leaving directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
make: Entering directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
cp lib/Math/FFT.pm blib/lib/Math/FFT.pm
make: Leaving directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
make: Entering directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
"/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/RPM/BUILD/perl-Math-FFT-1.34/typemap'  FFT.xs > FFT.xsc
mv FFT.xsc FFT.c
make: Leaving directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
make: Entering directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
gcc -c   -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   -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -fPIC "-I/usr/lib64/perl5/CORE"   arrays.c
arrays.c: In function 'pack_element':
arrays.c:487:4: warning: label 'errexit' defined but not used [-Wunused-label]
    errexit:
    ^~~~~~~
arrays.c: In function 'pack2D':
arrays.c:347:29: warning: 'nval' may be used uninitialized in this function [-Wmaybe-uninitialized]
                   uscalar = (unsigned char) nval;
                             ^~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
make: Entering directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
gcc -c   -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   -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -fPIC "-I/usr/lib64/perl5/CORE"   fft4g.c
make: Leaving directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
make: Entering directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
gcc -c   -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   -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -fPIC "-I/usr/lib64/perl5/CORE"   FFT.c
make: Leaving directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
make: Entering directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
rm -f blib/arch/auto/Math/FFT/FFT.so
gcc  -lpthread -shared -L/usr/local/lib -fstack-protector-strong  FFT.o fft4g.o arrays.o  -o blib/arch/auto/Math/FFT/FFT.so  \
      \
   -L/usr/lib64/perl5/CORE -lperl -lpthread
chmod 755 blib/arch/auto/Math/FFT/FFT.so
make: Leaving directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
+ : 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/perl-Math-FFT-1.34'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FFT.bs blib/arch/auto/Math/FFT/FFT.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/00-compile.t .. ok
t/apps.t ........ ok
t/fft.t ......... ok
t/stats.t ....... ok
All tests successful.
Files=4, Tests=47,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.25 cusr  0.03 csys =  0.30 CPU)
Result: PASS
make: Leaving directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.85041
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Math-FFT-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/perl-Math-FFT-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd perl-Math-FFT-1.34
+ 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-Math-FFT-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install
make: Entering directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FFT.bs blib/arch/auto/Math/FFT/FFT.bs 644
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/src/tmp/perl-Math-FFT-buildroot/usr/lib64/perl5/auto/Math/FFT/FFT.so
Installing /usr/src/tmp/perl-Math-FFT-buildroot/usr/lib64/perl5/Math/FFT.pm
make: Leaving directory '/usr/src/RPM/BUILD/perl-Math-FFT-1.34'
+ _perl_vendor_check_buildroot
+ : prompting for files that contain /usr/local
+ find /usr/src/tmp/perl-Math-FFT-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';'
Binary file /usr/src/tmp/perl-Math-FFT-buildroot/usr/lib64/perl5/auto/Math/FFT/FFT.so matches
+ : prompting for files that contain /tmp
+ find /usr/src/tmp/perl-Math-FFT-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';'
+ _perl_vendor_save_prereq
+ /bin/grep -F 'perl(' .perl.req
perl(DynaLoader)>=0  perl(perl)>=5.008  perl(strict)>=0  perl(vars)>=0  perl(warnings)>=0 
+ /bin/grep -F 'perl(' .perl.req
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/perl-Math-FFT-buildroot (auto)
removed './usr/lib64/perl5/auto/Math/FFT/.packlist'
mode of './usr/lib64/perl5/auto/Math/FFT/FFT.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/perl-Math-FFT-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/perl-Math-FFT-buildroot/ (default)
Compressing files in /usr/src/tmp/perl-Math-FFT-buildroot (auto)
Adjusting library links in /usr/src/tmp/perl-Math-FFT-buildroot
./usr/lib64:
Verifying ELF objects in /usr/src/tmp/perl-Math-FFT-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-Math-FFT-1.34-alt1.2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98416
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd perl-Math-FFT-1.34
+ DOCDIR=/usr/src/tmp/perl-Math-FFT-buildroot/usr/share/doc/perl-Math-FFT-1.34
+ export DOCDIR
+ rm -rf /usr/src/tmp/perl-Math-FFT-buildroot/usr/share/doc/perl-Math-FFT-1.34
+ /bin/mkdir -p /usr/src/tmp/perl-Math-FFT-buildroot/usr/share/doc/perl-Math-FFT-1.34
+ cp -prL Changes README /usr/src/tmp/perl-Math-FFT-buildroot/usr/share/doc/perl-Math-FFT-1.34
+ chmod -R go-w /usr/src/tmp/perl-Math-FFT-buildroot/usr/share/doc/perl-Math-FFT-1.34
+ chmod -R a+rX /usr/src/tmp/perl-Math-FFT-buildroot/usr/share/doc/perl-Math-FFT-1.34
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uKPbNz
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.yjCzyD
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
lib.req: WARNING: /usr/src/tmp/perl-Math-FFT-buildroot/usr/lib64/perl5/auto/Math/FFT/FFT.so: underlinked libraries: /lib64/libm.so.6
/usr/src/tmp/perl-Math-FFT-buildroot/usr/lib64/perl5/Math/FFT.pm syntax OK
Provides: perl(Math/FFT.pm) = 1.340
Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libperl-5.28.so()(64bit) >= set:ojjB3yeBHGSx23dH42Gq5WxMfZnDCrtCvUZ0Z2ISDOQcMKBD9Pj0avazjUGjZ4Bx4TopsarhMelfmqgL1, libpthread.so.0(GLIBC_2.2.5)(64bit), perl(DynaLoader.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.orCcOK
Creating perl-Math-FFT-debuginfo package
Processing files: perl-Math-FFT-debuginfo-1.34-alt1.2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.K3GTAV
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ApDUP9
find-requires: running scripts (debuginfo)
Requires: perl-Math-FFT = 1.34-alt1.2, debug64(libc.so.6), debug64(libperl-5.28.so), debug64(libpthread.so.0)
Adding to perl-Math-FFT-debuginfo a strict dependency on perl-Math-FFT
Wrote: /usr/src/RPM/RPMS/x86_64/perl-Math-FFT-1.34-alt1.2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/perl-Math-FFT-debuginfo-1.34-alt1.2.x86_64.rpm (w2.lzdio)
2.85user 0.83system 0:07.46elapsed 49%CPU (0avgtext+0avgdata 81120maxresident)k
0inputs+0outputs (0major+315864minor)pagefaults 0swaps
3.05user 1.16system 0:13.70elapsed 30%CPU (0avgtext+0avgdata 135284maxresident)k
0inputs+0outputs (0major+190104minor)pagefaults 0swaps
--- perl-Math-FFT-1.34-alt1.2.x86_64.rpm.repo	2019-01-25 04:19:21.000000000 +0000
+++ perl-Math-FFT-1.34-alt1.2.x86_64.rpm.hasher	2024-01-28 09:36:24.691372883 +0000
@@ -19,3 +19,3 @@
 File: /usr/lib64/perl5/auto/Math/FFT	40755	root:root		
-File: /usr/lib64/perl5/auto/Math/FFT/FFT.so	100644	root:root	f1af104b6b02c69bee62916a3e4efa72	
+File: /usr/lib64/perl5/auto/Math/FFT/FFT.so	100644	root:root	d00e1e7ecf1eabf8984dbd61bcfc5611	
 File: /usr/share/doc/perl-Math-FFT-1.34	40755	root:root		
@@ -23,2 +23,2 @@
 File: /usr/share/doc/perl-Math-FFT-1.34/README	100644	root:root	77e8ab32576515253d86c7987506c408	
-RPMIdentity: 0f70cf6430096cd9f9699c18c5adf52efb4e08116bfc1101f6affc26e4ba5fce0133cd17cecfb375be55684a73288f82813a4ffe280a25a3c49261b53f3584fe
+RPMIdentity: 69c4abe5652603d4ef2d4d889379494d8d64bfc605b9f88adba15392ee7a8ec8088746794cdbbd92c389ab2224497f65656d23e91b41cb438b7827068ab0e672
--- perl-Math-FFT-debuginfo-1.34-alt1.2.x86_64.rpm.repo	2019-01-25 04:19:21.000000000 +0000
+++ perl-Math-FFT-debuginfo-1.34-alt1.2.x86_64.rpm.hasher	2024-01-28 09:36:24.771373974 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/67	40755	root:root	
-/usr/lib/debug/.build-id/67/e9831705971a6142db74c5464a09ceb8f6fa48	120777	root:root	../../../../lib64/perl5/auto/Math/FFT/FFT.so
-/usr/lib/debug/.build-id/67/e9831705971a6142db74c5464a09ceb8f6fa48.debug	120777	root:root	../../usr/lib64/perl5/auto/Math/FFT/FFT.so.debug
+/usr/lib/debug/.build-id/53	40755	root:root	
+/usr/lib/debug/.build-id/53/6ced20ed0c2c7b827991a436f780911261c161	120777	root:root	../../../../lib64/perl5/auto/Math/FFT/FFT.so
+/usr/lib/debug/.build-id/53/6ced20ed0c2c7b827991a436f780911261c161.debug	120777	root:root	../../usr/lib64/perl5/auto/Math/FFT/FFT.so.debug
 /usr/lib/debug/usr/lib64/perl5	40755	root:root	
@@ -21,5 +21,5 @@
 Provides: perl-Math-FFT-debuginfo = 1.34-alt1.2:sisyphus+219907.60300.1.1
-File: /usr/lib/debug/.build-id/67	40755	root:root		
-File: /usr/lib/debug/.build-id/67/e9831705971a6142db74c5464a09ceb8f6fa48	120777	root:root		../../../../lib64/perl5/auto/Math/FFT/FFT.so
-File: /usr/lib/debug/.build-id/67/e9831705971a6142db74c5464a09ceb8f6fa48.debug	120777	root:root		../../usr/lib64/perl5/auto/Math/FFT/FFT.so.debug
+File: /usr/lib/debug/.build-id/53	40755	root:root		
+File: /usr/lib/debug/.build-id/53/6ced20ed0c2c7b827991a436f780911261c161	120777	root:root		../../../../lib64/perl5/auto/Math/FFT/FFT.so
+File: /usr/lib/debug/.build-id/53/6ced20ed0c2c7b827991a436f780911261c161.debug	120777	root:root		../../usr/lib64/perl5/auto/Math/FFT/FFT.so.debug
 File: /usr/lib/debug/usr/lib64/perl5	40755	root:root		
@@ -28,3 +28,3 @@
 File: /usr/lib/debug/usr/lib64/perl5/auto/Math/FFT	40755	root:root		
-File: /usr/lib/debug/usr/lib64/perl5/auto/Math/FFT/FFT.so.debug	100644	root:root	109dcd692543a5a091b8bb15f6dc0d2d	
+File: /usr/lib/debug/usr/lib64/perl5/auto/Math/FFT/FFT.so.debug	100644	root:root	6fcfc69def0914f8cdd0a9ee71279b0f	
 File: /usr/src/debug/perl-Math-FFT-1.34	40755	root:root		
@@ -36,2 +36,2 @@
 File: /usr/src/debug/perl-Math-FFT-1.34/fft4g.c	100644	root:root	f82376fbcde154fe623b06d4ac976d8f	
-RPMIdentity: 70e0b8a6cd498d83fac01ff6ee90ec7837b1c075e5ad07d287386ef2aeb4b01b444eb79565d23c6667d7fa40e6c31b379680cab599cf7405aa07324581e90b4e
+RPMIdentity: a30ed1ea7bd99a14ae95a8cd9147b249678e60982170953d604ffc9c4dc38b681368e5fd6f75fefaa6221f97e8d77e2dbdf21ca0e01e65602ead570e97169d02