<86>Oct 14 02:14:56 userdel[2013248]: delete user 'rooter' <86>Oct 14 02:14:56 userdel[2013248]: removed group 'rooter' owned by 'rooter' <86>Oct 14 02:14:56 userdel[2013248]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 14 02:14:56 groupadd[2013280]: group added to /etc/group: name=rooter, GID=1862 <86>Oct 14 02:14:56 groupadd[2013280]: group added to /etc/gshadow: name=rooter <86>Oct 14 02:14:56 groupadd[2013280]: new group: name=rooter, GID=1862 <86>Oct 14 02:14:56 useradd[2013314]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash, from=none <86>Oct 14 02:14:56 userdel[2013357]: delete user 'builder' <86>Oct 14 02:14:56 userdel[2013357]: removed group 'builder' owned by 'builder' <86>Oct 14 02:14:56 userdel[2013357]: removed shadow group 'builder' owned by 'builder' <86>Oct 14 02:14:56 groupadd[2013389]: group added to /etc/group: name=builder, GID=1863 <86>Oct 14 02:14:56 groupadd[2013389]: group added to /etc/gshadow: name=builder <86>Oct 14 02:14:56 groupadd[2013389]: new group: name=builder, GID=1863 <86>Oct 14 02:14:56 useradd[2013418]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/perl-Clone-0.46-alt1.src.rpm: The use of such a license name is ambiguous: GPL /usr/src/in/srpm/perl-Clone-0.46-alt1.src.rpm: The use of such a license name is ambiguous: Artistic <13>Oct 14 02:14:59 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed <13>Oct 14 02:14:59 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed <13>Oct 14 02:14:59 rpmi: perl-devel-1:5.34.1-alt1 sisyphus+303178.100.1.1 1656953516 installed <13>Oct 14 02:14:59 rpmi: perl-B-COW-0.007-alt1 sisyphus+308849.100.1.1 1666450575 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/perl-Clone-0.46-alt1.nosrc.rpm (w1.gzdio) Installing perl-Clone-0.46-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.58931 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Clone-0.46 + echo 'Source #0 (Clone-0.46.tar.gz):' Source #0 (Clone-0.46.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Clone-0.46.tar.gz + /bin/tar -xf - + cd Clone-0.46 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.58931 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Clone-0.46 + 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 Clone + : 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/Clone-0.46' Running Mkbootstrap for Clone () chmod 644 "Clone.bs" make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644 make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' cp Clone.pm blib/lib/Clone.pm AutoSplitting blib/lib/Clone.pm (blib/lib/auto/Clone) make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Clone.xs > Clone.xsc mv Clone.xsc Clone.c make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' 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.46\" -DXS_VERSION=\"0.46\" -fPIC "-I/usr/lib64/perl5/CORE" Clone.c Clone.xs: In function 'av_clone': Clone.xs:67:7: warning: unused variable 'val' [-Wunused-variable] 67 | SV *val = NULL; | ^~~ Clone.xs: In function 'rv_clone': Clone.xs:99:7: warning: unused variable 'rv' [-Wunused-variable] 99 | SV *rv = NULL; | ^~ Clone.xs: In function 'sv_clone': Clone.xs:277:15: warning: unused variable 'vtable' [-Wunused-variable] 277 | MGVTBL *vtable = 0; | ^~~~~~ Clone.xs: At top level: Clone.xs:96:1: warning: 'rv_clone' defined but not used [-Wunused-function] 96 | rv_clone (SV * ref, HV* hseen, int depth) | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' rm -f blib/arch/auto/Clone/Clone.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong Clone.o -o blib/arch/auto/Clone/Clone.so \ \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Clone/Clone.so make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' + : 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/Clone-0.46' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.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/01array.t ...... ok t/02hash.t ....... ok (?^:abcdefg) vs (?^:abcdefg) at t/03scalar.t line 133. t/03scalar.t ..... ok t/04tie.t ........ ok t/05dtype.t ...... ok t/06refcnt.t ..... ok SV = PVMG(0x564cf7826d20) at 0x564cf6fef560 REFCNT = 1 FLAGS = (SMG,POK,pPOK,UTF8) IV = 0 NV = 0 PV = 0x564cf6fc9bb0 "a\r\n"\0 [UTF8 "a\r\n"] CUR = 3 LEN = 10 MAGIC = 0x564cf6fb7c50 MG_VIRTUAL = &PL_vtbl_utf8 MG_TYPE = PERL_MAGIC_utf8(w) MG_LEN = -1 MG_PTR = 0x564cf6fb1b80 0: 2 -> 2 1: 0 -> 0 SV = PVMG(0x564cf7826d80) at 0x564cf77fb5b0 REFCNT = 1 FLAGS = (SMG,POK,pPOK,UTF8) IV = 0 NV = 0 PV = 0x564cf77c1860 "a\r\n"\0 [UTF8 "a\r\n"] CUR = 3 LEN = 10 MAGIC = 0x564cf77fc650 MG_VIRTUAL = &PL_vtbl_utf8 MG_TYPE = PERL_MAGIC_utf8(w) MG_LEN = -1 MG_PTR = 0x564cf77292f0 0: 2 -> 2 1: 0 -> 0 t/07magic.t ...... ok t/08fieldhash.t .. ok t/cow.t .......... ok t/dclone.t ....... ok All tests successful. Test Summary Report ------------------- t/cow.t (Wstat: 0 Tests: 59 Failed: 0) TODO passed: 18-19, 23-24, 28-29, 33-34, 38-39 Files=10, Tests=145, 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/Clone-0.46' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.83344 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Clone-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Clone-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd Clone-0.46 + 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-Clone-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/Clone-0.46' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Clone-buildroot/usr/lib64/perl5/auto/Clone/Clone.so Installing /usr/src/tmp/perl-Clone-buildroot/usr/lib64/perl5/Clone.pm Installing /usr/src/tmp/perl-Clone-buildroot/usr/lib64/perl5/auto/Clone/autosplit.ix make: Leaving directory '/usr/src/RPM/BUILD/Clone-0.46' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Clone-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Clone-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-Clone-buildroot (auto) removed './usr/lib64/perl5/auto/Clone/.packlist' mode of './usr/lib64/perl5/auto/Clone/Clone.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Clone-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-Clone-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Clone-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Clone-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/perl-Clone-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: perl-Clone-0.46-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.83344 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Clone-0.46 + DOCDIR=/usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + export DOCDIR + rm -rf /usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + /bin/mkdir -p /usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + cp -prL Changes README.md /usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + chmod -R go-w /usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + chmod -R a+rX /usr/src/tmp/perl-Clone-buildroot/usr/share/doc/perl-Clone-0.46 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Nk7gBJ 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.uPMORk 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-Clone-buildroot/usr/lib64/perl5/Clone.pm syntax OK Provides: perl(Clone.pm) = 0.460 Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.34)(64bit), libperl-5.34.so()(64bit) >= set:ojjBzbKr2FxfHoAxMO2icVRw2Igf4ZhZHjjKuHq2S0bZhQZhjkhRAJrZIPb3J4imtMT5pVpBitqZrnMo6nqYhbDJPBbf3Ab, perl(AutoLoader.pm), perl(XSLoader.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.2eMz6j Creating perl-Clone-debuginfo package Processing files: perl-Clone-debuginfo-0.46-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oKzMLU find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Q8ndI1 find-requires: running scripts (debuginfo) Requires: perl-Clone = 0.46-alt1, debug64(libc.so.6), debug64(libperl-5.34.so) Adding to perl-Clone-debuginfo a strict dependency on perl-Clone Wrote: /usr/src/RPM/RPMS/x86_64/perl-Clone-0.46-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/perl-Clone-debuginfo-0.46-alt1.x86_64.rpm (w2.lzdio) 1.25user 0.48system 0:06.22elapsed 27%CPU (0avgtext+0avgdata 78928maxresident)k 0inputs+0outputs (0major+231130minor)pagefaults 0swaps /.out/perl-Clone-0.46-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/perl-Clone-0.46-alt1.x86_64.rpm: The use of such a license name is ambiguous: Artistic /.out/perl-Clone-debuginfo-0.46-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/perl-Clone-debuginfo-0.46-alt1.x86_64.rpm: The use of such a license name is ambiguous: Artistic 3.03user 1.12system 0:12.53elapsed 33%CPU (0avgtext+0avgdata 125968maxresident)k 24inputs+0outputs (0major+190546minor)pagefaults 0swaps --- perl-Clone-0.46-alt1.x86_64.rpm.repo 2022-10-22 15:17:00.000000000 +0000 +++ perl-Clone-0.46-alt1.x86_64.rpm.hasher 2023-10-14 02:15:07.621480363 +0000 @@ -21,3 +21,3 @@ File: /usr/lib64/perl5/auto/Clone 40755 root:root -File: /usr/lib64/perl5/auto/Clone/Clone.so 100644 root:root 9200e8b1e3aed2436d044ddfdd567415 +File: /usr/lib64/perl5/auto/Clone/Clone.so 100644 root:root ef7260a652911aab042ea96d3b9b74a9 File: /usr/lib64/perl5/auto/Clone/autosplit.ix 100644 root:root 8a2b5844f7333687c2c2301d9b127137 @@ -26,2 +26,2 @@ File: /usr/share/doc/perl-Clone-0.46/README.md 100644 root:root d0fb90e21be752f244c6f6fab9deee55 -RPMIdentity: dc56fed48071e4e5a43a9a08d90794a8a44a8cb1cda3164a68704a227c62ca973a169ee8c13660c9aeb1603e9cd6a5827b35e4e79c1ae36b29652e88c506eb93 +RPMIdentity: ad07b8cabf9a2a2c324cfccbdb9d8e347a342253f88f6c881ac85fd3d7a813daf270c33256a205a698bae7b8bec4445b9d42c3c569ecb46b8a46d0246e1098ad --- perl-Clone-debuginfo-0.46-alt1.x86_64.rpm.repo 2022-10-22 15:16:59.000000000 +0000 +++ perl-Clone-debuginfo-0.46-alt1.x86_64.rpm.hasher 2023-10-14 02:15:07.695481859 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/30 40755 root:root -/usr/lib/debug/.build-id/30/905461f7dfbabcc0971093b7eb6e068ae5cef5 120777 root:root ../../../../lib64/perl5/auto/Clone/Clone.so -/usr/lib/debug/.build-id/30/905461f7dfbabcc0971093b7eb6e068ae5cef5.debug 120777 root:root ../../usr/lib64/perl5/auto/Clone/Clone.so.debug +/usr/lib/debug/.build-id/26 40755 root:root +/usr/lib/debug/.build-id/26/c4ee4fdf9bd816b7b4a448833ee1a27520076f 120777 root:root ../../../../lib64/perl5/auto/Clone/Clone.so +/usr/lib/debug/.build-id/26/c4ee4fdf9bd816b7b4a448833ee1a27520076f.debug 120777 root:root ../../usr/lib64/perl5/auto/Clone/Clone.so.debug /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -15,5 +15,5 @@ Provides: perl-Clone-debuginfo = 0.46-alt1:sisyphus+308850.100.1.3 -File: /usr/lib/debug/.build-id/30 40755 root:root -File: /usr/lib/debug/.build-id/30/905461f7dfbabcc0971093b7eb6e068ae5cef5 120777 root:root ../../../../lib64/perl5/auto/Clone/Clone.so -File: /usr/lib/debug/.build-id/30/905461f7dfbabcc0971093b7eb6e068ae5cef5.debug 120777 root:root ../../usr/lib64/perl5/auto/Clone/Clone.so.debug +File: /usr/lib/debug/.build-id/26 40755 root:root +File: /usr/lib/debug/.build-id/26/c4ee4fdf9bd816b7b4a448833ee1a27520076f 120777 root:root ../../../../lib64/perl5/auto/Clone/Clone.so +File: /usr/lib/debug/.build-id/26/c4ee4fdf9bd816b7b4a448833ee1a27520076f.debug 120777 root:root ../../usr/lib64/perl5/auto/Clone/Clone.so.debug File: /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -21,3 +21,3 @@ File: /usr/lib/debug/usr/lib64/perl5/auto/Clone 40755 root:root -File: /usr/lib/debug/usr/lib64/perl5/auto/Clone/Clone.so.debug 100644 root:root e2b5d76f4a87af828ce9ca40b600af77 +File: /usr/lib/debug/usr/lib64/perl5/auto/Clone/Clone.so.debug 100644 root:root 4dd25cde936f9105268be259576618f0 File: /usr/src/debug/Clone-0.46 40755 root:root @@ -25,2 +25,2 @@ File: /usr/src/debug/Clone-0.46/Clone.xs 100644 root:root 09ff0562f642a9e49df4143d35ed96bb -RPMIdentity: 95b0e70ebf4de49aec60023cd0278468e3f48c74f0a39a3e9e06b43fe27a0d51ceb950cd73146308302b0309e615fc9c1303f05a7acff1eb06e4f34447df5c1d +RPMIdentity: 6e712fe3c250fc4d6f7dc1979ee61d85e30bbdd165101045aa87ddb7847f1e32df83a8ae097ab73ed2b89b4b239ee3b82b727a3c3ef947de98189f858afc852c