<86>Oct 8 04:22:47 userdel[1458646]: delete user 'rooter' <86>Oct 8 04:22:47 userdel[1458646]: removed group 'rooter' owned by 'rooter' <86>Oct 8 04:22:47 userdel[1458646]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 8 04:22:47 groupadd[1458676]: group added to /etc/group: name=rooter, GID=666 <86>Oct 8 04:22:47 groupadd[1458676]: new group: name=rooter, GID=666 <86>Oct 8 04:22:47 useradd[1458702]: new user: name=rooter, UID=666, GID=666, home=/root, shell=/bin/bash <86>Oct 8 04:22:47 userdel[1458756]: delete user 'builder' <86>Oct 8 04:22:47 userdel[1458756]: removed group 'builder' owned by 'builder' <86>Oct 8 04:22:47 userdel[1458756]: removed shadow group 'builder' owned by 'builder' <86>Oct 8 04:22:47 groupadd[1458806]: group added to /etc/group: name=builder, GID=667 <86>Oct 8 04:22:47 groupadd[1458806]: group added to /etc/gshadow: name=builder <86>Oct 8 04:22:47 groupadd[1458806]: new group: name=builder, GID=667 <86>Oct 8 04:22:48 useradd[1458853]: new user: name=builder, UID=667, GID=667, 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>Oct 8 04:22:51 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Oct 8 04:22:51 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Oct 8 04:22:51 rpmi: perl-devel-1:5.34.1-alt1 sisyphus+303178.100.1.1 1656953649 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.66290 + 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.66290 + 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 + /usr/bin/perl Makefile.PL PRINT_PREREQ=1 + tee .perl.req + : 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 -flto=auto -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' "/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 -flto=auto -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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.17 cusr 0.02 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.29239 + 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.cakHVK 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.J1j7i2 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.34), libc.so.6(GLIBC_2.4), libperl-5.34.so >= set:ojjB3ZoQRRG7acrAvAgkmLqBpZvedKZuOo8xODIPqhbD669GWEJbfbs7ZldthfmqgLBOd0, 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.oYdtPU 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.8p60zR find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3gyByf find-requires: running scripts (debuginfo) Requires: perl-Want = 0.29-alt1.2, debug(libc.so.6), debug(libperl-5.34.so) 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.53user 0.63system 0:08.23elapsed 38%CPU (0avgtext+0avgdata 52248maxresident)k 0inputs+0outputs (0major+198060minor)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 2.57user 1.78system 0:20.63elapsed 21%CPU (0avgtext+0avgdata 105232maxresident)k 0inputs+0outputs (30612major+152012minor)pagefaults 0swaps --- perl-Want-0.29-alt1.2.i586.rpm.repo 2021-06-13 22:14:07.000000000 +0000 +++ perl-Want-0.29-alt1.2.i586.rpm.hasher 2022-10-08 04:23:03.504915648 +0000 @@ -6,2 +6,3 @@ Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -9,3 +10,2 @@ Requires: rpmlib(SetVersions) -Requires: libpthread.so.0(GLIBC_2.0) Requires: perl(DynaLoader.pm) @@ -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 cbaba88c825328eb37e67529e2e27b4f +RPMIdentity: c4b3c2ca2202eea81d66e75217e881c03b88457979b92b6fc661fc4d71430ff8d3dcbe0d25c6bfbab8c382adfb6d78a1d748955f0ebc4b5d1e0da403cd3d82db --- perl-Want-debuginfo-0.29-alt1.2.i586.rpm.repo 2021-06-13 22:14:07.000000000 +0000 +++ perl-Want-debuginfo-0.29-alt1.2.i586.rpm.hasher 2022-10-08 04:23:03.683914772 +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/68 40755 root:root +/usr/lib/debug/.build-id/68/0f14370b2e991ecf6a9dbf676adae25cc3e84c 120777 root:root ../../../perl5/auto/Want/Want.so +/usr/lib/debug/.build-id/68/0f14370b2e991ecf6a9dbf676adae25cc3e84c.debug 120777 root:root ../../usr/lib/perl5/auto/Want/Want.so.debug /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -12,3 +12,2 @@ Requires: debug(libperl-5.34.so) -Requires: debug(libpthread.so.0) Requires: perl-Want = 0.29-alt1.2:sisyphus+274516.17100.1.1 @@ -16,5 +15,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/68 40755 root:root +File: /usr/lib/debug/.build-id/68/0f14370b2e991ecf6a9dbf676adae25cc3e84c 120777 root:root ../../../perl5/auto/Want/Want.so +File: /usr/lib/debug/.build-id/68/0f14370b2e991ecf6a9dbf676adae25cc3e84c.debug 120777 root:root ../../usr/lib/perl5/auto/Want/Want.so.debug File: /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -22,3 +21,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 9e9150afcf6c1003be869575147ce231 File: /usr/src/debug/Want-0.29 40755 root:root @@ -26,2 +25,2 @@ File: /usr/src/debug/Want-0.29/Want.xs 100644 root:root c4b8d2d25822a49a5df5bf023e456ba2 -RPMIdentity: 35f414712972ed6ed9e3b6180c939badb6918fabddd69cd473646ef82fee8be47549e844eaf26e81dfb4639897d4a454b2be432a490d86a3cacef3e26fd483dc +RPMIdentity: 8df3b092ed901b6cad159171c3fe949e6d2cb0e0567db661b9578545b7a2209e94bc62e797112c4a61af430f182a2125bcde9206d64b07ba93986cf040c77f7a