<86>Sep 14 09:46:36 userdel[3181485]: delete user 'rooter' <86>Sep 14 09:46:36 userdel[3181485]: removed group 'rooter' owned by 'rooter' <86>Sep 14 09:46:36 userdel[3181485]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 14 09:46:36 groupadd[3181571]: group added to /etc/group: name=rooter, GID=648 <86>Sep 14 09:46:36 groupadd[3181571]: new group: name=rooter, GID=648 <86>Sep 14 09:46:36 useradd[3181595]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash <86>Sep 14 09:46:36 userdel[3181606]: delete user 'builder' <86>Sep 14 09:46:36 groupadd[3181621]: group added to /etc/group: name=builder, GID=649 <86>Sep 14 09:46:36 groupadd[3181621]: group added to /etc/gshadow: name=builder <86>Sep 14 09:46:36 groupadd[3181621]: new group: name=builder, GID=649 <86>Sep 14 09:46:36 useradd[3181666]: new user: name=builder, UID=649, GID=649, 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>Sep 14 09:46:40 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Sep 14 09:46:40 rpmi: perl-devel-1:5.34.0-alt1 sisyphus+279621.700.1.1 1626630195 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.85592 + 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/gzip -dc /usr/src/RPM/SOURCES/Want-0.29.tar.gz + /bin/tar -xf - + cd Want-0.29 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.85592 + 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 -march=i586 -mtune=generic' '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' 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" -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' "/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 -march=i586 -mtune=generic -DVERSION=\"0.29\" -DXS_VERSION=\"0.29\" -fPIC "-I/usr/lib/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/lib/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/lib/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:17: warning: unused variable 'RETVAL' [-Wunused-variable] 727 | char * RETVAL; | ^~~~~~ Want.xs: In function 'XS_Want_first_multideref_type': Want.xs:602:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'UV' {aka 'long long unsigned int'} [-Wformat=] 602 | Perl_croak(aTHX_ "Unrecognised OP_MULTIDEREF action (%lu)!", actions & MDEREF_ACTION_MASK); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Want.xs:3: /usr/lib/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/lib/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:17: warning: unused variable 'RETVAL' [-Wunused-variable] 775 | char * RETVAL; | ^~~~~~ Want.c: In function 'XS_Want_want_assign': Want.c:950:17: 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/lib/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, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.19 cusr 0.00 csys = 0.23 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.89093 + 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/lib/perl5/auto/Want/Want.so Installing /usr/src/tmp/perl-Want-buildroot/usr/lib/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 '{}' ';' + : 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/lib/perl5/auto/Want/.packlist' mode of './usr/lib/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/lib: (from :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.grGTMa 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.D8Ly0b 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/lib/perl5/Want.pm syntax OK Provides: perl(Want.pm) = 0.290 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.34.so >= set:ojjB3ZoQRRG7acrAvAgkmLqBpZvedKZuOo8xODIPqhbD669GWEJbfbs7ZldthfmqgLBOd0, libpthread.so.0(GLIBC_2.0), 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.rgtUwa 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.l3tRrd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cIA9lc find-requires: running scripts (debuginfo) Requires: perl-Want = 0.29-alt1.2, debug(libc.so.6), debug(libperl-5.34.so), debug(libpthread.so.0) Adding to perl-Want-debuginfo a strict dependency on perl-Want Wrote: /usr/src/RPM/RPMS/i586/perl-Want-0.29-alt1.2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/perl-Want-debuginfo-0.29-alt1.2.i586.rpm (w2.lzdio) 2.46user 0.44system 0:08.02elapsed 36%CPU (0avgtext+0avgdata 55456maxresident)k 0inputs+0outputs (0major+194521minor)pagefaults 0swaps /.out/perl-Want-0.29-alt1.2.i586.rpm: The use of such a license name is ambiguous: GPL /.out/perl-Want-0.29-alt1.2.i586.rpm: The use of such a license name is ambiguous: Artistic /.out/perl-Want-debuginfo-0.29-alt1.2.i586.rpm: The use of such a license name is ambiguous: GPL /.out/perl-Want-debuginfo-0.29-alt1.2.i586.rpm: The use of such a license name is ambiguous: Artistic 6.21user 2.77system 0:19.01elapsed 47%CPU (0avgtext+0avgdata 101088maxresident)k 0inputs+0outputs (0major+479767minor)pagefaults 0swaps --- perl-Want-0.29-alt1.2.i586.rpm.repo 2021-06-13 22:14:07.581494663 +0000 +++ perl-Want-0.29-alt1.2.i586.rpm.hasher 2021-09-14 09:46:53.196329971 +0000 @@ -17,3 +17,3 @@ File: /usr/lib/perl5/auto/Want 40755 root:root -File: /usr/lib/perl5/auto/Want/Want.so 100644 root:root 526ca6fd471c2371710b4ce44acbcce9 -RPMIdentity: 84097699baba3e7aea5a1d08e65187b3fe02e4fe672382e687fba450196102a1472475e3e8ab8641536bfb8e16971cab228f6f2c3f18c552904c0c8e93147146 +File: /usr/lib/perl5/auto/Want/Want.so 100644 root:root 3b7ceb1b1bd0b550ed2450e3700ee561 +RPMIdentity: 24d8e0b6604cc99307348cdf118a4f6e8880b1a89238345b263abcdd81a2f95eaca862f6ee6e22a3565fc4c2da3ba74f5d7fd1037b3529647bdbf0845dda9fb5 --- perl-Want-debuginfo-0.29-alt1.2.i586.rpm.repo 2021-06-13 22:14:07.593494754 +0000 +++ perl-Want-debuginfo-0.29-alt1.2.i586.rpm.hasher 2021-09-14 09:46:53.284330841 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/05 40755 root:root -/usr/lib/debug/.build-id/05/be83b81e2f64c1df8679f5dba7500ad66cef18 120777 root:root ../../../perl5/auto/Want/Want.so -/usr/lib/debug/.build-id/05/be83b81e2f64c1df8679f5dba7500ad66cef18.debug 120777 root:root ../../usr/lib/perl5/auto/Want/Want.so.debug +/usr/lib/debug/.build-id/89 40755 root:root +/usr/lib/debug/.build-id/89/c2509004ab2672e091ce5e63697c15ddf10d62 120777 root:root ../../../perl5/auto/Want/Want.so +/usr/lib/debug/.build-id/89/c2509004ab2672e091ce5e63697c15ddf10d62.debug 120777 root:root ../../usr/lib/perl5/auto/Want/Want.so.debug /usr/lib/debug/usr/lib/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/05 40755 root:root -File: /usr/lib/debug/.build-id/05/be83b81e2f64c1df8679f5dba7500ad66cef18 120777 root:root ../../../perl5/auto/Want/Want.so -File: /usr/lib/debug/.build-id/05/be83b81e2f64c1df8679f5dba7500ad66cef18.debug 120777 root:root ../../usr/lib/perl5/auto/Want/Want.so.debug +File: /usr/lib/debug/.build-id/89 40755 root:root +File: /usr/lib/debug/.build-id/89/c2509004ab2672e091ce5e63697c15ddf10d62 120777 root:root ../../../perl5/auto/Want/Want.so +File: /usr/lib/debug/.build-id/89/c2509004ab2672e091ce5e63697c15ddf10d62.debug 120777 root:root ../../usr/lib/perl5/auto/Want/Want.so.debug File: /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -22,3 +22,3 @@ File: /usr/lib/debug/usr/lib/perl5/auto/Want 40755 root:root -File: /usr/lib/debug/usr/lib/perl5/auto/Want/Want.so.debug 100644 root:root a99ca1559ea4885dddcef6691d7f1225 +File: /usr/lib/debug/usr/lib/perl5/auto/Want/Want.so.debug 100644 root:root ebdef4c5d29f2761c8b1edb6444207e1 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: 35f414712972ed6ed9e3b6180c939badb6918fabddd69cd473646ef82fee8be47549e844eaf26e81dfb4639897d4a454b2be432a490d86a3cacef3e26fd483dc +RPMIdentity: 6be03fa6e999e0ce1d154fc056d231c0cabbf99350dd8127849cf110d9297366e55f412b8805d93209954c7c6097a650b194e37918b21fe5132d7758f25fdb91