<86>Aug 24 01:14:46 userdel[3313125]: delete user 'rooter'
<86>Aug 24 01:14:46 userdel[3313125]: removed group 'rooter' owned by 'rooter'
<86>Aug 24 01:14:46 userdel[3313125]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug 24 01:14:46 groupadd[3313143]: group added to /etc/group: name=rooter, GID=663
<86>Aug 24 01:14:46 groupadd[3313143]: group added to /etc/gshadow: name=rooter
<86>Aug 24 01:14:46 groupadd[3313143]: new group: name=rooter, GID=663
<86>Aug 24 01:14:46 useradd[3313161]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash
<86>Aug 24 01:14:46 userdel[3313183]: delete user 'builder'
<86>Aug 24 01:14:46 userdel[3313183]: removed group 'builder' owned by 'builder'
<86>Aug 24 01:14:46 userdel[3313183]: removed shadow group 'builder' owned by 'builder'
<86>Aug 24 01:14:46 groupadd[3313196]: group added to /etc/group: name=builder, GID=664
<86>Aug 24 01:14:46 groupadd[3313196]: group added to /etc/gshadow: name=builder
<86>Aug 24 01:14:46 groupadd[3313196]: new group: name=builder, GID=664
<86>Aug 24 01:14:46 useradd[3313206]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/perl-Want-0.29-alt1.2.src.rpm: The use of such a license name is ambiguous: GPL
/usr/src/in/srpm/perl-Want-0.29-alt1.2.src.rpm: The use of such a license name is ambiguous: Artistic
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 24 01:14:48 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed
<13>Aug 24 01:14:48 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed
<13>Aug 24 01:14:48 rpmi: perl-devel-1:5.34.0-alt1 sisyphus+279621.700.1.1 1626629811 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/perl-Want-0.29-alt1.2.nosrc.rpm (w1.gzdio)
Installing perl-Want-0.29-alt1.2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.58483
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf Want-0.29
+ echo 'Source #0 (Want-0.29.tar.gz):'
Source #0 (Want-0.29.tar.gz):
+ /bin/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/Want-0.29.tar.gz
+ cd Want-0.29
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.58483
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Want-0.29
+ 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 Want
+ : running make
+ make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2' 'CP=/bin/cp -p'
make: Entering directory '/usr/src/RPM/BUILD/Want-0.29'
Running Mkbootstrap for Want ()
chmod 644 "Want.bs"
make: Leaving directory '/usr/src/RPM/BUILD/Want-0.29'
make: Entering directory '/usr/src/RPM/BUILD/Want-0.29'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Want.bs blib/arch/auto/Want/Want.bs 644
make: Leaving directory '/usr/src/RPM/BUILD/Want-0.29'
make: Entering directory '/usr/src/RPM/BUILD/Want-0.29'
cp Want.pm blib/lib/Want.pm
make: Leaving directory '/usr/src/RPM/BUILD/Want-0.29'
make: Entering directory '/usr/src/RPM/BUILD/Want-0.29'
"/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap'  Want.xs > Want.xsc
mv Want.xsc Want.c
make: Leaving directory '/usr/src/RPM/BUILD/Want-0.29'
make: Entering directory '/usr/src/RPM/BUILD/Want-0.29'
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=\"0.29\" -DXS_VERSION=\"0.29\" -fPIC "-I/usr/lib64/perl5/CORE"   Want.c
Want.xs: In function 'find_ancestors_from':
Want.xs:283:10: warning: variable 'outer_call' set but not used [-Wunused-but-set-variable]
  283 |     bool outer_call = FALSE;
      |          ^~~~~~~~~~
Want.xs:282:12: warning: variable 'll' set but not used [-Wunused-but-set-variable]
  282 |     U16    ll;
      |            ^~
Want.xs:280:17: warning: variable 'p' set but not used [-Wunused-but-set-variable]
  280 |     OP     *o, *p;
      |                 ^
In file included from Want.xs:3:
Want.c: In function 'XS_Want_parent_op_name':
/usr/lib64/perl5/CORE/XSUB.h:189:28: warning: unused variable 'targ' [-Wunused-variable]
  189 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \
      |                            ^~~~
/usr/lib64/perl5/CORE/XSUB.h:189:28: note: in definition of macro 'dXSTARG'
  189 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \
      |                            ^~~~
Want.c:727:9: warning: unused variable 'RETVAL' [-Wunused-variable]
  727 |  char * RETVAL;
      |         ^~~~~~
In file included from Want.xs:3:
Want.c: In function 'XS_Want_first_multideref_type':
/usr/lib64/perl5/CORE/XSUB.h:189:28: warning: unused variable 'targ' [-Wunused-variable]
  189 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \
      |                            ^~~~
/usr/lib64/perl5/CORE/XSUB.h:189:28: note: in definition of macro 'dXSTARG'
  189 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \
      |                            ^~~~
Want.c:775:9: warning: unused variable 'RETVAL' [-Wunused-variable]
  775 |  char * RETVAL;
      |         ^~~~~~
Want.c: In function 'XS_Want_want_assign':
Want.c:950:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  950 |  SV * RETVAL;
      |       ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/Want-0.29'
make: Entering directory '/usr/src/RPM/BUILD/Want-0.29'
rm -f blib/arch/auto/Want/Want.so
gcc  -lpthread -shared -L/usr/local/lib -fstack-protector-strong  Want.o  -o blib/arch/auto/Want/Want.so  \
      \
   -L/usr/lib64/perl5/CORE -lperl -lpthread
chmod 755 blib/arch/auto/Want/Want.so
make: Leaving directory '/usr/src/RPM/BUILD/Want-0.29'
+ : 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/Want-0.29'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Want.bs blib/arch/auto/Want/Want.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/all.t ....... ok
t/assign.t .... ok
t/boolean.t ... ok
t/damian.t .... ok
t/err.t ....... ok
t/methcall.t .. ok
t/object.t .... ok
t/threads.t ... ok
All tests successful.
Files=8, Tests=148,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.14 cusr  0.02 csys =  0.20 CPU)
Result: PASS
make: Leaving directory '/usr/src/RPM/BUILD/Want-0.29'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.81079
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Want-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/perl-Want-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd Want-0.29
+ 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-Want-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install
make: Entering directory '/usr/src/RPM/BUILD/Want-0.29'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Want.bs blib/arch/auto/Want/Want.bs 644
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/src/tmp/perl-Want-buildroot/usr/lib64/perl5/auto/Want/Want.so
Installing /usr/src/tmp/perl-Want-buildroot/usr/lib64/perl5/Want.pm
make: Leaving directory '/usr/src/RPM/BUILD/Want-0.29'
+ _perl_vendor_check_buildroot
+ : prompting for files that contain /usr/local
+ find /usr/src/tmp/perl-Want-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';'
/bin/grep: /usr/src/tmp/perl-Want-buildroot/usr/lib64/perl5/auto/Want/Want.so: binary file matches
+ : prompting for files that contain /tmp
+ find /usr/src/tmp/perl-Want-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-Want-buildroot (auto)
removed './usr/lib64/perl5/auto/Want/.packlist'
mode of './usr/lib64/perl5/auto/Want/Want.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/perl-Want-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/perl-Want-buildroot/ (default)
Compressing files in /usr/src/tmp/perl-Want-buildroot (auto)
Adjusting library links in /usr/src/tmp/perl-Want-buildroot
./usr/lib64: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/perl-Want-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: perl-Want-0.29-alt1.2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gqmYpV
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TDw1YW
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/perl-Want-buildroot/usr/lib64/perl5/Want.pm syntax OK
Provides: perl(Want.pm) = 0.290
Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libperl-5.34.so()(64bit) >= set:ojjB3ZoQRRG7acrAvAgkmLqBpZvedKZuOo8xODIPqhbD669GWEJbfbs7ZldthfmqgLBOd0, 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.kyOLbX
Creating perl-Want-debuginfo package
Processing files: perl-Want-debuginfo-0.29-alt1.2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0izwVV
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aPWHTX
find-requires: running scripts (debuginfo)
Requires: perl-Want = 0.29-alt1.2, debug64(libc.so.6), debug64(libperl-5.34.so), debug64(libpthread.so.0)
Adding to perl-Want-debuginfo a strict dependency on perl-Want
Wrote: /usr/src/RPM/RPMS/x86_64/perl-Want-0.29-alt1.2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/perl-Want-debuginfo-0.29-alt1.2.x86_64.rpm (w2.lzdio)
1.91user 0.60system 0:06.75elapsed 37%CPU (0avgtext+0avgdata 77732maxresident)k
0inputs+0outputs (0major+216174minor)pagefaults 0swaps
/.out/perl-Want-0.29-alt1.2.x86_64.rpm: The use of such a license name is ambiguous: GPL
/.out/perl-Want-0.29-alt1.2.x86_64.rpm: The use of such a license name is ambiguous: Artistic
/.out/perl-Want-debuginfo-0.29-alt1.2.x86_64.rpm: The use of such a license name is ambiguous: GPL
/.out/perl-Want-debuginfo-0.29-alt1.2.x86_64.rpm: The use of such a license name is ambiguous: Artistic
5.42user 3.52system 0:13.27elapsed 67%CPU (0avgtext+0avgdata 102572maxresident)k
0inputs+0outputs (0major+509570minor)pagefaults 0swaps
--- perl-Want-0.29-alt1.2.x86_64.rpm.repo	2021-06-13 21:59:09.000000000 +0000
+++ perl-Want-0.29-alt1.2.x86_64.rpm.hasher	2021-08-24 01:14:57.996527871 +0000
@@ -16,3 +16,3 @@
 File: /usr/lib64/perl5/auto/Want	40755	root:root		
-File: /usr/lib64/perl5/auto/Want/Want.so	100644	root:root	284501751daa3180c4abe3f6a017a138	
-RPMIdentity: 03b0be0990dd20df4327b8c66a0b0ded898b6a990b6d935c74094d50f40889aa2402744b8ef968d0441042e6d3d11127e0cd0fdfb623aa28935f56d9b463dc0c
+File: /usr/lib64/perl5/auto/Want/Want.so	100644	root:root	2234c4a2f65c53a8f10e387908d0537b	
+RPMIdentity: d1794c545600eb3fd0c9ef53e0e46f5cb699886f151c6dbac1dd41cdb0ffa10f98f1eec30ee30fdd4298be3414ff41a86738c96becc250a8664a9beb0d927e9b
--- perl-Want-debuginfo-0.29-alt1.2.x86_64.rpm.repo	2021-06-13 21:59:09.000000000 +0000
+++ perl-Want-debuginfo-0.29-alt1.2.x86_64.rpm.hasher	2021-08-24 01:14:58.086527286 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/7a	40755	root:root	
-/usr/lib/debug/.build-id/7a/e68d84cc7cd400257744a9c9f4fd3ff0a9d8be	120777	root:root	../../../../lib64/perl5/auto/Want/Want.so
-/usr/lib/debug/.build-id/7a/e68d84cc7cd400257744a9c9f4fd3ff0a9d8be.debug	120777	root:root	../../usr/lib64/perl5/auto/Want/Want.so.debug
+/usr/lib/debug/.build-id/7f	40755	root:root	
+/usr/lib/debug/.build-id/7f/3bca4cdf238c4ffe09813173e8250786846e54	120777	root:root	../../../../lib64/perl5/auto/Want/Want.so
+/usr/lib/debug/.build-id/7f/3bca4cdf238c4ffe09813173e8250786846e54.debug	120777	root:root	../../usr/lib64/perl5/auto/Want/Want.so.debug
 /usr/lib/debug/usr/lib64/perl5	40755	root:root	
@@ -16,5 +16,5 @@
 Provides: perl-Want-debuginfo = 0.29-alt1.2:sisyphus+274516.17100.1.1
-File: /usr/lib/debug/.build-id/7a	40755	root:root		
-File: /usr/lib/debug/.build-id/7a/e68d84cc7cd400257744a9c9f4fd3ff0a9d8be	120777	root:root		../../../../lib64/perl5/auto/Want/Want.so
-File: /usr/lib/debug/.build-id/7a/e68d84cc7cd400257744a9c9f4fd3ff0a9d8be.debug	120777	root:root		../../usr/lib64/perl5/auto/Want/Want.so.debug
+File: /usr/lib/debug/.build-id/7f	40755	root:root		
+File: /usr/lib/debug/.build-id/7f/3bca4cdf238c4ffe09813173e8250786846e54	120777	root:root		../../../../lib64/perl5/auto/Want/Want.so
+File: /usr/lib/debug/.build-id/7f/3bca4cdf238c4ffe09813173e8250786846e54.debug	120777	root:root		../../usr/lib64/perl5/auto/Want/Want.so.debug
 File: /usr/lib/debug/usr/lib64/perl5	40755	root:root		
@@ -22,3 +22,3 @@
 File: /usr/lib/debug/usr/lib64/perl5/auto/Want	40755	root:root		
-File: /usr/lib/debug/usr/lib64/perl5/auto/Want/Want.so.debug	100644	root:root	8995eadaef9ed6f8d2938fff7940778d	
+File: /usr/lib/debug/usr/lib64/perl5/auto/Want/Want.so.debug	100644	root:root	1ad93d69aab43c7d41e838b89dcd6bae	
 File: /usr/src/debug/Want-0.29	40755	root:root		
@@ -26,2 +26,2 @@
 File: /usr/src/debug/Want-0.29/Want.xs	100644	root:root	c4b8d2d25822a49a5df5bf023e456ba2	
-RPMIdentity: f89abe0615ed10034dea2b74fd9aea5d4ba669db0a51574552de474c30901968e4ac5e067e04a0591acfea846c64cdc7fbdf86d397939ae855e7f1fd1a2e8def
+RPMIdentity: c640727d62db3535de0e73e6e1eada2506920ea54571d8fe5e8171ee7678bf4c5f574fdc460b8ba1d9148e7837b3c25a0273bb3e48736abf2218e713ded61eae