<86>Jun 25 04:17:29 userdel[418796]: delete user 'rooter' <86>Jun 25 04:17:29 userdel[418796]: removed group 'rooter' owned by 'rooter' <86>Jun 25 04:17:29 userdel[418796]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 25 04:17:29 groupadd[418853]: group added to /etc/group: name=rooter, GID=963 <86>Jun 25 04:17:29 groupadd[418853]: group added to /etc/gshadow: name=rooter <86>Jun 25 04:17:29 groupadd[418853]: new group: name=rooter, GID=963 <86>Jun 25 04:17:29 useradd[418886]: new user: name=rooter, UID=963, GID=963, home=/root, shell=/bin/bash <86>Jun 25 04:17:29 userdel[418933]: delete user 'builder' <86>Jun 25 04:17:29 userdel[418933]: removed group 'builder' owned by 'builder' <86>Jun 25 04:17:29 userdel[418933]: removed shadow group 'builder' owned by 'builder' <86>Jun 25 04:17:29 groupadd[418968]: group added to /etc/group: name=builder, GID=964 <86>Jun 25 04:17:29 groupadd[418968]: group added to /etc/gshadow: name=builder <86>Jun 25 04:17:29 groupadd[418968]: new group: name=builder, GID=964 <86>Jun 25 04:17:29 useradd[419000]: new user: name=builder, UID=964, GID=964, 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>Jun 25 04:17:30 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Jun 25 04:17:30 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Jun 25 04:17:30 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.97838 + 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.97838 + 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 -j16 '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' "/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 -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.02 usr 0.00 sys + 0.11 cusr 0.01 csys = 0.14 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.42933 + 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.2SUXdu 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.EMQcjX 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.2zjY9r 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.sz5UnG find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xTRI7l 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) 1.61user 0.53system 0:06.36elapsed 33%CPU (0avgtext+0avgdata 61012maxresident)k 0inputs+0outputs (0major+192282minor)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 4.10user 3.18system 0:10.74elapsed 67%CPU (0avgtext+0avgdata 103076maxresident)k 0inputs+0outputs (30405major+452948minor)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-06-25 04:17:38.158894044 +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 a8949940f0e3ac459fbe65b88ee6719b +RPMIdentity: d65f1a0cc180b33ac047e9a8e7a5d979c6cd4a7df22aefe56cba96bfa05a20a1467b799aba542285943278d4ecb1737c9725f79e1cd198b962987ac0812592d5 --- 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-06-25 04:17:38.213894633 +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/29 40755 root:root +/usr/lib/debug/.build-id/29/984a2679145998839cb22173a1937df99e8e50 120777 root:root ../../../perl5/auto/Want/Want.so +/usr/lib/debug/.build-id/29/984a2679145998839cb22173a1937df99e8e50.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/29 40755 root:root +File: /usr/lib/debug/.build-id/29/984a2679145998839cb22173a1937df99e8e50 120777 root:root ../../../perl5/auto/Want/Want.so +File: /usr/lib/debug/.build-id/29/984a2679145998839cb22173a1937df99e8e50.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 973ef713b1e4047c5bfd868db882d5fa 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: 8b4e3b3ab68d83aa69978d0ef602db0a0d9c9d387c90db2447d71e83fa0f88d13e93815e9bb7a2eea7b8091904b4a76a9ed3d5ec9e9b838eebd7df5028eb89ae