<86>Dec 19 01:39:36 userdel[3864812]: delete user 'rooter' <86>Dec 19 01:39:36 userdel[3864812]: removed group 'rooter' owned by 'rooter' <86>Dec 19 01:39:36 userdel[3864812]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 19 01:39:36 groupadd[3864863]: group added to /etc/group: name=rooter, GID=1826 <86>Dec 19 01:39:36 groupadd[3864863]: group added to /etc/gshadow: name=rooter <86>Dec 19 01:39:36 groupadd[3864863]: new group: name=rooter, GID=1826 <86>Dec 19 01:39:36 useradd[3864901]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash, from=none <86>Dec 19 01:39:36 userdel[3864940]: delete user 'builder' <86>Dec 19 01:39:36 userdel[3864940]: removed group 'builder' owned by 'builder' <86>Dec 19 01:39:36 userdel[3864940]: removed shadow group 'builder' owned by 'builder' <86>Dec 19 01:39:36 groupadd[3864979]: group added to /etc/group: name=builder, GID=1827 <86>Dec 19 01:39:36 groupadd[3864979]: group added to /etc/gshadow: name=builder <86>Dec 19 01:39:36 groupadd[3864979]: new group: name=builder, GID=1827 <86>Dec 19 01:39:36 useradd[3864995]: new user: name=builder, UID=1827, GID=1827, home=/usr/src, shell=/bin/bash, from=none /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>Dec 19 01:39:39 rpmi: libgdbm-1.8.3-alt10 sisyphus+346222.200.3.2 1716468404 installed <13>Dec 19 01:39:39 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+346222.200.3.2 1716468404 installed <13>Dec 19 01:39:39 rpmi: perl-devel-1:5.38.2-alt0.2 sisyphus+344512.40.2.1 1712358015 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.95777 + 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): + /usr/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.95777 + 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,' + /usr/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 -flto=auto' '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 -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; | ^ Want.xs: In function 'XS_Want_parent_op_name': Want.xs:549:5: warning: 'Perl_dowantarray' is deprecated [-Wdeprecated-declarations] 549 | if (GIMME == G_ARRAY) { | ^~ In file included from /usr/lib64/perl5/CORE/perl.h:6188, from Want.xs:2: /usr/lib64/perl5/CORE/proto.h:1019:1: note: declared here 1019 | Perl_dowantarray(pTHX) | ^~~~~~~~~~~~~~~~ In file included from Want.xs:3: /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) \ | ^~~~ Want.c:729:9: note: in expansion of macro 'dXSTARG' 729 | dXSTARG; | ^~~~~~~ Want.c:728:17: warning: unused variable 'RETVAL' [-Wunused-variable] 728 | char * RETVAL; | ^~~~~~ 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) \ | ^~~~ Want.c:777:9: note: in expansion of macro 'dXSTARG' 777 | dXSTARG; | ^~~~~~~ Want.c:776:17: warning: unused variable 'RETVAL' [-Wunused-variable] 776 | char * RETVAL; | ^~~~~~ Want.c: In function 'XS_Want_want_assign': Want.c:952:17: warning: unused variable 'RETVAL' [-Wunused-variable] 952 | 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 -shared -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.09 cusr 0.03 csys = 0.15 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.90414 + 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:/usr/bin:/bin:/usr/local/bin:/usr/games + cd Want-0.29 + perl_vendor_install + /usr/bin/grep -qs -Ew Build_PL Build.PL + /usr/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 /usr/bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Want-buildroot -type f -not -name .packlist -exec /usr/bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /usr/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 :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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/perl-Want-buildroot 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.3EM7fj 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.A2RUs6 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, ld-linux-x86-64.so.2()(64bit) >= set:jiids, ld-linux-x86-64.so.2(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libperl-5.38.so()(64bit) >= set:ojjB3I7B6acrAvAgkmLqBpuR6ZgkIUWl7vPsmbqVQM8hl7JtVphUmMBxndthfmqgLBOd0, 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.ch1Pes 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.uWbPfG find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XMt7S9 find-requires: running scripts (debuginfo) Requires: perl-Want = 0.29-alt1.2, debug64(ld-linux-x86-64.so.2), debug64(libc.so.6), debug64(libperl-5.38.so) 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.28user 1.27system 0:06.52elapsed 39%CPU (0avgtext+0avgdata 81980maxresident)k 0inputs+0outputs (0major+233801minor)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 3.39user 2.66system 0:16.08elapsed 37%CPU (0avgtext+0avgdata 137712maxresident)k 0inputs+0outputs (0major+194517minor)pagefaults 0swaps --- perl-Want-0.29-alt1.2.x86_64.rpm.repo 2023-11-28 08:50:01.000000000 +0000 +++ perl-Want-0.29-alt1.2.x86_64.rpm.hasher 2024-12-19 01:39:48.706317134 +0000 @@ -17,3 +17,3 @@ File: /usr/lib64/perl5/auto/Want 40755 root:root -File: /usr/lib64/perl5/auto/Want/Want.so 100644 root:root 7a3dc1fb4dbe2926bf817a84f6983127 -RPMIdentity: 875aa9980a2080508dc808684431eeb0b6e1cbc547b17fa840ec42a7795a5ce1b2bd42cd782dc9e409fae458b47dfcdbf747577a1b28991614a3ec5a4bc7948c +File: /usr/lib64/perl5/auto/Want/Want.so 100644 root:root 34d00c09908337cd46e794b4c36467d5 +RPMIdentity: 84f53481de1c6283ed1947ce72dd20ec59fe55fee9cfc7700f1df973b38e62e2e0c78680ea7038462e67c7c2318f71e5093e762f4748d0bb2022fadfe768b6b0 --- perl-Want-debuginfo-0.29-alt1.2.x86_64.rpm.repo 2023-11-28 08:50:00.000000000 +0000 +++ perl-Want-debuginfo-0.29-alt1.2.x86_64.rpm.hasher 2024-12-19 01:39:48.777318346 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/7a 40755 root:root -/usr/lib/debug/.build-id/7a/b082c61ab61e9153794da5a41e251d9ab92402 120777 root:root ../../../../lib64/perl5/auto/Want/Want.so -/usr/lib/debug/.build-id/7a/b082c61ab61e9153794da5a41e251d9ab92402.debug 120777 root:root ../../usr/lib64/perl5/auto/Want/Want.so.debug +/usr/lib/debug/.build-id/65 40755 root:root +/usr/lib/debug/.build-id/65/388a4b9e2fd7af924894831505e3b8a0e240a3 120777 root:root ../../../../lib64/perl5/auto/Want/Want.so +/usr/lib/debug/.build-id/65/388a4b9e2fd7af924894831505e3b8a0e240a3.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+335067.20300.2.2 -File: /usr/lib/debug/.build-id/7a 40755 root:root -File: /usr/lib/debug/.build-id/7a/b082c61ab61e9153794da5a41e251d9ab92402 120777 root:root ../../../../lib64/perl5/auto/Want/Want.so -File: /usr/lib/debug/.build-id/7a/b082c61ab61e9153794da5a41e251d9ab92402.debug 120777 root:root ../../usr/lib64/perl5/auto/Want/Want.so.debug +File: /usr/lib/debug/.build-id/65 40755 root:root +File: /usr/lib/debug/.build-id/65/388a4b9e2fd7af924894831505e3b8a0e240a3 120777 root:root ../../../../lib64/perl5/auto/Want/Want.so +File: /usr/lib/debug/.build-id/65/388a4b9e2fd7af924894831505e3b8a0e240a3.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 c0cb55c3e96973920e9b816e6a2766a2 +File: /usr/lib/debug/usr/lib64/perl5/auto/Want/Want.so.debug 100644 root:root 4610f5263f93ac941ce9dcd45b05504f 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: 8b89b30f68ba0dff957df8786dde1126d029a18d7189081467ae1ed825e80a91c2283977a13ab6198ec417681ea271d5cbcf1e86743c9d30c0723278b325c061 +RPMIdentity: ec57fa04bcf5f6508c143d20ee2c718a24bbcae8ae4660b1b93e727a78db315dd8afa75c45bc763233eff3a7e78d536c3740bc8586164fbcf46fd5bc9ada93f3